diff options
author | wpaul <wpaul@FreeBSD.org> | 2000-10-10 23:24:45 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2000-10-10 23:24:45 +0000 |
commit | d71aaf0f854ffc2f7c39ce689716a9c79ad062c7 (patch) | |
tree | b91ced25376ef6464700d99e6e4b80f8a27c3e9a /sys/dev/usb/usbdevs.h | |
parent | c0345f1c258c78831bc62b3e9c3344088eb8e153 (diff) | |
download | FreeBSD-src-d71aaf0f854ffc2f7c39ce689716a9c79ad062c7.zip FreeBSD-src-d71aaf0f854ffc2f7c39ce689716a9c79ad062c7.tar.gz |
regenetate
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 09f5cf8..d60e287 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.39 2000/10/07 11:10:53 n_hibma Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.41 2000/10/10 23:23:54 wpaul Exp */ /* @@ -247,6 +247,7 @@ #define USB_VENDOR_ALATION 0x0910 /* Alation Systems, Inc. */ #define USB_VENDOR_BIOMETRIC 0x0929 /* American Biometric Company */ #define USB_VENDOR_YANO 0x094f /* Yano */ +#define USB_VENDOR_KINGSTON 0x0951 /* Kingston Technology */ #define USB_VENDOR_BLUEWATER 0x0956 /* BlueWater Systems, Inc. */ #define USB_VENDOR_AGILENT 0x0957 /* Agilent Technologies, Inc. */ #define USB_VENDOR_ADIRONDACK 0x0976 /* Adirondack Wire & Cable */ @@ -276,6 +277,7 @@ #define USB_VENDOR_ACTIONTEC 0x1668 /* Actiontec Electronics, Inc. */ #define USB_VENDOR_DLINK 0x2001 /* D-Link Corp */ #define USB_VENDOR_INTEL 0x8086 /* Intel */ +#define USB_VENDOR_HP2 0xf003 /* Hewlett Packard (2nd) */ /* * List of known products. Grouped by vendor. @@ -477,7 +479,7 @@ /* HP products */ #define USB_PRODUCT_HP_4100C 0x0101 /* Scanjet 4100C */ -#define USB_PRODUCT_HP_S20 0x0102 /* Photosmart S20 */ +#define USB_PRODUCT_HP_S20 0x0102 /* PhotoSmart S20 */ #define USB_PRODUCT_HP_4200C 0x0105 /* ScanJet 4200C */ #define USB_PRODUCT_HP_6200C 0x0201 /* ScanJet 6200C */ #define USB_PRODUCT_HP_S20b 0x0202 /* PhotoSmart S20 */ @@ -485,7 +487,10 @@ #define USB_PRODUCT_HP_5200 0x0401 /* Scanjet 5200 */ #define USB_PRODUCT_HP_6300C 0x0601 /* Scanjet 6300C */ #define USB_PRODUCT_HP_970CSE 0x1004 /* Deskjet 970Cse */ -#define USB_PRODUCT_HP_P1100 0x3102 /* Photosmart P1100 */ +#define USB_PRODUCT_HP_P1100 0x3102 /* PhotoSmart P1100 */ + +/* HP2 products */ +#define USB_PRODUCT_HP2_C500 0x6002 /* PhotoSmart C500 */ /* IBM Corporation */ #define USB_PRODUCT_IBM_USBCDROMDRIVE 0x4427 /* USB CD-ROM Drive */ @@ -525,6 +530,9 @@ #define USB_PRODUCT_KENSINGTON_ORBIT 0x1003 /* Orbit USB/PS2 trackball */ #define USB_PRODUCT_KENSINGTON_TURBOBALL 0x1005 /* TurboBall */ +/* Kingston products */ +#define USB_PRODUCT_KINGSTON_KNU101TX 0x000A /* KNU101TX USB Ethernet */ + /* Kodak products */ #define USB_PRODUCT_KODAK_DC220 0x0100 /* Digital Science DC220 */ #define USB_PRODUCT_KODAK_DC260 0x0110 /* Digital Science DC260 */ |