Skip to content

Instantly share code, notes, and snippets.

@iratqq
Created December 12, 2010 05:17
Show Gist options
  • Save iratqq/737876 to your computer and use it in GitHub Desktop.
Save iratqq/737876 to your computer and use it in GitHub Desktop.
Index: sys/dev/usb/if_rsu.c
===================================================================
RCS file: /cvs/src/sys/dev/usb/if_rsu.c,v
retrieving revision 1.1
diff -u -p -u -r1.1 if_rsu.c
--- sys/dev/usb/if_rsu.c 11 Dec 2010 20:48:21 -0000 1.1
+++ sys/dev/usb/if_rsu.c 12 Dec 2010 05:16:55 -0000
@@ -105,6 +105,7 @@ static const struct usb_devno rsu_devs[]
{ USB_VENDOR_GUILLEMOT, USB_PRODUCT_GUILLEMOT_RTL8192SU },
{ USB_VENDOR_HAWKING, USB_PRODUCT_HAWKING_RTL8192SU_1 },
{ USB_VENDOR_HAWKING, USB_PRODUCT_HAWKING_RTL8192SU_2 },
+ { USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GWUSNANO },
{ USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8171 },
{ USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8172 },
{ USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8173 },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment