diff options
author | Jeff Brown <jeffbrown@android.com> | 2011-08-15 21:12:09 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-08-16 11:43:53 +0200 |
commit | c50bb1a4005630f47b5da26336f74a485033a515 (patch) | |
tree | 820dd1382094322911d75b49f67cc20a0098394d /drivers/hid/hid-ids.h | |
parent | 658d4aed59b36f877edc668cc27b188a33e643e5 (diff) |
HID: hid-multitouch: Add LG Display Multitouch device.
This panel is also known as the Dell ST2220Tc.
Signed-off-by: jeffbrown@android.com
Reviewed-By: Benjamin Tissoires <Benjamin_Tissoires@logitech.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index db63ccf21cc8..637e6e96a0d7 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -419,6 +419,9 @@ #define USB_DEVICE_ID_LD_HYBRID 0x2090 #define USB_DEVICE_ID_LD_HEATCONTROL 0x20A0 +#define USB_VENDOR_ID_LG 0x1fd2 +#define USB_DEVICE_ID_LG_MULTITOUCH 0x0064 + #define USB_VENDOR_ID_LOGITECH 0x046d #define USB_DEVICE_ID_LOGITECH_RECEIVER 0xc101 #define USB_DEVICE_ID_LOGITECH_HARMONY_FIRST 0xc110 |