lkml.org 
[lkml]   [2015]   [Apr]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.14 23/42] Bluetooth: Ignore isochronous endpoints for Intel USB bootloader
    Date
    3.14-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Marcel Holtmann <marcel@holtmann.org>

    commit d92f2df0565ea04101d6ac04bdc10feeb1d93c94 upstream.

    The isochronous endpoints are not valid when the Intel Bluetooth
    controller boots up in bootloader mode. So just mark these endpoints
    as broken and then they will not be configured.

    Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
    Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/bluetooth/btusb.c | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    --- a/drivers/bluetooth/btusb.c
    +++ b/drivers/bluetooth/btusb.c
    @@ -121,7 +121,8 @@ static const struct usb_device_id btusb_
    { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01) },

    /* Intel Bluetooth USB Bootloader (RAM module) */
    - { USB_DEVICE(0x8087, 0x0a5a), .driver_info = BTUSB_INTEL_BOOT },
    + { USB_DEVICE(0x8087, 0x0a5a),
    + .driver_info = BTUSB_INTEL_BOOT | BTUSB_BROKEN_ISOC },

    { } /* Terminating entry */
    };



    \
     
     \ /
      Last update: 2015-04-26 16:41    [W:6.971 / U:0.300 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site