diff options
-rw-r--r-- | sys/dev/usb/usbdevs.h | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index fc196bf..895c2c0 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.9 2000/01/20 07:38:32 wpaul Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.11 2000/03/09 16:28:58 gehenna Exp */ /* @@ -216,6 +216,7 @@ /* Corega products */ #define USB_PRODUCT_COREGA_ETHER_USB_T 0x0001 /* Ether USB-T */ +#define USB_PRODUCT_COREGA_FETHER_USB_TX 0x0004 /* FEther USB-TX */ /* Cypress Semiconductor products */ #define USB_PRODUCT_CYPRESS_MOUSE 0x0001 /* mouse */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index b2a5fdf..3066959 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -4,7 +4,7 @@ * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * FreeBSD: src/sys/dev/usb/usbdevs,v 1.9 2000/01/20 07:38:32 wpaul Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.11 2000/03/09 16:28:58 gehenna Exp */ /* @@ -232,6 +232,12 @@ struct usb_knowndev usb_knowndevs[] = { "Ether USB-T", }, { + USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TX, + 0, + "Corega", + "FEther USB-TX", + }, + { USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_MOUSE, 0, "Cypress Semiconductor", |