diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-01-13 07:42:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-01-13 07:42:40 +0000 |
commit | 6982f3ba6f1d453102070b7094506501ac0d9143 (patch) | |
tree | 107a6388d0106b67b830021c5022b661d3b5c479 /sys/dev/usb/usbdevs.h | |
parent | b027d5055afa1aa927e6c5325072f79903b0fc2e (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 0433afad0b3..773c7700549 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.256 2007/01/08 18:49:13 damien Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.257 2007/01/13 07:42:39 miod Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.250 2007/01/08 18:45:30 damien Exp + * OpenBSD: usbdevs,v 1.251 2007/01/13 07:42:13 miod Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -316,6 +316,7 @@ #define USB_VENDOR_ACCTON 0x083a /* Accton Technology */ #define USB_VENDOR_DIAMOND 0x0841 /* Diamond */ #define USB_VENDOR_NETGEAR 0x0846 /* BayNETGEAR */ +#define USB_VENDOR_TOPRE 0x0853 /* Topre Corporation */ #define USB_VENDOR_ACTIVEWIRE 0x0854 /* ActiveWire */ #define USB_VENDOR_BBELECTRONICS 0x0856 /* B&B Electronics */ #define USB_VENDOR_PORTGEAR 0x085a /* PortGear */ @@ -583,6 +584,9 @@ /* ACTiSYS products */ #define USB_PRODUCT_ACTISYS_IR2000U 0x0011 /* ACT-IR2000U FIR */ +/* Topre Corporation products */ +#define USB_PRODUCT_TOPRE_HHKB 0x0100 /* HHKB Professional */ + /* ActiveWire, Inc. products */ #define USB_PRODUCT_ACTIVEWIRE_IOBOARD 0x0100 /* I/O Board */ #define USB_PRODUCT_ACTIVEWIRE_IOBOARD_FW1 0x0101 /* I/O Board, rev. 1 */ |