1. 11 10月, 2011 1 次提交
    • P
      Bluetooth: btusb: also be quiet when suspending · 5a9b80e2
      Paul Bolle 提交于
      usb_submit_urb() returns -ENODEV when a usb device is disconnected. In
      commit 4935f1c1 ("Bluetooth: btusb: be
      quiet on device disconnect") I stopped treating that return as an error
      in the three btusb_*_complete() functions.
      
      It turns out btusb_send_frame() generates a similar error if the system
      is suspended while the bluetooth usb device is enabled. The sensible
      thing to do here seems to be to treat -ENODEV (and -EPERM) just like the
      btusb_*_complete() functions now do.
      Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
      Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
      5a9b80e2
  2. 07 10月, 2011 12 次提交
  3. 30 9月, 2011 3 次提交
  4. 28 9月, 2011 6 次提交
  5. 21 9月, 2011 18 次提交