From 5d1e7e97e5a940ef8d52deffedac7b3747c86f00 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 10 Oct 2007 01:22:33 +0000 Subject: sync --- sys/dev/usb/usbdevs.h | 6 ++++-- sys/dev/usb/usbdevs_data.h | 12 ++++++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'sys/dev/usb') diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index daf84266b6d..b51c0f21b6f 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.306 2007/10/07 22:08:25 jcs Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.307 2007/10/10 01:22:32 deraadt Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.297 2007/10/07 22:06:56 jcs Exp + * OpenBSD: usbdevs,v 1.298 2007/10/10 01:22:30 deraadt Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -725,6 +725,8 @@ #define USB_PRODUCT_APPLE_OPTMOUSE 0x0302 /* Optical mouse */ #define USB_PRODUCT_APPLE_ADB 0x1000 /* ADB device */ #define USB_PRODUCT_APPLE_SPEAKERS 0x1101 /* Speakers */ +#define USB_PRODUCT_APPLE_BLUETOOTH 0x8300 /* Bluetooth */ +#define USB_PRODUCT_APPLE_BLUETOOTH 0x8205 /* Bluetooth */ /* Araneus Information Systems products */ #define USB_PRODUCT_ARANEUS_ALEA 0x0001 /* True Random Number Generator */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index d79b7d07cbf..74b37fd1003 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.303 2007/10/07 22:08:25 jcs Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.304 2007/10/10 01:22:32 deraadt Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.297 2007/10/07 22:06:56 jcs Exp + * OpenBSD: usbdevs,v 1.298 2007/10/10 01:22:30 deraadt Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -524,6 +524,14 @@ const struct usb_known_product usb_known_products[] = { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_SPEAKERS, "Speakers", }, + { + USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH, + "Bluetooth", + }, + { + USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH, + "Bluetooth", + }, { USB_VENDOR_ARANEUS, USB_PRODUCT_ARANEUS_ALEA, "True Random Number Generator", -- cgit v1.2.3