1. 18 Mar, 2010 1 commit
    • Jiri Kosina's avatar
      HID: output event in debugfs even if hid_get_report() fails · 1caea61e
      Jiri Kosina authored
      if hid_get_report() fails for whatever reason, the raw output of
      the report doesn't make it into 'events' file in debugfs at all, because
      we leave hid_input_report() too soon.
      
      We want the report to be always present for debugging reasons. Move the
      code around, so that the event makes it to 'events' file all the time,
      even if we are going to discard the report.
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      1caea61e
  2. 25 Feb, 2010 7 commits
  3. 24 Feb, 2010 32 commits