1. 24 8月, 2015 1 次提交
  2. 19 8月, 2015 1 次提交
    • D
      HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_error · 3af4e5a9
      Don Zickus 提交于
      It was reported that after 10-20 reboots, a usb keyboard plugged
      into a docking station would not work unless it was replugged in.
      
      Using usbmon, it turns out the interrupt URBs were streaming with
      callback errors of -71 for some reason.  The hid-core.c::hid_io_error was
      supposed to retry and then reset, but the reset wasn't really happening.
      
      The check for HID_NO_BANDWIDTH was inverted.  Fix was simple.
      
      Tested by reporter and locally by me by unplugging a keyboard halfway until I
      could recreate a stream of errors but no disconnect.
      Signed-off-by: NDon Zickus <dzickus@redhat.com>
      Cc: stable@vger.kernel.org
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      3af4e5a9
  3. 11 8月, 2015 1 次提交
    • J
      HID: wacom: Report correct device resolution when using the wireless adapater · 0be01712
      Jason Gerecke 提交于
      The 'wacom_wireless_work' function does not recalculate the tablet's
      resolution, causing the value contained in the 'features' struct to
      always be reported to userspace. This value is valid only for the pen
      interface, meaning that the value will be incorrect for the touchpad (if
      present). This in particular causes problems for libinput which relies
      on the reported resolution being correct.
      
      This patch adds the necessary calls to recalculate the resolution for
      each interface. This requires a little bit of code shuffling since both
      the 'wacom_set_default_phy' and 'wacom_calculate_res' are declared below
      their new first point of use in 'wacom_wireless_work'.
      Signed-off-by: NJason Gerecke <jason.gerecke@wacom.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      0be01712
  4. 10 8月, 2015 1 次提交
  5. 04 8月, 2015 1 次提交
  6. 29 7月, 2015 1 次提交
  7. 27 7月, 2015 1 次提交
  8. 10 7月, 2015 1 次提交
  9. 09 7月, 2015 1 次提交
  10. 08 7月, 2015 4 次提交
  11. 29 6月, 2015 1 次提交
  12. 26 6月, 2015 1 次提交
  13. 18 6月, 2015 10 次提交
  14. 17 6月, 2015 1 次提交
  15. 12 6月, 2015 6 次提交
  16. 03 6月, 2015 1 次提交
  17. 01 6月, 2015 3 次提交
  18. 29 5月, 2015 1 次提交
  19. 28 5月, 2015 3 次提交