Module Name:    src
Committed By:   sevan
Date:           Sat Jun  2 21:17:06 UTC 2018

Modified Files:
        src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.739 -r1.740 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.740 -r1.741 src/sys/dev/usb/usbdevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/usbdevs.h
diff -u src/sys/dev/usb/usbdevs.h:1.739 src/sys/dev/usb/usbdevs.h:1.740
--- src/sys/dev/usb/usbdevs.h:1.739	Mon Apr  2 00:46:07 2018
+++ src/sys/dev/usb/usbdevs.h	Sat Jun  2 21:17:06 2018
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs.h,v 1.739 2018/04/02 00:46:07 jakllsch Exp $	*/
+/*	$NetBSD: usbdevs.h,v 1.740 2018/06/02 21:17:06 sevan Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.747 2018/04/02 00:45:06 jakllsch Exp
+ *	NetBSD: usbdevs,v 1.748 2018/06/02 21:15:33 sevan Exp
  */
 
 /*
@@ -891,6 +891,7 @@
 #define	USB_PRODUCT_APPLE_IPAD_3	0x12a6		/* Apple iPad 3 */
 #define	USB_PRODUCT_APPLE_IPAD_MINI	0x12ab		/* Apple iPad Mini */
 #define	USB_PRODUCT_APPLE_ETHERNET	0x1402		/* Apple USB to Ethernet */
+#define	USB_PRODUCT_APPLE_BLUETOOTH1	0x8203		/* Bluetooth */
 #define	USB_PRODUCT_APPLE_BLUETOOTH2	0x8205		/* Bluetooth */
 #define	USB_PRODUCT_APPLE_BLUETOOTH_HOST_1	0x8213		/* Bluetooth USB Host Controller MacBookPro 7,1 */
 #define	USB_PRODUCT_APPLE_BLUETOOTH_HOST_2	0x8215		/* Bluetooth USB Host Controller iMac 11,1 */

Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.740 src/sys/dev/usb/usbdevs_data.h:1.741
--- src/sys/dev/usb/usbdevs_data.h:1.740	Mon Apr  2 00:46:07 2018
+++ src/sys/dev/usb/usbdevs_data.h	Sat Jun  2 21:17:06 2018
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs_data.h,v 1.740 2018/04/02 00:46:07 jakllsch Exp $	*/
+/*	$NetBSD: usbdevs_data.h,v 1.741 2018/06/02 21:17:06 sevan Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.747 2018/04/02 00:45:06 jakllsch Exp
+ *	NetBSD: usbdevs,v 1.748 2018/06/02 21:15:33 sevan Exp
  */
 
 /*
@@ -980,6 +980,8 @@ static const uint16_t usb_products[] = {
 	    1561, 6404, 6413, 0,
 	    USB_VENDOR_APPLE, USB_PRODUCT_APPLE_ETHERNET, 
 	    1561, 4774, 5587, 4804, 0,
+	    USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH1, 
+	    4778, 0,
 	    USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH2, 
 	    4778, 0,
 	    USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH_HOST_1, 
@@ -5459,7 +5461,7 @@ static const char usb_words[] = { "." 
 	    "USRP\0" /* 2 refs @ 4757 */
 	    "HomeConnect\0" /* 4 refs @ 4762 */
 	    "USB\0" /* 204 refs @ 4774 */
-	    "Bluetooth\0" /* 25 refs @ 4778 */
+	    "Bluetooth\0" /* 26 refs @ 4778 */
 	    "Adapter\0" /* 74 refs @ 4788 */
 	    "3C19250\0" /* 1 refs @ 4796 */
 	    "Ethernet\0" /* 90 refs @ 4804 */

Reply via email to