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

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: usb/164275: commit references a PR
Date: Thu, 19 Jan 2012 18:04:02 +0000 (UTC)

 Author: hselasky
 Date: Thu Jan 19 18:03:52 2012
 New Revision: 230333
 URL: http://svn.freebsd.org/changeset/base/230333
 
 Log:
   Add support for new USB device.
   
   PR:          usb/164275
   MFC after:   3 days
 
 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   Thu Jan 19 17:29:54 2012        (r230332)
 +++ head/sys/dev/usb/usbdevs   Thu Jan 19 18:03:52 2012        (r230333)
 @@ -2091,7 +2091,6 @@ product LINKSYS4 RT3070          0x0078  RT3070
  product LINKSYS4 WUSB600NV2   0x0079  WUSB600N v2
  
  /* Logitech products */
 -product LOGITECH LANW300NU2   0x0166  LAN-W300N/U2
  product LOGITECH M2452                0x0203  M2452 keyboard
  product LOGITECH M4848                0x0301  M4848 mouse
  product LOGITECH PAGESCAN     0x040f  PageScan
 @@ -2124,6 +2123,7 @@ product LOGITEC LAN_GTJU2A       0x0160  LAN-GT
  product LOGITEC RT2870_1      0x0162  RT2870
  product LOGITEC RT2870_2      0x0163  RT2870
  product LOGITEC RT2870_3      0x0164  RT2870
 +product LOGITEC LANW300NU2    0x0166  LAN-W300N/U2
  
  /* 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     Thu Jan 19 17:29:54 2012        
(r230332)
 +++ head/sys/dev/usb/wlan/if_run.c     Thu Jan 19 18:03:52 2012        
(r230333)
 @@ -208,7 +208,7 @@ static const STRUCT_USB_HOST_ID run_devs
      RUN_DEV(LOGITEC,          RT2870_1),
      RUN_DEV(LOGITEC,          RT2870_2),
      RUN_DEV(LOGITEC,          RT2870_3),
 -    RUN_DEV(LOGITECH,         LANW300NU2),
 +    RUN_DEV(LOGITEC,          LANW300NU2),
      RUN_DEV(MELCO,            RT2870_1),
      RUN_DEV(MELCO,            RT2870_2),
      RUN_DEV(MELCO,            WLIUCAG300N),
 _______________________________________________
 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