Advertisement
GAMELASTER

Untitled

Oct 18th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.96 KB | None | 0 0
  1. diff --git a/rtl8xxxu_core.c b/rtl8xxxu_core.c
  2. index 2eba4df..4478b3e 100644
  3. --- a/rtl8xxxu_core.c
  4. +++ b/rtl8xxxu_core.c
  5. @@ -6005,6 +6005,8 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
  6.     case 0x7392:
  7.         if (id->idProduct == 0x7811)
  8.             untested = 0;
  9. +       else if (id->idProduct == 0xa611) // Edimax WQ-7611ULB
  10. +           untested = 0;
  11.         break;
  12.     case 0x050d:
  13.         if (id->idProduct == 0x1004)
  14. @@ -6227,6 +6229,9 @@ static const struct usb_device_id dev_table[] = {
  15.  /* Tested by Stefano Bravi */
  16.  {USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3308, 0xff, 0xff, 0xff),
  17.     .driver_info = (unsigned long)&rtl8192cu_fops},
  18. +/* Tested by Marek Kraus - Edimax EW-7611ULB */
  19. +{USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xa611, 0xff, 0xff, 0xff),
  20. +   .driver_info = (unsigned long)&rtl8723bu_fops},
  21.  /* Currently untested 8188 series devices */
  22.  {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x018a, 0xff, 0xff, 0xff),
  23.     .driver_info = (unsigned long)&rtl8192cu_fops},
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement