[PATCH] usb/input/touchkit: add more device IDs
authorDaniel Ritz <daniel.ritz@gmx.ch>
Wed, 28 Sep 2005 19:30:12 +0000 (21:30 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:43 +0000 (16:47 -0700)
add two more device IDs from eGalax' programming guide.
thanks to Jonathan Hopper <jrhopper () gmail ! com>  for pointing out.

Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 drivers/usb/input/touchkitusb.c |    2 ++
 1 file changed, 2 insertions(+)

drivers/usb/input/touchkitusb.c

index 3766ccc..0043e6e 100644 (file)
@@ -75,7 +75,9 @@ struct touchkit_usb {
 
 static struct usb_device_id touchkit_devices[] = {
        {USB_DEVICE(0x3823, 0x0001)},
+       {USB_DEVICE(0x0123, 0x0001)},
        {USB_DEVICE(0x0eef, 0x0001)},
+       {USB_DEVICE(0x0eef, 0x0002)},
        {}
 };