1. 06 4月, 2017 1 次提交
  2. 24 3月, 2017 1 次提交
  3. 21 3月, 2017 1 次提交
  4. 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
  5. 03 2月, 2017 1 次提交
  6. 27 1月, 2017 1 次提交
    • C
      HID: usbhid: Quirk a AMI virtual mouse and keyboard with ALWAYS_POLL · ed9ab428
      Colin Ian King 提交于
      Quirking the following AMI USB device with ALWAYS_POLL fixes an AMI
      virtual keyboard and mouse from not responding and timing out when
      it is attached to a ppc64el Power 8 system and when we have some
      rapid open/closes on the mouse device.
      
       usb 1-3: new high-speed USB device number 2 using xhci_hcd
       usb 1-3: New USB device found, idVendor=046b, idProduct=ff01
       usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
       usb 1-3: Product: Virtual Hub
       usb 1-3: Manufacturer: American Megatrends Inc.
       usb 1-3: SerialNumber: serial
       usb 1-3.3: new high-speed USB device number 3 using xhci_hcd
       usb 1-3.3: New USB device found, idVendor=046b, idProduct=ff31
       usb 1-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
       usb 1-3.3: Product: Virtual HardDisk Device
       usb 1-3.3: Manufacturer: American Megatrends Inc.
       usb 1-3.4: new low-speed USB device number 4 using xhci_hcd
       usb 1-3.4: New USB device found, idVendor=046b, idProduct=ff10
       usb 1-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
       usb 1-3.4: Product: Virtual Keyboard and Mouse
       usb 1-3.4: Manufacturer: American Megatrends Inc.
      
      With the quirk I have not been able to trigger the issue with
      half an hour of saturation soak testing.
      Signed-off-by: NColin Ian King <colin.king@canonical.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      ed9ab428
  7. 20 1月, 2017 1 次提交
  8. 12 1月, 2017 3 次提交
  9. 05 1月, 2017 1 次提交
  10. 02 1月, 2017 2 次提交
  11. 19 12月, 2016 1 次提交
  12. 29 11月, 2016 2 次提交
  13. 28 11月, 2016 1 次提交
  14. 24 11月, 2016 1 次提交
  15. 15 11月, 2016 1 次提交
  16. 10 11月, 2016 1 次提交
  17. 04 11月, 2016 2 次提交
  18. 10 10月, 2016 2 次提交
  19. 19 9月, 2016 4 次提交
  20. 17 8月, 2016 1 次提交
  21. 02 8月, 2016 1 次提交
  22. 11 7月, 2016 1 次提交
  23. 07 7月, 2016 2 次提交
  24. 23 6月, 2016 1 次提交
  25. 18 6月, 2016 2 次提交
  26. 27 4月, 2016 1 次提交
    • T
      HID: usbhid: quirks for Corsair RGB keyboard & mice (K70R, K95RGB, M65RGB, K70RGB, K65RGB) · 282bf1fe
      Trent Lloyd 提交于
      These devices feature multiple interfaces/endpoints: a legacy BIOS/boot
      interface (endpoint 0x81), as well as 2 corsair-specific keyboard interfaces
      (endpoint 0x82, 0x83 IN/0x03 OUT) and an RGB LED control interface (endpoint
      0x84 IN/0x04 OUT)
      
      Because the extra 3 interfaces are not of subclass USB_INTERFACE_SUBCLASS_BOOT,
      HID_QUIRK_NOGET is not automatically set on them and a 10s timeout per-endpoint
      (30s per device) occurs initialising reports on boot.  We configure
      HID_QUIRK_NO_INIT_REPORTS for these devices.
      
      Additionally the left-side G1-G18 macro keys on the K95RGB generate output on
      the un-opened 0x82/0x83 endpoints which causes the keyboard to stop responding
      waiting for this event to be collected.  We enable HID_QUIRK_ALWAYS_POLL to
      prevent this situation from occurring.
      Signed-off-by: NTrent Lloyd <trent@lloyd.id.au>
      Tested-by: NSUGNIAUX Wilfried <wsu@ppharm2k20.net>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      282bf1fe
  27. 25 4月, 2016 1 次提交
  28. 04 4月, 2016 2 次提交