diff options
author | Javier S. Pedro <dev.git@javispedro.com> | 2014-07-05 22:31:07 +0200 |
---|---|---|
committer | Javier S. Pedro <dev.git@javispedro.com> | 2014-07-05 22:31:07 +0200 |
commit | 48280681f02184c445c82e440653e526b554bde2 (patch) | |
tree | f732ed63b15359d2e89b9a55f28345b292c7d43c /README | |
parent | a34e43f038c5a8051ea84c2ee9e1655a7478dc9a (diff) | |
download | hidptp-master.tar.gz hidptp-master.zip |
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,12 +2,12 @@ hidptp -- a quick and dirty utility to debug Precision Touchpad (PTP) devices Build hidptp by typing "make". -Use the utility as follows: +Use the utility as follows (requires root privileges!): ./hidptp <hiddev device node> <enable or disable PTP mode> For example, -./hidptp /dev/usb/hiddev0 0 +sudo ./hidptp /dev/usb/hiddev0 0 will disable PTP mode in device hiddev0. It is hard to know which physical device "hiddev0" represents, but on my Surface Pro 2 it is the Type Cover v2. You may |