The following reply was made to PR usb/182936; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: usb/182936: commit references a PR
Date: Thu, 24 Oct 2013 06:26:00 +0000 (UTC)

 Author: hselasky
 Date: Thu Oct 24 06:25:52 2013
 New Revision: 257042
 URL: http://svnweb.freebsd.org/changeset/base/257042
 
 Log:
   MFC r256500:
   Add new USB ID.
   
   PR:          usb/182936
 
 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       Thu Oct 24 06:22:43 2013        
(r257041)
 +++ stable/9/sys/dev/usb/usbdevs       Thu Oct 24 06:25:52 2013        
(r257042)
 @@ -1228,6 +1228,7 @@ product BELKIN F5D8055V2 0x825b  F5D8055 
  product BELKIN F5D9050V3      0x905b  F5D9050 ver 3 Wireless Adapter
  product BELKIN2 F5U002                0x0002  F5U002 Parallel printer
  product BELKIN F6D4050V1      0x935a  F6D4050 v1
 +product BELKIN F6D4050V2      0x935b  F6D4050 v2
  
  /* Billionton products */
  product BILLIONTON USB100     0x0986  USB100N 10/100 FastEthernet
 
 Modified: stable/9/sys/dev/usb/wlan/if_run.c
 ==============================================================================
 --- stable/9/sys/dev/usb/wlan/if_run.c Thu Oct 24 06:22:43 2013        
(r257041)
 +++ stable/9/sys/dev/usb/wlan/if_run.c Thu Oct 24 06:25:52 2013        
(r257042)
 @@ -147,6 +147,7 @@ static const STRUCT_USB_HOST_ID run_devs
      RUN_DEV(BELKIN,           F5D8055),
      RUN_DEV(BELKIN,           F5D8055V2),
      RUN_DEV(BELKIN,           F6D4050V1),
 +    RUN_DEV(BELKIN,           F6D4050V2),
      RUN_DEV(BELKIN,           RT2870_1),
      RUN_DEV(BELKIN,           RT2870_2),
      RUN_DEV(CISCOLINKSYS,     AE1000),
 _______________________________________________
 svn-src-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
 
_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to