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

2012-10-05 Thread Ryo ONODERA
Hi, If noone has objection, could someone commit my patches? From: Ryo ONODERA , Date: Tue, 02 Oct 2012 20:49:48 +0900 (JST) > Hi, > > From: Iain Hibbert , Date: Tue, 2 Oct 2012 11:34:41 > +0100 (BST) > >> On Tue, 2 Oct 2012, Ryo ONODERA wrote: >> >>> Hi, >>> >>> As mentioned in PR kern/469

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

2012-10-02 Thread Ryo ONODERA
Hi, From: Iain Hibbert , 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) instead of corr

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 intr

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 sugg