Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb match MacBookPro 9, 2 bluetooth controller
details: https://anonhg.NetBSD.org/src/rev/3ea59d63f393
branches: trunk
changeset: 351914:3ea59d63f393
user: snj <snj%NetBSD.org@localhost>
date: Sun Mar 05 19:22:45 2017 +0000
description:
match MacBookPro 9,2 bluetooth controller
diffstat:
sys/dev/usb/ubt.c | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 1fc60a105616 -r 3ea59d63f393 sys/dev/usb/ubt.c
--- a/sys/dev/usb/ubt.c Sun Mar 05 19:22:10 2017 +0000
+++ b/sys/dev/usb/ubt.c Sun Mar 05 19:22:45 2017 +0000
@@ -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 @@
-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,
Home |
Main Index |
Thread Index |
Old Index