commit | 54f32fd5dff96a903f838de1efcdfb9831c5b207 | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <luto@kernel.org> | Thu Nov 19 08:19:31 2015 -0800 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Nov 19 23:15:31 2015 +0100 |
tree | cb7e258fa673e5f7d95a1b741c241eaf1bfda976 | |
parent | 319645cac26c2d065a485f5d59228433ad602f71 [diff] |
HID: Make report_descriptor available for all devices Currently the sysfs report_descriptor attribute is only available if the device is claimed. We have the descriptor before we even create the device node, so just instantiate report_descriptor statically. Signed-off-by: Andy Lutomirski <luto@kernel.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>