diff options
author | Benjamin Tissoires <benjamin.tissoires@gmail.com> | 2011-11-16 11:39:52 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-23 14:53:53 +0100 |
commit | b1807719f6acdf18cc4bde3b5400d05d77801494 (patch) | |
tree | 36e2b48b3860e76efc309e05ce7bef0b18c98a47 /drivers/hid/hid-ids.h | |
parent | 30307c69d59b14723fbf8a524847b302388c702d (diff) | |
download | linux-3.10-b1807719f6acdf18cc4bde3b5400d05d77801494.tar.gz linux-3.10-b1807719f6acdf18cc4bde3b5400d05d77801494.tar.bz2 linux-3.10-b1807719f6acdf18cc4bde3b5400d05d77801494.zip |
HID: Correct General touch PID
Genera Touch told us that 0001 is their single point device
and 0003 is the multitouch one. Apparently, we made the tests
someone having a prototype, and not the final product.
They said it should be safe to do the switch.
This partially reverts 5572da0 ("HID: hid-mulitouch: add support
for the 'Sensing Win7-TwoFinger'").
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 06ce996b8b6..4a441a6f996 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -266,7 +266,7 @@ #define USB_DEVICE_ID_GAMERON_DUAL_PCS_ADAPTOR 0x0002 #define USB_VENDOR_ID_GENERAL_TOUCH 0x0dfc -#define USB_DEVICE_ID_GENERAL_TOUCH_WIN7_TWOFINGERS 0x0001 +#define USB_DEVICE_ID_GENERAL_TOUCH_WIN7_TWOFINGERS 0x0003 #define USB_VENDOR_ID_GLAB 0x06c2 #define USB_DEVICE_ID_4_PHIDGETSERVO_30 0x0038 |