diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-09-01 17:59:52 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-09-01 17:59:52 +0000 |
commit | 481ea9be3075eb07a6b5150e5dbba8787b6b35f0 (patch) | |
tree | 0e6aef77088787dbd44d43d4546ae66a7e4a3b71 /sys/dev/usb/usbdevs.h | |
parent | 19ada2507a9db086dcb1072e06751976a1bdbbc0 (diff) |
sync
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 4fc2a3c7344..4910ed7e542 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.71 2003/07/19 08:04:48 cedric Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.72 2003/09/01 17:59:51 grange Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.68 2003/07/19 08:02:43 cedric Exp + * OpenBSD: usbdevs,v 1.69 2003/09/01 17:56:47 grange Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -352,6 +352,7 @@ #define USB_VENDOR_EASYDISK 0x0c76 /* EasyDisk */ #define USB_VENDOR_TANGTOP 0x0d3d /* Tangtop */ #define USB_VENDOR_PEN 0x0d7d /* Pen Drive */ +#define USB_VENDOR_MSI 0x0db0 /* Micro Star International */ #define USB_VENDOR_OTI 0x0ea0 /* Ours Technology Inc. */ #define USB_VENDOR_PILOTECH 0x0eaf /* Pilotech */ #define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */ @@ -1010,6 +1011,9 @@ /* Metricom products */ #define USB_PRODUCT_METRICOM_RICOCHET_GS 0x0001 /* Ricochet GS */ +/* Micro Star International products */ +#define USB_PRODUCT_MSI_BLUETOOTH 0x1967 /* Bluetooth USB Adapter */ + /* Microsoft products */ #define USB_PRODUCT_MICROSOFT_SIDEPREC 0x0008 /* SideWinder Precision Pro */ #define USB_PRODUCT_MICROSOFT_INTELLIMOUSE 0x0009 /* IntelliMouse */ |