diff options
author | Alan Ott <alan@signal11.us> | 2011-03-20 00:29:44 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-03-22 10:43:50 (GMT) |
commit | c54ea4918c2b7722d7242ea53271356501988a9b (patch) | |
tree | e4c7b3c77748eef20e8b844633643cb00d8bc5e2 /samples/Makefile | |
parent | 99759619b27662d1290901228d77a293e6e83200 (diff) | |
download | linux-c54ea4918c2b7722d7242ea53271356501988a9b.tar.xz |
HID: Documentation for hidraw
Documenation for the hidraw driver, with sample program.
Signed-off-by: Alan Ott <alan@signal11.us>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'samples/Makefile')
-rw-r--r-- | samples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/Makefile b/samples/Makefile index f26c095..6280817 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -1,4 +1,4 @@ # Makefile for Linux samples code obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ tracepoints/ trace_events/ \ - hw_breakpoint/ kfifo/ kdb/ + hw_breakpoint/ kfifo/ kdb/ hidraw/ |