Skip to content
  • Marcel Holtmann's avatar
    Bluetooth: Submit bulk URBs along with interrupt URBs · 43c2e57f
    Marcel Holtmann authored
    
    
    Submitting the bulk URBs for ACL data transfers only on demand has no
    real benefit compared to just submit them when a Bluetooth device gets
    opened. So when submitting the interrupt URBs for HCI events, just
    submit the bulk URBs, too.
    
    This solves a problem with some Bluetooth USB dongles that has been
    reported over the last few month. These devices require that the bulk
    URBs are actually present. These devices are really broken, but there
    is nothing we can do about it.
    
    Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
    43c2e57f