Adding the vid and pid for the Trendnet TU2-ET100 USB ethernet adapter to the list. Also, a typo. Reference: /n/sources/patch/applied/trendnet_tu2-et100 Date: Fri Jan 20 03:54:07 CET 2012 Signed-off-by: 9@trstn.net --- /sys/src/cmd/usb/ether/ether.c Fri Jan 20 03:52:50 2012 +++ /sys/src/cmd/usb/ether/ether.c Fri Jan 20 03:52:49 2012 @@ -47,7 +47,7 @@ Cinfo cinfo[] = { /* Asix controllers. - * Only A88178 and A881772 are implemented. + * Only A88178 and A88772 are implemented. * Others are easy to add by borrowing code * from other systems. */ @@ -72,6 +72,7 @@ {0x0b95, 0x772a, A88772}, {0x14ea, 0xab11, A88178}, {0x0db0, 0xa877, A88772}, + {0x0b95, 0x7720, A88772}, {0, 0, 0}, };