From d231b1cffccf0a3aa35b539084d90211ca5c583d Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 11 Oct 2003 12:13:00 +0000 Subject: [PATCH] regen (Acer BT-500 Bluetooth USB Adapter). --- sys/dev/usb/usbdevs.h | 8 ++++++-- sys/dev/usb/usbdevs_data.h | 16 ++++++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 4e02db93ff51..f00345d6eafc 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.347 2003/10/02 19:09:53 augustss Exp $ */ +/* $NetBSD: usbdevs.h,v 1.348 2003/10/11 12:13:00 wiz Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.344 2003/10/02 19:09:28 augustss Exp + * NetBSD: usbdevs,v 1.345 2003/10/11 12:11:13 wiz Exp */ /* @@ -341,6 +341,7 @@ #define USB_VENDOR_TODOS 0x0b0c /* Todos Data System */ #define USB_VENDOR_NEC2 0x0b62 /* NEC */ #define USB_VENDOR_ATI2 0x0b6f /* ATI */ +#define USB_VENDOR_ACER2 0x0b7a /* Acer */ #define USB_VENDOR_KURUSUGAWA 0x0b7e /* Kurusugawa Electronics, Inc. */ #define USB_VENDOR_ASIX 0x0b95 /* ASIX Electronics */ #define USB_VENDOR_GREENHOUSE2 0x0bda /* GREENHOUSE */ @@ -423,6 +424,9 @@ #define USB_PRODUCT_ACCTON_USB320_EC 0x1046 /* USB320-EC Ethernet Adapter */ #define USB_PRODUCT_ACCTON_SS1001 0x5046 /* SpeedStream Ethernet Adapter */ +/* Acer products */ +#define USB_PRODUCT_ACER2_BLUETOOTH 0x07d0 /* BT-500 Bluetooth USB Adapter */ + /* Acer Peripherals, Inc. products */ #define USB_PRODUCT_ACERP_ACERSCAN_C310U 0x12a6 /* Acerscan C310U */ #define USB_PRODUCT_ACERP_ACERSCAN_320U 0x2022 /* Acerscan 320U */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 02ec8fe69fd9..1853bb56486a 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.348 2003/10/02 19:09:53 augustss Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.349 2003/10/11 12:13:00 wiz Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.344 2003/10/02 19:09:28 augustss Exp + * NetBSD: usbdevs,v 1.345 2003/10/11 12:11:13 wiz Exp */ /* @@ -213,6 +213,12 @@ const struct usb_knowndev usb_knowndevs[] = { "Accton Technology", "SpeedStream Ethernet Adapter", }, + { + USB_VENDOR_ACER2, USB_PRODUCT_ACER2_BLUETOOTH, + 0, + "Acer", + "BT-500 Bluetooth USB Adapter", + }, { USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_C310U, 0, @@ -5973,6 +5979,12 @@ const struct usb_knowndev usb_knowndevs[] = { "ATI", NULL, }, + { + USB_VENDOR_ACER2, 0, + USB_KNOWNDEV_NOPROD, + "Acer", + NULL, + }, { USB_VENDOR_KURUSUGAWA, 0, USB_KNOWNDEV_NOPROD,