Skip to content

Instantly share code, notes, and snippets.

@shimarin
Created January 12, 2018 06:36
Show Gist options
  • Save shimarin/437393bfc40e3f1de4ebfc9eff70fcb7 to your computer and use it in GitHub Desktop.
Save shimarin/437393bfc40e3f1de4ebfc9eff70fcb7 to your computer and use it in GitHub Desktop.
diff --git a/sw.c.orig b/sw.c
index 43e021b..7bbe252 100644
--- a/sw.c.orig
+++ b/sw.c
@@ -387,6 +387,7 @@ static const struct usb_device_id rtl8192c_usb_ids[] = {
{RTL_USB_DEVICE(0x20f4, 0x624d, rtl92cu_hal_cfg)}, /*TRENDNet*/
{RTL_USB_DEVICE(0x2357, 0x0100, rtl92cu_hal_cfg)}, /*TP-Link WN8200ND*/
{RTL_USB_DEVICE(0x7392, 0x7822, rtl92cu_hal_cfg)}, /*Edimax -Edimax*/
+ {RTL_USB_DEVICE(0x056e, 0x4009, rtl92cu_hal_cfg)}, /*Elecom WDC-300SU2SBK*/
{}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment