Author: wmb Date: 2009-04-01 16:38:06 +0200 (Wed, 01 Apr 2009) New Revision: 1131
Modified: dev/usb2/device/net/ax8817x.fth dev/usb2/device/net/vendor.fth Log: USB Ethernet - added vendor/product ID codes for VIA and Apple AX88772 devices.
Modified: dev/usb2/device/net/ax8817x.fth =================================================================== --- dev/usb2/device/net/ax8817x.fth 2009-04-01 14:10:48 UTC (rev 1130) +++ dev/usb2/device/net/ax8817x.fth 2009-04-01 14:38:06 UTC (rev 1131) @@ -17,6 +17,8 @@ h# 2001.3c05 of true exit endof \ ID for D-Link DUB-E100 rev B h# 07d1.3c05 of true exit endof \ Alternate ID for D-Link DUB-E100 rev B h# 0b95.7720 of true exit endof \ Another 88772 device, possibly ST Labs + h# 0b95.772a of true exit endof \ Chip on VIA demo board + h# 05ac.1402 of true exit endof \ Apple endcase false ;
Modified: dev/usb2/device/net/vendor.fth =================================================================== --- dev/usb2/device/net/vendor.fth 2009-04-01 14:10:48 UTC (rev 1130) +++ dev/usb2/device/net/vendor.fth 2009-04-01 14:38:06 UTC (rev 1131) @@ -8,6 +8,7 @@ 07d1 w, 3c05 w, \ D-Link DUBE100 Rev B1 ax88772 2001 w, 1a00 w, \ D-Link DUBE100 Rev A ax88772 0b95 w, 7720 w, \ ST Lab + 0b95 w, 772a w, \ Chip on VIA demo board 13b1 w, 0018 w, \ Linksys USB200M ax88772 077b w, 2226 w, \ Linksys USB200M 0846 w, 1040 w, \ Netgear FA120 @@ -15,6 +16,7 @@ 0b95 w, 1720 w, \ ST Lab 07b8 w, 420a w, \ Hawking UF200 08dd w, 90ff w, \ Billionton Systems, USB2AR + 05ac w, 1402 w, \ Apple here swap - constant /net-ax8817x-list
: net-ax8817x? ( vid pid -- flag )