1. 18 May, 2010 1 commit
  2. 17 May, 2010 4 commits
  3. 11 May, 2010 1 commit
  4. 10 May, 2010 1 commit
  5. 28 Apr, 2010 1 commit
    • Wayne Thomas's avatar
      HID: add support for BTC Emprex 3009URF III Vista MCE Remote · bf280628
      Wayne Thomas authored
      The Behavior Tech. Computer Corp. (BTC) remote branded as "Emprex 3009URF III
      Vista Remote Controller" uses non-standard mappings for all of its 'special
      purpose' keys (0xffbc usage page).  This patch modifies the existing
      hid-topseed quirky driver to support both remotes in order to prevent
      proliferation of in-kernel quirky drivers until such a time that udev remapping
      works with these devices.  Tested successfully with both the "Emprex" remote
      and the "CyberLink" remote originally supported by the hid-topseed driver.
      Signed-off-by: default avatarWayne Thomas <waynethomas69@gmail.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      bf280628
  6. 23 Apr, 2010 1 commit
  7. 22 Apr, 2010 1 commit
  8. 21 Apr, 2010 2 commits
  9. 19 Apr, 2010 2 commits
  10. 13 Apr, 2010 1 commit
    • Pete Zaitcev's avatar
      HID: non-overlapping zeroing of extra bits · 75c28df8
      Pete Zaitcev authored
      From my review of the way the unused bits of report are being zeroed,
      it seems like there must be a bug. Currently, the zeroing is done
      in hid_output_field and it covers any bits between the last used bit
      and the end of the byte. But in case of, say, my keyboard, NumLock is
      mask 0x01 and CapsLock is 0x02. Invoking hid_output_field for NumLock
      definitely zeroes across CapsLock. The only reason this works is that
      the fields are sorted by the offset.
      
      It would be more correct and simpler to zero-fill the buffer into
      which the fields are set.
      
      The patch is tested with an IBM keyboard that is improperly sensitive
      to out-of-report pad bits, the extra bits are still zeroed and the
      fields continue to work as expected. It is also tested with good
      keyboards.
      
      In case, a related bug in RHEL 5 is tracked with Red Hat bug 513934.
      Signed-off-by: default avatarPete Zaitcev <zaitcev@redhat.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      75c28df8
  11. 11 Apr, 2010 1 commit
  12. 02 Apr, 2010 1 commit
  13. 22 Mar, 2010 2 commits
  14. 16 Mar, 2010 1 commit
  15. 15 Mar, 2010 1 commit
  16. 25 Feb, 2010 7 commits
  17. 24 Feb, 2010 12 commits