projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
081a529
)
Staging: rtl8192u_usb: Add LG device ID 043e:7a01
author
Ben Hutchings
<ben@decadent.org.uk>
Fri, 25 Jun 2010 00:35:49 +0000
(
01:35
+0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 30 Jun 2010 15:18:15 +0000
(08:18 -0700)
Add another device ID as listed in the vendor driver version
0003.0825.2009.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8192u/r8192U_core.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8192u/r8192U_core.c
b/drivers/staging/rtl8192u/r8192U_core.c
index
2bede27
..
f38472c
100644
(file)
--- a/
drivers/staging/rtl8192u/r8192U_core.c
+++ b/
drivers/staging/rtl8192u/r8192U_core.c
@@
-121,6
+121,8
@@
static const struct usb_device_id rtl8192_usb_id_tbl[] = {
{USB_DEVICE(0x2001, 0x3301)},
/* Zinwell */
{USB_DEVICE(0x5a57, 0x0290)},
+ /* LG */
+ {USB_DEVICE(0x043e, 0x7a01)},
{}
};