diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2000-05-25 22:29:47 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2000-05-25 22:29:47 +0000 |
commit | 9463a16709c9246f9392a95e4eb2eca450c7a9b2 (patch) | |
tree | e8c055567b9034baf0bc95d672cfff51c2074f4c | |
parent | 0f40505a4f8c0ad85fa57cc9cde000430e912cf2 (diff) | |
download | FreeBSD-src-9463a16709c9246f9392a95e4eb2eca450c7a9b2.zip FreeBSD-src-9463a16709c9246f9392a95e4eb2eca450c7a9b2.tar.gz |
Regen.
-rw-r--r-- | sys/dev/usb/usbdevs.h | 8 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 26 |
2 files changed, 32 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index a82d294..bb8f02e 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.25 2000/05/09 20:43:37 n_hibma Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.26 2000/05/25 22:27:55 n_hibma Exp */ /* @@ -70,6 +70,7 @@ #define USB_VENDOR_ANALOGDEVICES 0x0456 /* Analog Devices, Inc. */ #define USB_VENDOR_KYE 0x0458 /* KYE Systems Corp. */ #define USB_VENDOR_MICROSOFT 0x045e /* Microsoft */ +#define USB_VENDOR_SUPRA 0x045a /* Supra */ #define USB_VENDOR_PRIMAX 0x0461 /* Primax Electronics */ #define USB_VENDOR_AMP 0x0464 /* AMP, Inc. */ #define USB_VENDOR_CHERRY 0x046a /* Cherry Mikroschalter GmbH */ @@ -230,6 +231,7 @@ #define USB_VENDOR_BROADCOM 0x0a5c /* Broadcom Corp. */ #define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */ #define USB_VENDOR_PLX 0x10b5 /* PLX */ +#define USB_VENDOR_BELKIN2 0x1293 /* Belkin Components (second entry) */ #define USB_VENDOR_INSIDEOUT 0x1608 /* Inside Out Networks */ #define USB_VENDOR_ENTREGA 0x1645 /* Entrega */ #define USB_VENDOR_ACTIONTEC 0x1668 /* Actiontec Electronics, Inc. */ @@ -296,6 +298,7 @@ /* Belkin products */ /*product BELKIN F5U111 0x???? F5U111 Ethernet adapter*/ +#define USB_PRODUCT_BELKIN2_F5U002 0x0002 /* F5U002 Parallel printer adapter */ /* Billionton products */ #define USB_PRODUCT_BILLIONTON_USB100 0x0986 /* USB100N 10/100 FastEthernet Adapter */ @@ -592,6 +595,9 @@ #define USB_PRODUCT_SUN_KEYBOARD 0x0005 /* Type 6 USB */ /* XXX The above is a North American PC style keyboard possibly */ +/* Supra products */ +#define USB_PRODUCT_SUPRA_SUPRAEXPRESS56K 0x07da /* Supra Express 56K modem */ + /* Telex Communications products */ #define USB_PRODUCT_TELEX_MIC1 0x0001 /* Enhanced USB Microphone */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 978d01b..ac3d734 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.25 2000/05/09 20:43:37 n_hibma Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.26 2000/05/25 22:27:55 n_hibma Exp */ /* @@ -196,6 +196,12 @@ struct usb_knowndev usb_knowndevs[] = { "10Mbps ethernet adapter", }, { + USB_VENDOR_BELKIN2, USB_PRODUCT_BELKIN2_F5U002, + 0, + "Belkin Components (second entry)", + "F5U002 Parallel printer adapter", + }, + { USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USB100, 0, "Billionton Systems, Inc.", @@ -1066,6 +1072,12 @@ struct usb_knowndev usb_knowndevs[] = { "Type 6 USB", }, { + USB_VENDOR_SUPRA, USB_PRODUCT_SUPRA_SUPRAEXPRESS56K, + 0, + "Supra", + "Supra Express 56K modem", + }, + { USB_VENDOR_TELEX, USB_PRODUCT_TELEX_MIC1, 0, "Telex Communications, Inc.", @@ -1258,6 +1270,12 @@ struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_SUPRA, 0, + USB_KNOWNDEV_NOPROD, + "Supra", + NULL, + }, + { USB_VENDOR_PRIMAX, 0, USB_KNOWNDEV_NOPROD, "Primax Electronics", @@ -2218,6 +2236,12 @@ struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_BELKIN2, 0, + USB_KNOWNDEV_NOPROD, + "Belkin Components (second entry)", + NULL, + }, + { USB_VENDOR_INSIDEOUT, 0, USB_KNOWNDEV_NOPROD, "Inside Out Networks", |