btusb-dkms not working for MacbookPro6,2
Bug #673125 reported by
Mike Basinger
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mactel Support |
Fix Committed
|
Undecided
|
Michael Frey |
Bug Description
The btusb-dkms package in the Mactel ppa does not work with MacbookPro6,2. the following btusb.c file fixes the problem.
To post a comment you must log in.
Michael,
it would be great if you would like to include this patch in your package - it is equivalent to the file Mike attached.
Cheers!
--- /usr/src/ btusb-1. 0.6/btusb. c 2010-11-04 22:43:53.908957002 +0100
+++ Desktop/btusb.c 2010-11-09 19:05:59.145573842 +0100
@@ -68,6 +68,9 @@
/* Apple MacBookPro 7,2 */
{ USB_DEVICE(0x05ac, 0x8213) },
+ /* Apple MacBookPro 6,2 */
+ { USB_DEVICE(0x05ac, 0x8218) },
+
/* AVM BlueFRITZ! USB v2.0 */
{ USB_DEVICE(0x057c, 0x3800) },