1. 29 1月, 2009 2 次提交
  2. 04 1月, 2009 8 次提交
  3. 28 11月, 2008 1 次提交
  4. 20 11月, 2008 2 次提交
  5. 17 11月, 2008 1 次提交
  6. 13 11月, 2008 4 次提交
  7. 11 11月, 2008 1 次提交
  8. 30 10月, 2008 1 次提交
    • A
      HID: add quirk entry for no-name keyboard (0x13ba/0x0017) · fa157bdf
      Alan Stern 提交于
      This patch (as1157) adds a no-name PS/2-to-USB keyboard+mouse adapter
      to the hid-dell driver.  (The device shows up with a Product string
      saying "Generic USB K/B", nothing more.)  This will force an initial
      "Set-LEDs" report to be sent to the device, without which it won't
      send any keystroke information.  Several bug reports mentioning this
      device have been filed in various forums; the patch should resolve
      them.
      
      This is just a temporary stop-gap for 2.6.28.  A later patch for
      2.6.29 will introduce a more generic mechanism for "Set-LEDs", making
      this change (and the entire hid-dell driver) unnecessary.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      fa157bdf
  9. 23 10月, 2008 1 次提交
    • J
      HID: Add support for Sony Vaio VGX-TP1E · cc6e0bbb
      Jiri Kosina 提交于
      The Sony Vaio VGX-TP1E multimedia PC has a wireless keyboard with
      a touchpad.
      
      The mouse pointer is wrongly declared as constant non-data variable, which make
      HID code to completely ignore all the "Pointer" usages.
      Fix the report descriptor before it enters the parser to contain touchpad
      pointer description that is correctly parsable (declaring data rather than
      constant).
      Reported-by: NStefan Hundhammer <sh@suse.de>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      cc6e0bbb
  10. 22 10月, 2008 1 次提交
  11. 20 10月, 2008 1 次提交
  12. 17 10月, 2008 2 次提交
  13. 16 10月, 2008 1 次提交
  14. 15 10月, 2008 14 次提交