diff options
| author | Doug White <dwhite@FreeBSD.org> | 2001-09-09 03:07:32 +0000 |
|---|---|---|
| committer | Doug White <dwhite@FreeBSD.org> | 2001-09-09 03:07:32 +0000 |
| commit | a6ac38c5f6fe4cff3f693c41b43482127207a5dd (patch) | |
| tree | f98b6f12570a1fd88480feb4cb22044555882708 /sys/dev/usb | |
| parent | 884896fa2fd1edd7b929baaf685ab90ccaf68bb3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 19c375772afb..23d8fedfd3be 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -4,7 +4,7 @@ * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * FreeBSD: src/sys/dev/usb/usbdevs,v 1.63 2001/09/01 09:33:15 n_hibma Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.64 2001/09/09 03:07:15 dwhite Exp */ /* @@ -336,6 +336,9 @@ #define USB_PRODUCT_ABOCOM_URE450 0x4000 /* URE450 Ethernet Adapter */ #define USB_PRODUCT_ABOCOM_DSB650TX_PNA 0x4003 /* 1/10/100 ethernet adapter */ +/* Accton Technology Corp. products */ +#define USB_PRODUCT_ACCTON_USB320_EC 0x1046 /* USB320-EC Ethernet Adapter */ + /* Acer Peripherals, Inc. products */ #define USB_PRODUCT_ACERP_ACERSCAN_C310U 0x12a6 /* Acerscan C310U */ #define USB_PRODUCT_ACERP_ACERSCAN_320U 0x2022 /* Acerscan 320U */ |
