1. 03 2月, 2010 1 次提交
  2. 23 7月, 2009 1 次提交
  3. 30 3月, 2009 1 次提交
    • J
      HID: remove compat stuff · afa5eb7c
      Jiri Slaby 提交于
      This removal was scheduled and there is no problem with later
      distros to adapt for the new bus, thanks to aliases.
      
      module-init-tools map files are deprecated nowadays, so that
      the patch which introduced hid ones into the m-i-t won't be
      accepted and hence there is no reason for leaving compat stuff in.
      Signed-off-by: NJiri Slaby <jirislaby@gmail.com>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      afa5eb7c
  4. 04 1月, 2009 1 次提交
  5. 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
  6. 15 10月, 2008 2 次提交