Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2013 06:10:26 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r250847 - in stable/9/sys/dev/usb: . wlan
Message-ID:  <201305210610.r4L6AQGC041903@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Tue May 21 06:10:26 2013
New Revision: 250847
URL: http://svnweb.freebsd.org/changeset/base/250847

Log:
  MFC r248458:
  Add new USB ID.
  
  PR:	usb/177013

Modified:
  stable/9/sys/dev/usb/usbdevs
  stable/9/sys/dev/usb/wlan/if_run.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/dev/   (props changed)

Modified: stable/9/sys/dev/usb/usbdevs
==============================================================================
--- stable/9/sys/dev/usb/usbdevs	Tue May 21 06:09:19 2013	(r250846)
+++ stable/9/sys/dev/usb/usbdevs	Tue May 21 06:10:26 2013	(r250847)
@@ -2491,6 +2491,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: stable/9/sys/dev/usb/wlan/if_run.c
==============================================================================
--- stable/9/sys/dev/usb/wlan/if_run.c	Tue May 21 06:09:19 2013	(r250846)
+++ stable/9/sys/dev/usb/wlan/if_run.c	Tue May 21 06:10:26 2013	(r250847)
@@ -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),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305210610.r4L6AQGC041903>