svn commit: r248458 - in head/sys/dev/usb: . wlan
Hans Petter Selasky
hselasky at FreeBSD.org
Mon Mar 18 11:06:37 UTC 2013
Author: hselasky
Date: Mon Mar 18 07:02:58 2013
New Revision: 248458
URL: http://svnweb.freebsd.org/changeset/base/248458
Log:
Add new USB ID.
PR: usb/177013
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 Mon Mar 18 05:30:18 2013 (r248457)
+++ head/sys/dev/usb/usbdevs Mon Mar 18 07:02:58 2013 (r248458)
@@ -2499,6 +2499,7 @@ product LOGITEC RT2870_2 0x0163 RT2870
product LOGITEC RT2870_3 0x0164 RT2870
product LOGITEC LANW300NU2 0x0166 LAN-W300N/U2
product LOGITEC LANW150NU2 0x0168 LAN-W150N/U2
+product LOGITEC LANW300NU2S 0x0169 LAN-W300N/U2S
/* Longcheer Holdings, Ltd. products */
product LONGCHEER WM66 0x6061 Longcheer WM66 HSDPA
Modified: head/sys/dev/usb/wlan/if_run.c
==============================================================================
--- head/sys/dev/usb/wlan/if_run.c Mon Mar 18 05:30:18 2013 (r248457)
+++ head/sys/dev/usb/wlan/if_run.c Mon Mar 18 07:02:58 2013 (r248458)
@@ -211,6 +211,7 @@ static const STRUCT_USB_HOST_ID run_devs
RUN_DEV(LOGITEC, RT2870_3),
RUN_DEV(LOGITEC, LANW300NU2),
RUN_DEV(LOGITEC, LANW150NU2),
+ RUN_DEV(LOGITEC, LANW300NU2S),
RUN_DEV(MELCO, RT2870_1),
RUN_DEV(MELCO, RT2870_2),
RUN_DEV(MELCO, WLIUCAG300N),
More information about the svn-src-head
mailing list