Return-Path: Message-ID: <1341924202.31958.12.camel@aeonflux> Subject: Re: [PATCH v2] Bluetooth: Add MacBookPro10,1 support From: Marcel Holtmann To: Henrik Rydberg Cc: Gustavo Padovan , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, Henrik Rydberg Date: Tue, 10 Jul 2012 09:43:22 -0300 In-Reply-To: <1341917201-4705-1-git-send-email-rydberg@euromail.se> References: <1341917201-4705-1-git-send-email-rydberg@euromail.se> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: Hi Henrik, > Add support for the 2012 15'' MacBook Pro Retina, also known as > MacBookPro10,1. The bluetooth device presents itself as > > Bus 002 Device 008: ID 05ac:8286 Apple, Inc. > Device Descriptor: > bLength 18 > bDescriptorType 1 > bcdUSB 2.00 > bDeviceClass 255 Vendor Specific Class > bDeviceSubClass 1 > bDeviceProtocol 1 > bMaxPacketSize0 64 > idVendor 0x05ac Apple, Inc. > idProduct 0x8286 > bcdDevice 0.74 > iManufacturer 1 Apple Inc. > iProduct 2 Bluetooth USB Host Controller > iSerial 0 > bNumConfigurations 1 please use /sys/kernel/debug/usb/devices or usb-devices script so that we get a compact representation of all endpoints and their descriptors. I know that lsusb will contain the same information, but it just spams the commit message for no real reason. Regards Marcel