15 Mar, 2015
1 commit
-
Makefile that can actually build the example, and allow selecting device to
work on.Signed-off-by: Pavel Machek
Signed-off-by: Jiri Kosina
20 Aug, 2013
1 commit
-
To fix:
# Untracked files:
# (use "git add ..." to include in what will be committed)
#
# samples/hidraw/hid-exampleas seen in git status output after an allyesconfig build.
Signed-off-by: Paul Gortmaker
Signed-off-by: Jiri Kosina
28 Mar, 2013
1 commit
-
Put a warning into sample hidraw code in samples/hidraw/hid-example.c
in case the userspace headers are missing the necessary defines and
need to be updated.Signed-off-by: Jiri Kosina
21 Apr, 2011
1 commit
-
samples/hid-example.o needs some Kconfig and Makefile additions in order
to build. It should use headers from the build tree, so use
HEADERS_CHECK to require that those header files be present.Change the kconfig symbol from tristate to bool since userspace cannot be
built as loadable modules.However, I don't understand why the userspace header files are not present
as reported in Andrew's build log, since it builds OK on x86_64 without
any of these changes.Signed-off-by: Randy Dunlap
Cc: Alan Ott
Cc: Jiri Kosina
Signed-off-by: Andrew Morton
Signed-off-by: Jiri Kosina
09 Apr, 2011
1 commit
-
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
Signed-off-by: Jiri Kosina
22 Mar, 2011
1 commit
-
Documenation for the hidraw driver, with sample program.
Signed-off-by: Alan Ott
Signed-off-by: Jiri Kosina