commit | cb3e85fe19575cce8af82bc62a070c72e8f781b8 | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Sat Apr 09 01:43:18 2011 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Sat Apr 09 01:43:18 2011 +0200 |
tree | 4edd10237fd2fed23caf1044a12bae07cf2e8b69 | |
parent | 1a978c50c6cff743c3516ffa6d2ce44382e7b70b [diff] |
HID: hidraw: fix samples miscompilation On systems where userspace doesn't have new hidraw.h populated to /usr/include, the hidraw sample won't compile as it's missing the new ioctl defitions. Introduce temporary ugly workaround to define the ioctls "manually" in such cases, just to avoid miscompilation in allmodconfig cases. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Jiri Kosina <jkosina@suse.cz>