diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2010-06-24 20:35:01 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-06-30 11:18:15 -0400 |
commit | 081a52924623df3e550be8cd124b1416fc77b4f1 (patch) | |
tree | f400f5732ded47be9319fa6ea8048a258395796e | |
parent | 9674e57a4fa9686c3ef4df5c194a4c445745d03f (diff) |
Staging: rtl8192s_usb: Remove duplicate device ID
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/rtl8192su/r8192U_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192su/r8192U_core.c b/drivers/staging/rtl8192su/r8192U_core.c index f1d852becf58..1b6890611fb6 100644 --- a/drivers/staging/rtl8192su/r8192U_core.c +++ b/drivers/staging/rtl8192su/r8192U_core.c | |||
@@ -134,7 +134,6 @@ static const struct usb_device_id rtl8192_usb_id_tbl[] = { | |||
134 | {USB_DEVICE(0x0E66, 0x0016)}, | 134 | {USB_DEVICE(0x0E66, 0x0016)}, |
135 | {USB_DEVICE(0x0b05, 0x1786)}, | 135 | {USB_DEVICE(0x0b05, 0x1786)}, |
136 | /* these are not in the official list */ | 136 | /* these are not in the official list */ |
137 | {USB_DEVICE(0x050d, 0x815F)}, /* Belkin F5D8053 v6 */ | ||
138 | {USB_DEVICE(0x0df6, 0x004b)}, /* WL-349 */ | 137 | {USB_DEVICE(0x0df6, 0x004b)}, /* WL-349 */ |
139 | {} | 138 | {} |
140 | }; | 139 | }; |