Re: usb/155229: commit references a PR

2011-06-27 Thread dfilter service
The following reply was made to PR usb/155229; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: usb/155229: commit references a PR
Date: Mon, 27 Jun 2011 21:30:18 + (UTC)

 Author: hselasky
 Date: Mon Jun 27 21:30:04 2011
 New Revision: 223609
 URL: http://svn.freebsd.org/changeset/base/223609
 
 Log:
   MFC r219257:
   Add new USB ID.
   
   PR:  usb/155229
 
 Modified:
   stable/8/sys/dev/usb/usbdevs
   stable/8/sys/dev/usb/wlan/if_run.c
 Directory Properties:
   stable/8/sys/   (props changed)
   stable/8/sys/amd64/include/xen/   (props changed)
   stable/8/sys/cddl/contrib/opensolaris/   (props changed)
   stable/8/sys/contrib/dev/acpica/   (props changed)
   stable/8/sys/contrib/pf/   (props changed)
 
 Modified: stable/8/sys/dev/usb/usbdevs
 ==
 --- stable/8/sys/dev/usb/usbdevs   Mon Jun 27 21:27:12 2011
(r223608)
 +++ stable/8/sys/dev/usb/usbdevs   Mon Jun 27 21:30:04 2011
(r223609)
 @@ -2160,6 +2160,7 @@ product MELCO WLIUCG 0x0137  WLI-UC-G
  product MELCO RT2870_10x0148  RT2870
  product MELCO RT2870_20x0150  RT2870
  product MELCO WLIUCGN 0x015d  WLI-UC-GN
 +product MELCO WLIUCG301N  0x016f  WLI-UC-G301N
  
  /* Merlin products */
  product MERLIN V620 0x1110  Merlin V620
 
 Modified: stable/8/sys/dev/usb/wlan/if_run.c
 ==
 --- stable/8/sys/dev/usb/wlan/if_run.c Mon Jun 27 21:27:12 2011
(r223608)
 +++ stable/8/sys/dev/usb/wlan/if_run.c Mon Jun 27 21:30:04 2011
(r223609)
 @@ -210,6 +210,7 @@ static const STRUCT_USB_HOST_ID run_devs
  RUN_DEV(MELCO,RT2870_2),
  RUN_DEV(MELCO,WLIUCAG300N),
  RUN_DEV(MELCO,WLIUCG300N),
 +RUN_DEV(MELCO,WLIUCG301N),
  RUN_DEV(MELCO,WLIUCGN),
  RUN_DEV(MOTOROLA4,RT2770),
  RUN_DEV(MOTOROLA4,RT3070),
 ___
 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


Re: usb/155229: commit references a PR

2011-03-03 Thread dfilter service
The following reply was made to PR usb/155229; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: usb/155229: commit references a PR
Date: Fri,  4 Mar 2011 07:01:59 + (UTC)

 Author: daichi
 Date: Fri Mar  4 07:01:45 2011
 New Revision: 219257
 URL: http://svn.freebsd.org/changeset/base/219257
 
 Log:
   Add the Buffalo (Melco Inc.) WLI-UC-G301N
   
   PR:  usb/155229
   Submitted by:Yoshiaki UCHIKAWA
   MFC after:   1 week
 
 Modified:
   head/share/man/man4/run.4
   head/sys/dev/usb/usbdevs
   head/sys/dev/usb/wlan/if_run.c
 
 Modified: head/share/man/man4/run.4
 ==
 --- head/share/man/man4/run.4  Thu Mar  3 22:34:13 2011(r219256)
 +++ head/share/man/man4/run.4  Fri Mar  4 07:01:45 2011(r219257)
 @@ -120,6 +120,7 @@ driver supports the following wireless a
  .It Belkin F6D4050 ver 1
  .It Buffalo WLI-UC-AG300N
  .It Buffalo WLI-UC-G300N
 +.It Buffalo WLI-UC-G301N
  .It Buffalo WLI-UC-GN
  .It Corega CG-WLUSB2GNL
  .It Corega CG-WLUSB2GNR
 
 Modified: head/sys/dev/usb/usbdevs
 ==
 --- head/sys/dev/usb/usbdevs   Thu Mar  3 22:34:13 2011(r219256)
 +++ head/sys/dev/usb/usbdevs   Fri Mar  4 07:01:45 2011(r219257)
 @@ -2157,6 +2157,7 @@ product MELCO WLIUCG 0x0137  WLI-UC-G
  product MELCO RT2870_10x0148  RT2870
  product MELCO RT2870_20x0150  RT2870
  product MELCO WLIUCGN 0x015d  WLI-UC-GN
 +product MELCO WLIUCG301N  0x016f  WLI-UC-G301N
  
  /* Merlin products */
  product MERLIN V620 0x1110  Merlin V620
 
 Modified: head/sys/dev/usb/wlan/if_run.c
 ==
 --- head/sys/dev/usb/wlan/if_run.c Thu Mar  3 22:34:13 2011
(r219256)
 +++ head/sys/dev/usb/wlan/if_run.c Fri Mar  4 07:01:45 2011
(r219257)
 @@ -210,6 +210,7 @@ static const struct usb_device_id run_de
  RUN_DEV(MELCO,RT2870_2),
  RUN_DEV(MELCO,WLIUCAG300N),
  RUN_DEV(MELCO,WLIUCG300N),
 +RUN_DEV(MELCO,WLIUCG301N),
  RUN_DEV(MELCO,WLIUCGN),
  RUN_DEV(MOTOROLA4,RT2770),
  RUN_DEV(MOTOROLA4,RT3070),
 ___
 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