Skip to content

Commit

Permalink
Merge pull request #1 from mindless2112/patch-1
Browse files Browse the repository at this point in the history
Add USB ID for Buffalo WI-U2-433DM
  • Loading branch information
csssuf committed Jul 20, 2015
2 parents 3745b07 + 50671d8 commit 487549d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_dep/linux/usb_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
{USB_DEVICE(0x2001, 0x3314),.driver_info = RTL8821}, /* D-Link - Cameo */
{USB_DEVICE(0x0846, 0x9052),.driver_info = RTL8821}, /* Netgear - A6100 */
{USB_DEVICE(0x2019, 0xAB32),.driver_info = RTL8821}, /* Planex - GW-450S */

{USB_DEVICE(0x0411, 0x0242),.driver_info = RTL8821}, /* BUFFALO - Edimax */
#endif

#ifdef CONFIG_RTL8192E
Expand Down

0 comments on commit 487549d

Please sign in to comment.