HID: hidraw: fix samples miscompilation
authorJiri Kosina <jkosina@suse.cz>
Fri, 8 Apr 2011 23:43:18 +0000 (01:43 +0200)
committerJiri Kosina <jkosina@suse.cz>
Fri, 8 Apr 2011 23:43:18 +0000 (01:43 +0200)
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>

No differences found