Skip to content

Commit

Permalink
[PATCH] usb/input/touchkit: add more device IDs
Browse files Browse the repository at this point in the history
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(+)
  • Loading branch information
Daniel Ritz authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent 880a9b5 commit 3f8c03e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/usb/input/touchkitusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)},
{}
};

Expand Down

0 comments on commit 3f8c03e

Please sign in to comment.