hmm, on Sun, Sep 29, 2013 at 03:59:32PM +1000, Jonathan Gray said that > > for what it's worth here is a small patch for usbdevs: > > You obviously didn't try compiling this, it will break all of the > references to MELCO devices in the kernel.
guilty as charged. (also a good thing this time, as the change would not happen ;-) i resubmit only the device id addition, however these changes seem now superfluous to me, as at the moment neither usbdevs(8) nor the kernel will ever show them... Index: usbdevs =================================================================== RCS file: /cvs/src/sys/dev/usb/usbdevs,v retrieving revision 1.605 diff -u -p -r1.605 usbdevs --- usbdevs 5 Sep 2013 19:42:09 -0000 1.605 +++ usbdevs 29 Sep 2013 06:07:11 -0000 @@ -1457,6 +1457,7 @@ product DLINK RT2570 0x3c00 RT2570 product DLINK DUBE100B1 0x3c05 DUB-E100 rev B1 product DLINK RT2870 0x3c09 RT2870 product DLINK RT3072 0x3c0a RT3072 +product DLINK DWA125A3 0x3c19 DWA-125 rev A3 product DLINK DSB650C 0x4000 10Mbps Ethernet product DLINK DSB650TX1 0x4001 10/100 Ethernet product DLINK DSB650TX 0x4002 10/100 Ethernet -f -- nothing can go wrong now, go wrong, gow rong, grong!
