aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-quanta.c
diff options
context:
space:
mode:
authorAlex Neblett <alexneblett01@yahoo.com>2010-02-03 00:16:03 -0500
committerJiri Kosina <jkosina@suse.cz>2010-02-03 06:03:26 -0500
commitf54405db66fbec11679241daefd16fd8291a5762 (patch)
treee0be3cf8f8d2d58cf9c0f32af2a25d37fe18572f /drivers/hid/hid-quanta.c
parente1a0bdd8022317e98650e70850de73eccfcde5ad (diff)
HID: add support for Pixart Imaging Optical Touch Screen
Added support for the Pixart Imaging Inc. Optical Touch Screen found in the MSI AE2220 and other new all in one computers to the Quanta Optical Touch dual-touch panel driver found in the latest git clone git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git. Signed-off-by: Alex Neblett <alexneblett01@yahoo.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-quanta.c')
-rw-r--r--drivers/hid/hid-quanta.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-quanta.c b/drivers/hid/hid-quanta.c
index 244d61c18a47..9ac49287b943 100644
--- a/drivers/hid/hid-quanta.c
+++ b/drivers/hid/hid-quanta.c
@@ -224,6 +224,8 @@ static void quanta_remove(struct hid_device *hdev)
224static const struct hid_device_id quanta_devices[] = { 224static const struct hid_device_id quanta_devices[] = {
225 { HID_USB_DEVICE(USB_VENDOR_ID_QUANTA, 225 { HID_USB_DEVICE(USB_VENDOR_ID_QUANTA,
226 USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH) }, 226 USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH) },
227 { HID_USB_DEVICE(USB_VENDOR_ID_QUANTA,
228 USB_DEVICE_ID_PIXART_IMAGING_INC_OPTICAL_TOUCH_SCREEN) },
227 { } 229 { }
228}; 230};
229MODULE_DEVICE_TABLE(hid, quanta_devices); 231MODULE_DEVICE_TABLE(hid, quanta_devices);