aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-quanta.c
diff options
context:
space:
mode:
authorAlex Neblett <alexneblett01@yahoo.com>2010-02-02 21:16:03 -0800
committerJiri Kosina <jkosina@suse.cz>2010-02-03 12:03:26 +0100
commitf54405db66fbec11679241daefd16fd8291a5762 (patch)
treee0be3cf8f8d2d58cf9c0f32af2a25d37fe18572f /drivers/hid/hid-quanta.c
parente1a0bdd8022317e98650e70850de73eccfcde5ad (diff)
downloadkernel_samsung_smdk4412-f54405db66fbec11679241daefd16fd8291a5762.zip
kernel_samsung_smdk4412-f54405db66fbec11679241daefd16fd8291a5762.tar.gz
kernel_samsung_smdk4412-f54405db66fbec11679241daefd16fd8291a5762.tar.bz2
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 244d61c..9ac4928 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)
static const struct hid_device_id quanta_devices[] = {
{ HID_USB_DEVICE(USB_VENDOR_ID_QUANTA,
USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH) },
+ { HID_USB_DEVICE(USB_VENDOR_ID_QUANTA,
+ USB_DEVICE_ID_PIXART_IMAGING_INC_OPTICAL_TOUCH_SCREEN) },
{ }
};
MODULE_DEVICE_TABLE(hid, quanta_devices);