svn commit: r239358 - in head/sys/dev/usb: . wlan

Hans Petter Selasky hselasky at FreeBSD.org
Fri Aug 17 16:27:12 UTC 2012


Author: hselasky
Date: Fri Aug 17 16:27:11 2012
New Revision: 239358
URL: http://svn.freebsd.org/changeset/base/239358

Log:
  Add new USB device ID.
  
  PR:		usb/170688
  MFC after:	1 week

Modified:
  head/sys/dev/usb/usbdevs
  head/sys/dev/usb/wlan/if_run.c

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Fri Aug 17 16:01:24 2012	(r239357)
+++ head/sys/dev/usb/usbdevs	Fri Aug 17 16:27:11 2012	(r239358)
@@ -1118,6 +1118,7 @@ product ASUS A730W		0x4202	ASUS MyPal A7
 product ASUS P535		0x420f	ASUS P535 PDA
 product	ASUS GMSC		0x422f	ASUS Generic Mass Storage
 product ASUS RT2570		0x1706	RT2500USB Wireless Adapter
+product ASUS USB_N53		0x179d	ASUS Black Diamond Dual Band USB-N53
 
 /* ATen products */
 product ATEN UC1284		0x2001	Parallel printer

Modified: head/sys/dev/usb/wlan/if_run.c
==============================================================================
--- head/sys/dev/usb/wlan/if_run.c	Fri Aug 17 16:01:24 2012	(r239357)
+++ head/sys/dev/usb/wlan/if_run.c	Fri Aug 17 16:27:11 2012	(r239358)
@@ -136,6 +136,7 @@ static const STRUCT_USB_HOST_ID run_devs
     RUN_DEV(ASUS,		RT2870_5),
     RUN_DEV(ASUS,		USBN13),
     RUN_DEV(ASUS,		RT3070_1),
+    RUN_DEV(ASUS,		USB_N53),
     RUN_DEV(ASUS2,		USBN11),
     RUN_DEV(AZUREWAVE,		RT2870_1),
     RUN_DEV(AZUREWAVE,		RT2870_2),


More information about the svn-src-all mailing list