Module Name:    src
Committed By:   snj
Date:           Sun Mar  5 19:22:45 UTC 2017

Modified Files:
        src/sys/dev/usb: ubt.c

Log Message:
match MacBookPro 9,2 bluetooth controller


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/usb/ubt.c

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/ubt.c
diff -u src/sys/dev/usb/ubt.c:1.57 src/sys/dev/usb/ubt.c:1.58
--- src/sys/dev/usb/ubt.c:1.57	Fri Nov 25 12:56:29 2016
+++ src/sys/dev/usb/ubt.c	Sun Mar  5 19:22:45 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: ubt.c,v 1.57 2016/11/25 12:56:29 skrll Exp $	*/
+/*	$NetBSD: ubt.c,v 1.58 2017/03/05 19:22:45 snj Exp $	*/
 
 /*-
  * Copyright (c) 2006 Itronix Inc.
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ubt.c,v 1.57 2016/11/25 12:56:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ubt.c,v 1.58 2017/03/05 19:22:45 snj Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -378,6 +378,14 @@ const struct ubt_devno {
 	    -1,
 	    UMATCH_VENDOR_PRODUCT
 	},
+	{   /* Apple Bluetooth Host Controller MacBookPro 9,2 */
+	    USB_VENDOR_APPLE,
+	    USB_PRODUCT_APPLE_BLUETOOTH_HOST_8,
+	    -1,
+	    -1,
+	    -1,
+	    UMATCH_VENDOR_PRODUCT
+	},
 	{   /* Broadcom chips with PatchRAM support */
 	    USB_VENDOR_BROADCOM,
 	    -1,

Reply via email to