Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 249523
Collapse All | Expand All

(-)a/drivers/bluetooth/hci_usb.c (-1 / +1 lines)
Lines 143-149 Link Here
143
	{ USB_DEVICE(0x047d, 0x105e), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
143
	{ USB_DEVICE(0x047d, 0x105e), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
144
144
145
	/* ISSC Bluetooth Adapter v3.1 */
145
	/* ISSC Bluetooth Adapter v3.1 */
146
	{ USB_DEVICE(0x1131, 0x1001), .driver_info = HCI_RESET },
146
	{ USB_DEVICE(0x1131, 0x1001), .driver_info = HCI_RESET | HCI_BROKEN_ISOC},
147
147
148
	/* RTX Telecom based adapters with buggy SCO support */
148
	/* RTX Telecom based adapters with buggy SCO support */
149
	{ USB_DEVICE(0x0400, 0x0807), .driver_info = HCI_BROKEN_ISOC },
149
	{ USB_DEVICE(0x0400, 0x0807), .driver_info = HCI_BROKEN_ISOC },

Return to bug 249523