The following reply was made to PR usb/142427; it has been noted by GNATS. From: [email protected] (dfilter service) To: [email protected] Cc: Subject: Re: usb/142427: commit references a PR Date: Fri, 29 Jan 2010 01:28:09 +0000 (UTC)
Author: thompsa Date: Fri Jan 29 01:27:54 2010 New Revision: 203139 URL: http://svn.freebsd.org/changeset/base/203139 Log: Add device ID. PR: usb/142427 Modified: head/sys/dev/usb/wlan/if_rum.c Modified: head/sys/dev/usb/wlan/if_rum.c ============================================================================== --- head/sys/dev/usb/wlan/if_rum.c Thu Jan 28 22:54:01 2010 (r203138) +++ head/sys/dev/usb/wlan/if_rum.c Fri Jan 29 01:27:54 2010 (r203139) @@ -104,6 +104,7 @@ static const struct usb_device_id rum_de RUM_DEV(COREGA, CGWLUSB2GPX), RUM_DEV(DICKSMITH, CWD854F), RUM_DEV(DICKSMITH, RT2573), + RUM_DEV(EDIMAX, EW7318USG), RUM_DEV(DLINK2, DWLG122C1), RUM_DEV(DLINK2, WUA1340), RUM_DEV(DLINK2, DWA111), _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
