1. 31 3月, 2010 1 次提交
  2. 16 3月, 2010 1 次提交
    • B
      HID: avoid '\0' in hid debugfs events file · e639ba48
      Bruno Prémont 提交于
      When dumping /sys/kernel/debug/hid/$device/events '\0' characters show up
      (invisible if cat to console but shown by less or while looking at a dump
       file).  These are due to hid_debug_event() adding strlen()+1 bytes to the ring
      buffer (e.g. including the trailing '\0').  Any roll-over causes a '\0' as well
      as hid_debug_event() handles the ring buffers with HID_DEBUG_BUFSIZE-1 size
      while hid_debug_events_read() handles it with full HID_DEBUG_BUFSIZE size.
      Signed-off-by: NBruno Prémont <bonbons@linux-vserver.org>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      e639ba48
  3. 14 3月, 2010 1 次提交
  4. 10 3月, 2010 1 次提交
  5. 09 3月, 2010 3 次提交
  6. 03 3月, 2010 1 次提交
  7. 17 2月, 2010 3 次提交
  8. 16 2月, 2010 3 次提交
  9. 12 2月, 2010 1 次提交
  10. 11 2月, 2010 1 次提交
  11. 10 2月, 2010 7 次提交
  12. 09 2月, 2010 2 次提交
  13. 05 2月, 2010 1 次提交
  14. 03 2月, 2010 9 次提交
  15. 26 1月, 2010 1 次提交
  16. 15 1月, 2010 1 次提交
  17. 13 1月, 2010 3 次提交