diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-01-29 13:14:00 -0800 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-01-30 10:59:32 +0200 |
commit | 74d9daafa5e0b4f9183540b41b337d42662f537b (patch) | |
tree | 64049d912cc9020bc4ce869ad591821738930daa /drivers | |
parent | 79f0c87d9f852940f285dff636a154971027b46e (diff) | |
download | blackbird-op-linux-74d9daafa5e0b4f9183540b41b337d42662f537b.tar.gz blackbird-op-linux-74d9daafa5e0b4f9183540b41b337d42662f537b.zip |
Bluetooth: btusb: Limit hardware error handling to Intel Snowfield Peak
In general all Intel Bluetooth devices support retrieving of additional
exception information. However for older generations including Wilkens
Peak and Stone Peak it is not as simple. So for now only enable the
Intel specific error handling for Snowfield Peak and later devices.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/bluetooth/btusb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 3aa4b3c776b2..86f3d92de22a 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -2709,7 +2709,6 @@ static int btusb_probe(struct usb_interface *intf, if (id->driver_info & BTUSB_INTEL) { hdev->setup = btusb_setup_intel; - hdev->hw_error = btusb_hw_error_intel; hdev->set_bdaddr = btusb_set_bdaddr_intel; } |