summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-cando.c
diff options
context:
space:
mode:
authorFrançois Jaouen <francois.jaouen@laposte.net>2010-10-13 10:47:32 +0200
committerJiri Kosina <jkosina@suse.cz>2010-10-13 10:47:32 +0200
commit272036edb77e5967c175ac48b8c88e9b3358285f (patch)
tree787137ff739916522d14a7625bc1dc0034616e7b /drivers/hid/hid-cando.c
parente1f092102f65e424be40c318a0fab7bb6e34194f (diff)
HID: Add Cando touch screen 15.6-inch product id
This add the product id of the touch screen found on ACER Aspire 5738PZ. Works with hid-cando driver. Signed-off-by: Francois Jaouen<francois.jaouen@laposte.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-cando.c')
-rw-r--r--drivers/hid/hid-cando.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-cando.c b/drivers/hid/hid-cando.c
index 4267a6fdc277..5925bdcd417d 100644
--- a/drivers/hid/hid-cando.c
+++ b/drivers/hid/hid-cando.c
@@ -237,6 +237,8 @@ static const struct hid_device_id cando_devices[] = {
USB_DEVICE_ID_CANDO_MULTI_TOUCH) },
{ HID_USB_DEVICE(USB_VENDOR_ID_CANDO,
USB_DEVICE_ID_CANDO_MULTI_TOUCH_11_6) },
+ { HID_USB_DEVICE(USB_VENDOR_ID_CANDO,
+ USB_DEVICE_ID_CANDO_MULTI_TOUCH_15_6) },
{ }
};
MODULE_DEVICE_TABLE(hid, cando_devices);