diff options
-rw-r--r-- | sys/dev/usb/usbdevs.h | 8 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 22 |
2 files changed, 23 insertions, 7 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index a9e765e..4fbebdd 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: - * NetBSD: usbdevs,v 1.59 1999/11/10 19:46:40 augustss Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.1 1999/11/18 18:02:44 n_hibma Exp */ /* @@ -81,6 +81,7 @@ #define USB_VENDOR_BELKIN 0x050d /* Belkin Components */ #define USB_VENDOR_KAWATSU 0x050f /* Kawatsu Semiconductor, Inc. */ #define USB_VENDOR_APC 0x051d /* American Power Conversion */ +#define USB_VENDOR_NETCHIP 0x0525 /* NetChip Technology */ #define USB_VENDOR_AKS 0x0529 /* Fast Security AG */ #define USB_VENDOR_UNIACCESS 0x0540 /* Universal Access */ #define USB_VENDOR_ANCHOR 0x0547 /* Anchor Chips Inc. */ @@ -135,8 +136,8 @@ #define USB_PRODUCT_KODAK_DC280 0x0130 /* Digital Science DC280 */ /* CATC products */ -#define USB_PRODUCT_CATC_ANDROMEDA 0x1237 /* Andromeda hub */ #define USB_PRODUCT_CATC_CHIEF 0x000d /* USB Chief Bus & Protocol Analyzer */ +#define USB_PRODUCT_CATC_ANDROMEDA 0x1237 /* Andromeda hub */ /* Gravis products */ #define USB_PRODUCT_GRAVIS_GAMEPADPRO 0x4001 /* GamePad Pro */ @@ -225,6 +226,9 @@ /* American Power Conversion products */ #define USB_PRODUCT_APC_UPSPRO500 0x0002 /* Back-UPS Pro 500 */ +/* NetChip Technology Products */ +#define USB_PRODUCT_NETCHIP_TURBOCONNECT 0x1080 /* Turbo-Connect */ + /* AKS products */ #define USB_PRODUCT_AKS_USBHASP 0x0001 /* USB-HASP 0.06 */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index cf21c2b..1bfe30a 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: - * NetBSD: usbdevs,v 1.59 1999/11/10 19:46:40 augustss Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.1 1999/11/18 18:02:44 n_hibma Exp */ /* @@ -88,16 +88,16 @@ struct usb_knowndev usb_knowndevs[] = { "Digital Science DC280", }, { - USB_VENDOR_CATC, USB_PRODUCT_CATC_ANDROMEDA, + USB_VENDOR_CATC, USB_PRODUCT_CATC_CHIEF, 0, "Computer Access Technology Corp.", - "Andromeda hub", + "USB Chief Bus & Protocol Analyzer", }, { - USB_VENDOR_CATC, USB_PRODUCT_CATC_CHIEF, + USB_VENDOR_CATC, USB_PRODUCT_CATC_ANDROMEDA, 0, "Computer Access Technology Corp.", - "USB Chief Bus & Protocol Analyzer", + "Andromeda hub", }, { USB_VENDOR_GRAVIS, USB_PRODUCT_GRAVIS_GAMEPADPRO, @@ -310,6 +310,12 @@ struct usb_knowndev usb_knowndevs[] = { "Back-UPS Pro 500", }, { + USB_VENDOR_NETCHIP, USB_PRODUCT_NETCHIP_TURBOCONNECT, + 0, + "NetChip Technology", + "Turbo-Connect", + }, + { USB_VENDOR_AKS, USB_PRODUCT_AKS_USBHASP, 0, "Fast Security AG", @@ -808,6 +814,12 @@ struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_NETCHIP, 0, + USB_KNOWNDEV_NOPROD, + "NetChip Technology", + NULL, + }, + { USB_VENDOR_AKS, 0, USB_KNOWNDEV_NOPROD, "Fast Security AG", |