All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mario Limonciello <mario_limonciello@dell.com>
To: "Isaías Martínez Yelmo" <isaiasmy@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: [PATCH] Add reset quirk for Dell 365 Bluetooth
Date: Mon, 03 Nov 2008 16:21:15 -0600	[thread overview]
Message-ID: <490F795B.5090308@dell.com> (raw)
In-Reply-To: <200811032306.41166.isaiasmy@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 197 bytes --]

Since Isaías confirmed that the reset quirk is necessary for supporting
the Dell BT365, here is a patch to add it.
-- 
Mario Limonciello
*Dell | Linux Engineering*
mario_limonciello@dell.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: btusb.patch --]
[-- Type: text/x-patch; name="btusb.patch", Size: 563 bytes --]

Signed-off-by: Mario Limonciello <Mario_Limonciello@Dell.com>
--- a/drivers/bluetooth/btusb.c.orig	2008-11-03 16:15:33.000000000 -0600
+++ b/drivers/bluetooth/btusb.c	2008-11-03 16:16:42.000000000 -0600
@@ -125,6 +125,9 @@
 	/* Dell laptop with Broadcom chip */
 	{ USB_DEVICE(0x413c, 0x8126), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
 
+	/* Dell Wireless 365 */
+	{ USB_DEVICE(0x413c, 0x8160), .driver_info = BTUSB_RESET },
+
 	/* Dell Wireless 370 */
 	{ USB_DEVICE(0x413c, 0x8156), .driver_info = BTUSB_RESET | BTUSB_WRONG_SCO_MTU },
 

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

      reply	other threads:[~2008-11-03 22:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-03 18:47 Dell 365 Bluetooth Isaías Martínez Yelmo
     [not found] ` <490F4B17.9070703@dell.com>
2008-11-03 20:58   ` Isaías Martínez Yelmo
2008-11-03 21:08     ` Mario Limonciello
2008-11-03 22:06       ` Isaías Martínez Yelmo
2008-11-03 22:21         ` Mario Limonciello [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=490F795B.5090308@dell.com \
    --to=mario_limonciello@dell.com \
    --cc=isaiasmy@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.