diff options
author | 2014-02-05 16:33:23 -0500 | |
---|---|---|
committer | 2014-02-17 14:05:59 +0100 | |
commit | 7e845d46b13e7730a3720e978c28117ce422edf9 (patch) | |
tree | 6696e6c38af680b7a2536f4731d106b3619c20bc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | HID: remove hid_get_raw_report in struct hid_device (diff) | |
download | linux-dev-7e845d46b13e7730a3720e978c28117ce422edf9.tar.xz linux-dev-7e845d46b13e7730a3720e978c28117ce422edf9.zip |
HID: introduce helper to access hid_output_raw_report()
Add a helper to access hdev->hid_output_raw_report().
To convert the drivers, use the following snippets:
for i in drivers/hid/*.c
do
sed -i.bak "s/[^ \t]*->hid_output_raw_report(/hid_output_raw_report(/g" $i
done
Then manually fix for checkpatch.pl
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions