mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-16 19:47:55 +00:00
rtl8187: add USB ID for Linksys WUSB54GC-EU v2 USB wifi dongle
http://bugzilla.kernel.org/show_bug.cgi?id=13383 Reported-by: Przemyslaw Kulczycki <azrael@autocom.pl> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
21a4cc00e8
commit
aeeab4ff06
2 changed files with 3 additions and 0 deletions
|
@ -430,6 +430,7 @@ config RTL8187
|
||||||
ASUS P5B Deluxe
|
ASUS P5B Deluxe
|
||||||
Toshiba Satellite Pro series of laptops
|
Toshiba Satellite Pro series of laptops
|
||||||
Asus Wireless Link
|
Asus Wireless Link
|
||||||
|
Linksys WUSB54GC-EU
|
||||||
|
|
||||||
Thanks to Realtek for their support!
|
Thanks to Realtek for their support!
|
||||||
|
|
||||||
|
|
|
@ -71,6 +71,8 @@ static struct usb_device_id rtl8187_table[] __devinitdata = {
|
||||||
{USB_DEVICE(0x18E8, 0x6232), .driver_info = DEVICE_RTL8187},
|
{USB_DEVICE(0x18E8, 0x6232), .driver_info = DEVICE_RTL8187},
|
||||||
/* AirLive */
|
/* AirLive */
|
||||||
{USB_DEVICE(0x1b75, 0x8187), .driver_info = DEVICE_RTL8187},
|
{USB_DEVICE(0x1b75, 0x8187), .driver_info = DEVICE_RTL8187},
|
||||||
|
/* Linksys */
|
||||||
|
{USB_DEVICE(0x1737, 0x0073), .driver_info = DEVICE_RTL8187B},
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue