From: Daniel Ritz Date: Wed, 28 Sep 2005 19:30:12 +0000 (+0200) Subject: [PATCH] usb/input/touchkit: add more device IDs X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~51 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=3f8c03ee05801bf8539dd136d9246a416c45052a;p=linux-2.6-omap-h63xx.git [PATCH] usb/input/touchkit: add more device IDs add two more device IDs from eGalax' programming guide. thanks to Jonathan Hopper for pointing out. Signed-off-by: Daniel Ritz Signed-off-by: Greg Kroah-Hartman drivers/usb/input/touchkitusb.c | 2 ++ 1 file changed, 2 insertions(+) --- diff --git a/drivers/usb/input/touchkitusb.c b/drivers/usb/input/touchkitusb.c index 3766ccc271b..0043e6ebcd1 100644 --- a/drivers/usb/input/touchkitusb.c +++ b/drivers/usb/input/touchkitusb.c @@ -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)}, {} };