From deea039e180b924d793d0d8b79c2b932adfc2ffa Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 29 May 2024 06:49:38 +0000 Subject: [PATCH] regen --- sys/dev/usb/usbdevs.h | 5 +++-- 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 1be572907cb..c71d7908c3c 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.777 2024/05/23 08:06:45 kevlo Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.778 2024/05/29 06:49:38 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.765 2024/05/23 08:06:22 kevlo Exp + * OpenBSD: usbdevs,v 1.766 2024/05/29 06:48:43 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1030,6 +1030,7 @@ #define USB_PRODUCT_APPLE_IPHONE_6 0x12a8 /* iPhone 6 */ #define USB_PRODUCT_APPLE_ETHERNET 0x1402 /* Ethernet A1277 */ #define USB_PRODUCT_APPLE_BLUETOOTH2 0x8205 /* Bluetooth */ +#define USB_PRODUCT_APPLE_BLUETOOTH3 0x8207 /* Bluetooth */ #define USB_PRODUCT_APPLE_BLUETOOTH 0x8300 /* Bluetooth */ #define USB_PRODUCT_APPLE_ISIGHT_1 0x8501 /* iSight */ #define USB_PRODUCT_APPLE_ISIGHT 0x8502 /* iSight */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 77a1ca1f748..4c487fee2ea 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.771 2024/05/23 08:06:45 kevlo Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.772 2024/05/29 06:49:38 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.765 2024/05/23 08:06:22 kevlo Exp + * OpenBSD: usbdevs,v 1.766 2024/05/29 06:48:43 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1001,6 +1001,10 @@ const struct usb_known_product usb_known_products[] = { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH2, "Bluetooth", }, + { + USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH3, + "Bluetooth", + }, { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH, "Bluetooth", -- 2.20.1