Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aeeab4ff authored by John W. Linville's avatar John W. Linville
Browse files

rtl8187: add USB ID for Linksys WUSB54GC-EU v2 USB wifi dongle

parent 21a4cc00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -430,6 +430,7 @@ config RTL8187
	  ASUS P5B Deluxe
	  Toshiba Satellite Pro series of laptops
	  Asus Wireless Link
	  Linksys WUSB54GC-EU

	  Thanks to Realtek for their support!

+2 −0
Original line number Diff line number Diff line
@@ -71,6 +71,8 @@ static struct usb_device_id rtl8187_table[] __devinitdata = {
	{USB_DEVICE(0x18E8, 0x6232), .driver_info = DEVICE_RTL8187},
	/* AirLive */
	{USB_DEVICE(0x1b75, 0x8187), .driver_info = DEVICE_RTL8187},
	/* Linksys */
	{USB_DEVICE(0x1737, 0x0073), .driver_info = DEVICE_RTL8187B},
	{}
};