diff options
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 66d0f07..c5df87a 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.15 2000/03/21 15:18:51 wpaul Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.16 2000/03/29 15:07:20 gehenna Exp */ /* @@ -172,6 +172,7 @@ #define USB_VENDOR_ADMTEK 0x07a6 /* ADMtek Incorporated */ #define USB_VENDOR_COREGA 0x07aa /* Corega */ #define USB_VENDOR_ABOCOM 0x07b8 /* AboCom Systems, Inc. */ +#define USB_VENDOR_KEISOKUGIKEN 0x07c1 /* Keisokugiken Corp. */ #define USB_VENDOR_APG 0x07c5 /* APG Cash Drawer */ #define USB_VENDOR_BUG 0x07c8 /* B.U.G., Inc. */ #define USB_VENDOR_ALLIEDTELESYN 0x07c9 /* Allied Telesyn International */ @@ -381,6 +382,9 @@ /* Kawatsu products */ #define USB_PRODUCT_KAWATSU_MH4000P 0x0003 /* MiniHub 4000P */ +/* Keisokugiken Corp. products */ +#define USB_PRODUCT_KEISOKUGIKEN_USBDAQ 0x0068 /* HKS-0200 USBDAQ */ + /* Kodak products */ #define USB_PRODUCT_KODAK_DC260 0x0110 /* Digital Science DC260 */ #define USB_PRODUCT_KODAK_DC265 0x0111 /* Digital Science DC265 */ |