diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2008-05-29 09:09:13 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2008-05-29 09:09:13 +0000 |
commit | 6b763d7eed384feaca0019eccb5c52ad30c2f6a8 (patch) | |
tree | 154f88b83bd9ab558a9b49a8e4d612c7af87b08f | |
parent | 0540c8ae40f4416093af4b29cabf80cd0881283e (diff) |
regen
-rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 8afea6075d6..2c4b31b80d6 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.369 2008/05/28 13:34:31 pyr Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.370 2008/05/29 09:09:12 robert Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.360 2008/05/28 13:33:44 pyr Exp + * OpenBSD: usbdevs,v 1.361 2008/05/29 09:08:08 robert Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1865,6 +1865,7 @@ #define USB_PRODUCT_MSI_RT2573_3 0xa861 /* RT2573 */ #define USB_PRODUCT_MSI_RT2573_4 0xa874 /* RT2573 */ #define USB_PRODUCT_MSI_BLUETOOTH_2 0xa970 /* Bluetooth */ +#define USB_PRODUCT_MSI_BLUETOOTH_3 0xa97a /* Bluetooth */ /* Micronet Communications products */ #define USB_PRODUCT_MICRONET_SP128AR 0x0003 /* SP128AR EtherFast */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 8a7ab973a33..da5d5ce14f9 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs_data.h,v 1.364 2008/05/28 13:34:32 pyr Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.365 2008/05/29 09:09:12 robert Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.360 2008/05/28 13:33:44 pyr Exp + * OpenBSD: usbdevs,v 1.361 2008/05/29 09:08:08 robert Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -3681,6 +3681,10 @@ const struct usb_known_product usb_known_products[] = { "Bluetooth", }, { + USB_VENDOR_MSI, USB_PRODUCT_MSI_BLUETOOTH_3, + "Bluetooth", + }, + { USB_VENDOR_MICRONET, USB_PRODUCT_MICRONET_SP128AR, "SP128AR EtherFast", }, |