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

Commit 7c7e6af3 authored by Andrea Merello's avatar Andrea Merello Committed by John W. Linville
Browse files

Rtl8187 PATCH add usb ID for asus wireless link



This patch from Davide Cavalca adds a usb ID for an rtl8187L device.

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 143b09ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -649,6 +649,7 @@ config RTL8187
	  Trendnet TEW-424UB
	  ASUS P5B Deluxe
	  Toshiba Satellite Pro series of laptops
	  Asus Wireless Link

	  Thanks to Realtek for their support!

+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ MODULE_DESCRIPTION("RTL8187/RTL8187B USB wireless driver");
MODULE_LICENSE("GPL");

static struct usb_device_id rtl8187_table[] __devinitdata = {
	/* Asus */
	{USB_DEVICE(0x0b05, 0x171d), .driver_info = DEVICE_RTL8187},
	/* Realtek */
	{USB_DEVICE(0x0bda, 0x8187), .driver_info = DEVICE_RTL8187},
	{USB_DEVICE(0x0bda, 0x8189), .driver_info = DEVICE_RTL8187B},