1. 19 9月, 2016 2 次提交
  2. 11 7月, 2016 1 次提交
  3. 07 7月, 2016 2 次提交
  4. 23 6月, 2016 1 次提交
  5. 20 6月, 2016 1 次提交
  6. 18 6月, 2016 1 次提交
    • H
      HID: migrate USB LED driver from usb misc to hid · 6c7ad07e
      Heiner Kallweit 提交于
      This patch migrates the USB LED driver to the HID subsystem.
      Supported are Dream Cheeky Webmail Notifier / Friends Alert
      and Riso Kagaku Webmail Notifier.
      
      Benefits:
      - Avoid using USB low-level calls and use the HID subsystem instead
        (as this device provides a USB HID interface)
      - Use standard LED subsystem instead of proprietary sysfs entries,
        this allows e.g. to use the device with features like triggers
      
      Successfully tested with a Dream Cheeky Webmail Notifier and a
      Riso Kagaku Webmail Notifier compatible device.
      Signed-off-by: NHeiner Kallweit <hkallweit1@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      6c7ad07e
  7. 07 4月, 2016 1 次提交
  8. 04 4月, 2016 2 次提交
  9. 01 4月, 2016 1 次提交
    • Y
      HID: Asus X205TA keyboard driver · eeb01a57
      Yusuke Fujimaki 提交于
      Asus X205TA built-in keyboard contains wrong
      logical maximum value in report descriptor.
      
      0x05, 0x01,  // Usage Page (Generic Desktop)
      0x09, 0x06,  // Usage (Keyboard)
      0xa1, 0x01,  // Collection (Application)
      0x85, 0x01,  // Report ID (1)
      0x05, 0x07,  // Usage Page (Keyboard/Keypad)
      0x19, 0xe0,  // Usage Minimum (224)
      0x29, 0xe7,  // Usage Maximum (231)
      0x15, 0x00,  // Logical Minimum (0)
      0x25, 0x01,  // Logical Maximum (1)
      0x75, 0x01,  // Report Size (1)
      0x95, 0x08,  // Report Count (8)
      0x81, 0x02,  // Input (Data,Array,Abs)
      0x95, 0x01,  // Report Count (1)
      0x75, 0x08,  // Report Size (8)
      0x81, 0x03,  // Input (Const,Var,Abs)
      0x95, 0x05,  // Report Count (5)
      0x75, 0x01,  // Report Size (1)
      0x05, 0x08,  // Usage (LED)
      0x19, 0x01,  // Usage Minimum (1)
      0x29, 0x05,  // Usage Maximum (5)
      0x91, 0x02,  // Output (Data,Var,Abs)
      0x95, 0x01,  // Report Count (1)
      0x75, 0x03,  // Report Size (3)
      0x91, 0x03,  // Output (Const,Var,Abs)
      0x95, 0x06,  // Report Count (6)
      0x75, 0x08,  // Report Size (8)
      0x15, 0x00,  // Logical Minimum (0)
      0x25, 0x65,  // Logical Maximum (101)  * too small *
      0x05, 0x07,  // Usage Page (Keyboard/Keypad)
      0x19, 0x00,  // Usage Minimum (0)
      0x29, 0xdd,  // Usage Maximum (221)
      0x81, 0x00,  // Input(Data,Array,Abs)
      
      In Asus X205TA japanese keyboard model,there are language
      specific keys over usage id 101.
      This patch correct wrong logical maximum in report
      descriptor.
      Signed-off-by: NYusuke Fujimaki <usk.fujimaki@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      eeb01a57
  10. 16 3月, 2016 1 次提交
  11. 02 3月, 2016 1 次提交
  12. 16 2月, 2016 2 次提交
  13. 19 1月, 2016 3 次提交
  14. 08 1月, 2016 1 次提交
  15. 28 12月, 2015 3 次提交
  16. 03 12月, 2015 1 次提交
  17. 20 11月, 2015 3 次提交
  18. 07 11月, 2015 1 次提交
  19. 01 10月, 2015 1 次提交
  20. 23 9月, 2015 3 次提交
  21. 04 9月, 2015 1 次提交
  22. 25 8月, 2015 1 次提交
  23. 18 8月, 2015 1 次提交
  24. 29 7月, 2015 1 次提交
  25. 28 7月, 2015 1 次提交
  26. 27 7月, 2015 1 次提交
  27. 24 7月, 2015 1 次提交
  28. 21 7月, 2015 1 次提交