Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2014 10:40:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-usb@FreeBSD.org
Subject:   Re: usb/188046: commit references a PR
Message-ID:  <201404011040.s31Ae2Zk030567@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/188046; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: usb/188046: commit references a PR
Date: Tue,  1 Apr 2014 10:34:43 +0000 (UTC)

 Author: hselasky
 Date: Tue Apr  1 10:34:39 2014
 New Revision: 263985
 URL: http://svnweb.freebsd.org/changeset/base/263985
 
 Log:
   Add new USB ID.
   
   Submitted by:	Tuomo Latto <djv+fbpr@iki.fi>
   PR:		usb/188046
   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	Tue Apr  1 08:19:30 2014	(r263984)
 +++ head/sys/dev/usb/usbdevs	Tue Apr  1 10:34:39 2014	(r263985)
 @@ -4535,5 +4535,6 @@ product ZYXEL G220V2		0x340f	G-220 v2
  product ZYXEL G202		0x3410	G-202
  product ZYXEL RT2870_1		0x3416	RT2870
  product ZYXEL RT2870_2		0x341a	RT2870
 +product ZYXEL RT3070		0x341e	NWD2105
  product ZYXEL RTL8192CU		0x341f	RTL8192CU
  product ZYXEL NWD2705		0x3421	NWD2705
 
 Modified: head/sys/dev/usb/wlan/if_run.c
 ==============================================================================
 --- head/sys/dev/usb/wlan/if_run.c	Tue Apr  1 08:19:30 2014	(r263984)
 +++ head/sys/dev/usb/wlan/if_run.c	Tue Apr  1 10:34:39 2014	(r263985)
 @@ -316,6 +316,7 @@ static const STRUCT_USB_HOST_ID run_devs
      RUN_DEV(ZINWELL,		RT3072_2),
      RUN_DEV(ZYXEL,		RT2870_1),
      RUN_DEV(ZYXEL,		RT2870_2),
 +    RUN_DEV(ZYXEL,		RT3070),
      RUN_DEV_EJECT(ZYXEL,	NWD2705),
      RUN_DEV_EJECT(RALINK,	RT_STOR),
  #undef RUN_DEV_EJECT
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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