diff options
| author | Stephane Glondu <steph@glondu.net> | 2009-12-17 09:41:23 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-23 14:27:47 -0500 |
| commit | 488d3749620779ab2668c0dba2962836e51e3cd6 (patch) | |
| tree | b02d3ded41bbc1009083cdd6a14b55e8b24cc5ec | |
| parent | 55c7d5fc185e592c317e7cb175f91ee6b9d6c637 (diff) | |
staging: rtl8192su: add USB VID/PID for HWNUm-300
The Hercules Wireless N USB mini (HWNUm-300) uses the RTL8191S chipset
and seems to work with this driver.
Signed-off-by: Stephane Glondu <steph@glondu.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| -rw-r--r-- | drivers/staging/rtl8192su/r8192U_core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/rtl8192su/r8192U_core.c b/drivers/staging/rtl8192su/r8192U_core.c index b06fca05c501..ccb9d5b8cd44 100644 --- a/drivers/staging/rtl8192su/r8192U_core.c +++ b/drivers/staging/rtl8192su/r8192U_core.c | |||
| @@ -126,6 +126,8 @@ static struct usb_device_id rtl8192_usb_id_tbl[] = { | |||
| 126 | {USB_DEVICE(0x2001, 0x3301)}, | 126 | {USB_DEVICE(0x2001, 0x3301)}, |
| 127 | /* Zinwell */ | 127 | /* Zinwell */ |
| 128 | {USB_DEVICE(0x5a57, 0x0290)}, | 128 | {USB_DEVICE(0x5a57, 0x0290)}, |
| 129 | /* Guillemot */ | ||
| 130 | {USB_DEVICE(0x06f8, 0xe031)}, | ||
| 129 | //92SU | 131 | //92SU |
| 130 | {USB_DEVICE(0x0bda, 0x8172)}, | 132 | {USB_DEVICE(0x0bda, 0x8172)}, |
| 131 | {} | 133 | {} |
