USB Bluetooth (ubt) detection on MacBook Air 11 inch (mid 2012)

2012-10-02 Thread Ryo ONODERA
Hi, As mentioned in PR kern/46992, USB Bluetooth device on MacBook Air 5,1 reports wrong uaa-class value in ubt_match function, so 0xff (UDCLASS_VENDOR) instead of correct 0xe0 (UDCLASS_WIRELESS). To identify it as ubt(4) device, I want to introduce the following mechanism. Any opinion and

Re: USB Bluetooth (ubt) detection on MacBook Air 11 inch (mid 2012)

2012-10-02 Thread Iain Hibbert
On Tue, 2 Oct 2012, Ryo ONODERA wrote: Hi, As mentioned in PR kern/46992, USB Bluetooth device on MacBook Air 5,1 reports wrong uaa-class value in ubt_match function, so 0xff (UDCLASS_VENDOR) instead of correct 0xe0 (UDCLASS_WIRELESS). To identify it as ubt(4) device, I want to introduce

Re: USB Bluetooth (ubt) detection on MacBook Air 11 inch (mid 2012)

2012-10-02 Thread Ryo ONODERA
Hi, From: Iain Hibbert plu...@rya-online.net, Date: Tue, 2 Oct 2012 11:34:41 +0100 (BST) On Tue, 2 Oct 2012, Ryo ONODERA wrote: Hi, As mentioned in PR kern/46992, USB Bluetooth device on MacBook Air 5,1 reports wrong uaa-class value in ubt_match function, so 0xff (UDCLASS_VENDOR)