projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
880a9b5
)
[PATCH] usb/input/touchkit: add more device IDs
author
Daniel Ritz
<daniel.ritz@gmx.ch>
Wed, 28 Sep 2005 19:30:12 +0000
(21:30 +0200)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/input/touchkitusb.c
b/drivers/usb/input/touchkitusb.c
index 3766ccc271bef603cec0c2387c2391ef0fd6d86d..0043e6ebcd1f0ada7cc751bab444e92fae6b6e03 100644
(file)
--- 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)},
{}
};