1. 06 3月, 2017 1 次提交
    • D
      HID: chicony: Add support for another ASUS Zen AiO keyboard · f2f10b7e
      Daniel Drake 提交于
      Add support for media keys on the keyboard that comes with the
      Asus V221ID and ZN241IC All In One computers.
      
      The keys to support here are WLAN, BRIGHTNESSDOWN and BRIGHTNESSUP.
      
      This device is not visibly branded as Chicony, and the USB Vendor ID
      suggests that it is a JESS device. However this seems like the right place
      to put it: the usage codes are identical to the currently supported
      devices, and this driver already supports the ASUS AIO keyboard AK1D.
      Signed-off-by: NDaniel Drake <drake@endlessm.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      f2f10b7e
  2. 22 2月, 2017 1 次提交
  3. 03 2月, 2017 1 次提交
  4. 20 1月, 2017 2 次提交
  5. 12 1月, 2017 4 次提交
  6. 06 1月, 2017 1 次提交
  7. 05 1月, 2017 1 次提交
  8. 19 12月, 2016 1 次提交
  9. 29 11月, 2016 2 次提交
  10. 28 11月, 2016 1 次提交
  11. 24 11月, 2016 1 次提交
  12. 15 11月, 2016 1 次提交
  13. 04 11月, 2016 1 次提交
  14. 10 10月, 2016 1 次提交
  15. 19 9月, 2016 3 次提交
  16. 17 8月, 2016 1 次提交
  17. 02 8月, 2016 2 次提交
  18. 11 7月, 2016 1 次提交
  19. 07 7月, 2016 2 次提交
  20. 23 6月, 2016 1 次提交
  21. 20 6月, 2016 1 次提交
  22. 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
  23. 07 4月, 2016 1 次提交
  24. 04 4月, 2016 2 次提交
  25. 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
  26. 16 3月, 2016 1 次提交
  27. 02 3月, 2016 1 次提交
  28. 16 2月, 2016 2 次提交
  29. 19 1月, 2016 1 次提交