diff options
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 1656c92f5a30..e2fef75abfb8 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.27 2000/06/08 19:26:16 n_hibma Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.30 2000/08/06 23:26:58 n_hibma Exp */ /* @@ -69,8 +69,8 @@ #define USB_VENDOR_TI 0x0451 /* Texas Instruments */ #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_MICROSOFT 0x045e /* Microsoft */ #define USB_VENDOR_PRIMAX 0x0461 /* Primax Electronics */ #define USB_VENDOR_AMP 0x0464 /* AMP, Inc. */ #define USB_VENDOR_CHERRY 0x046a /* Cherry Mikroschalter GmbH */ @@ -238,6 +238,7 @@ #define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */ #define USB_VENDOR_PLX 0x10b5 /* PLX */ #define USB_VENDOR_BELKIN2 0x1293 /* Belkin Components (second entry) */ +#define USB_VENDOR_UMAX 0x1606 /* UMAX Data Systems, Inc. */ #define USB_VENDOR_INSIDEOUT 0x1608 /* Inside Out Networks */ #define USB_VENDOR_ENTREGA 0x1645 /* Entrega */ #define USB_VENDOR_ACTIONTEC 0x1668 /* Actiontec Electronics, Inc. */ @@ -305,6 +306,7 @@ /* ATen products */ #define USB_PRODUCT_ATEN_UC1284 0x2001 /* Parallel printer adapter */ #define USB_PRODUCT_ATEN_UC10T 0x2002 /* 10Mbps ethernet adapter */ +#define USB_PRODUCT_ATEN_UC232A 0x2008 /* Serial adapter */ /* Belkin products */ /*product BELKIN F5U111 0x???? F5U111 Ethernet adapter*/ @@ -638,6 +640,9 @@ /* Thrustmaster products */ #define USB_PRODUCT_THRUST_FUSION_PAD 0xa0a3 /* Fusion Digital Gamepad */ +/* UMAX products */ +#define USB_PRODUCT_UMAX_ASTRA_2100U 0x0130 /* Astra 2100U Scanner */ + /* Universal Access products */ #define USB_PRODUCT_UNIACCESS_PANACHE 0x0101 /* Panache Surf USB ISDN Adapter */ |
