diff options
author | wpaul <wpaul@FreeBSD.org> | 2000-01-05 18:25:53 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2000-01-05 18:25:53 +0000 |
commit | 8285675d99ecc96fb3f55b708a25bb2dfb412789 (patch) | |
tree | ed8ff825704e736ecc8f3564a1f9547dfc0de8a3 /sys/dev/usb/if_kue.c | |
parent | e2faa55ecb2dcda08d8d9057e173e5d0040206a0 (diff) | |
download | FreeBSD-src-8285675d99ecc96fb3f55b708a25bb2dfb412789.zip FreeBSD-src-8285675d99ecc96fb3f55b708a25bb2dfb412789.tar.gz |
Correct the vendor ID for KLSI: it's actually 0x5e9. 0x3e8 is the
vendor ID for Aox Inc, which makes the controller engine and/or
firmware for the KLSI chip.
Diffstat (limited to 'sys/dev/usb/if_kue.c')
-rw-r--r-- | sys/dev/usb/if_kue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c index caae945..02dc95d 100644 --- a/sys/dev/usb/if_kue.c +++ b/sys/dev/usb/if_kue.c @@ -105,7 +105,7 @@ static const char rcsid[] = * Various supported device vendors/types and their names. */ static struct kue_type kue_devs[] = { - { USB_VENDOR_KLSI, USB_PRODUCT_KLSI_USB101, + { USB_VENDOR_AOX, USB_PRODUCT_AOX_USB101, "KLSI USB ethernet" }, { USB_VENDOR_ADS, USB_PRODUCT_ADS_ENET, "KLSI USB ethernet" }, |