lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 5 Mar 2008 09:46:19 +0100
From:	Marcel Holtmann <marcel@...tmann.org>
To:	akpm@...ux-foundation.org
Cc:	davem@...emloft.net, netdev@...r.kernel.org,
	linux-bluetooth@...r.kernel.org, hidave.darkstar@...il.com,
	sdiz@...z.net
Subject: Re: [patch (for 2.6.25?) 2/2] bluetooth: CONWISE Technology based adapters with buggy SCO support (bugzilla #9027)

Hi Andrew,

> From: SDiZ <sdiz@...z.net>
>
> Fix the CONWISE Technology based adapters with buggy SCO support issue
> (bugzilla #9027)
>
> Cc: Marcel Holtmann <marcel@...tmann.org>
> Cc: "David S. Miller" <davem@...emloft.net>
> Cc: Dave Young <hidave.darkstar@...il.com>
> Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
> ---
>
> drivers/bluetooth/hci_usb.c |    3 +++
> 1 file changed, 3 insertions(+)
>
> diff -puN drivers/bluetooth/hci_usb.c~bluetooth-conwise-technology- 
> based-adapters-with-buggy-sco-support-bugzilla-9027 drivers/ 
> bluetooth/hci_usb.c
> --- a/drivers/bluetooth/hci_usb.c~bluetooth-conwise-technology-based- 
> adapters-with-buggy-sco-support-bugzilla-9027
> +++ a/drivers/bluetooth/hci_usb.c
> @@ -148,6 +148,9 @@ static struct usb_device_id blacklist_id
> 	{ USB_DEVICE(0x0400, 0x0807), .driver_info = HCI_BROKEN_ISOC },
> 	{ USB_DEVICE(0x0400, 0x080a), .driver_info = HCI_BROKEN_ISOC },
>
> +	/* CONWISE Technology based adapters with buggy SCO support */
> +	{ USB_DEVICE(0x0e5e, 0x6622), .driver_info = HCI_BROKEN_ISOC },

this is the one with the proper description and acked by me. Please  
drop the other one.

Regards

Marcel

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ