send-email sends twice on uppercase email adresses

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



below email got send twice to mario,
1x would be enough, expand_aliases should probably just lc the email

----- Forwarded message from maximilian attems <max@xxxxxxx> -----

X-Original-To: max@xxxxxxx
From: maximilian attems <max@xxxxxxx>
To: "David S. Miller" <davem@xxxxxxxxxxxxx>
Cc: Marcel Holtmann <marcel@xxxxxxxxxxxx>, linux-bluetooth@xxxxxxxxxxxxxxx,
	netdev@xxxxxxxxxxxxxxx,
	Mario Limonciello <Mario_Limonciello@xxxxxxxx>,
	Mario Limonciello <Mario_Limonciello@xxxxxxxx>,
	Tim Gardner <tim.gardner@xxxxxxxxxxxxx>,
	maximilian attems <max@xxxxxxx>
Subject: [PATCH] hci_usb: Blacklist Bluetooth Dell Wireless 370 for SCO MTU
Date: Fri, 13 Jun 2008 13:47:19 +0200

From: Mario Limonciello <Mario_Limonciello@xxxxxxxx>

Add Dell Wireless 370 device to blacklist to enable SCO MTU workaround.

fixes report
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/209715

Signed-off-by: Mario Limonciello <Mario_Limonciello@xxxxxxxx>
Signed-off-by: Tim Gardner <tim.gardner@xxxxxxxxxxxxx>
Signed-off-by: maximilian attems <max@xxxxxxx>
---
 drivers/bluetooth/hci_usb.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c
index d73e513..e9eef9a 100644
--- a/drivers/bluetooth/hci_usb.c
+++ b/drivers/bluetooth/hci_usb.c
@@ -134,6 +134,8 @@ static struct usb_device_id blacklist_ids[] = {
 
 	/* Dell laptop with Broadcom chip */
 	{ USB_DEVICE(0x413c, 0x8126), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
+	/* Dell Wireless 370 */
+	{ USB_DEVICE(0x413c, 0x8156), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
 
 	/* Microsoft Wireless Transceiver for Bluetooth 2.0 */
 	{ USB_DEVICE(0x045e, 0x009c), .driver_info = HCI_RESET },
-- 
1.5.5.3


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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux