Bluetooth: btusb: Limit hardware error handling to Intel Snowfield Peak
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 29 Jan 2015 21:14:00 +0000 (13:14 -0800)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 30 Jan 2015 08:59:32 +0000 (10:59 +0200)
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>
drivers/bluetooth/btusb.c

index 3aa4b3c776b24db3a5e8231bbe361e14b7b2b69c..86f3d92de22ab42ae6be0e91b72e65eec848a177 100644 (file)
@@ -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;
        }