diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-03-25 20:05:11 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-03-25 20:05:11 +0000 |
commit | 2a71b54c6f8b74d5549599108f0af6eda8a16b57 (patch) | |
tree | 22762d6e1682d57f5493d029bcc0c5cdaa049605 /sys/dev/usb/usbdevs.h | |
parent | e59c0417f62824fca2867cb5d60ba1075871258f (diff) |
regen
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 1b44843a25d..05a205d5693 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.425 2009/03/25 15:00:41 yuo Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.426 2009/03/25 20:05:10 mglocker Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.415 2009/03/25 14:58:39 yuo Exp + * OpenBSD: usbdevs,v 1.416 2009/03/25 20:03:42 mglocker Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -388,6 +388,7 @@ #define USB_VENDOR_IDQUANTIQUE 0x0aba /* id Quantique */ #define USB_VENDOR_IDTECH 0x0acd /* ID TECH */ #define USB_VENDOR_ZYDAS 0x0ace /* ZyDAS Technology */ +#define USB_VENDOR_CHENSOURCE 0x0ad2 /* Chen-Source */ #define USB_VENDOR_NEODIO 0x0aec /* Neodio */ #define USB_VENDOR_OPTION 0x0af0 /* Option */ #define USB_VENDOR_TODOS 0x0b0c /* Todos Data System */ @@ -995,6 +996,9 @@ #define USB_PRODUCT_CHERRY_MY3000KBD 0x0001 /* My3000 keyboard */ #define USB_PRODUCT_CHERRY_MY3000HUB 0x0003 /* My3000 hub */ +/* Chen-Source products */ +#define USB_PRODUCT_CHENSOURCE_CM12402 0x933d /* CM12402 Eagle IR Cam */ + /* Chic Technology products */ #define USB_PRODUCT_CHIC_MOUSE1 0x0001 /* mouse */ #define USB_PRODUCT_CHIC_CYPRESS 0x0003 /* Cypress */ |