Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f78b6826 authored by Jurgen Kramer's avatar Jurgen Kramer Committed by Gustavo Padovan
Browse files

Bluetooth: add support for 2011 mac mini



Today I noticed that the usb bluetooth adapter (BCM2046B1) on my 2011
mac mini was not working. I've created a patch to get it going.

Signed-off-by: default avatarJurgen Kramer <gtmkramer@xs4all.nl>
Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent a63b723d
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -78,6 +78,9 @@ static struct usb_device_id btusb_table[] = {
	/* Apple MacBookPro8,2 */
	/* Apple MacBookPro8,2 */
	{ USB_DEVICE(0x05ac, 0x821a) },
	{ USB_DEVICE(0x05ac, 0x821a) },


	/* Apple MacMini5,1 */
	{ USB_DEVICE(0x05ac, 0x8281) },

	/* AVM BlueFRITZ! USB v2.0 */
	/* AVM BlueFRITZ! USB v2.0 */
	{ USB_DEVICE(0x057c, 0x3800) },
	{ USB_DEVICE(0x057c, 0x3800) },