1. 05 2月, 2007 2 次提交
  2. 26 1月, 2007 1 次提交
  3. 22 1月, 2007 2 次提交
    • J
      HID: compilation fix when DEBUG_DATA is defined · e54dea69
      Jiri Kosina 提交于
      hid/hid-core.c references 'len' variable when DEBUG_DATA is defined,
      but the actual name of the variable is 'size'. Fix it.
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      e54dea69
    • S
      HID: proper LED-mapping for SpaceNavigator · d4ae650a
      Simon Budig 提交于
      This change introduces a mapping for LED indicators between the HID
      specification and the Linux input subsystem. The previous code properly
      mapped the LEDs relevant for Keyboards, but garbeled the remaining ones.
      With this change all LED enums from the input system get mapped to more
      or less equivalent LED numbers from the HID specification.
      
      This patch also ensures that the unused bits in a HID report to the
      device are zeroed out. This makes the 3Dconnexion SpaceNavigator fully
      usable with the linux input system.
      Signed-off-by: NSimon Budig <simon@budig.de>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      d4ae650a
  4. 09 1月, 2007 1 次提交
  5. 08 1月, 2007 2 次提交
  6. 09 12月, 2006 4 次提交