Sorry I've been slack in getting v5 of this patch out. Because it's been so long, I'll recap what happened last time: * Jon Corbet suggested that the example programs be moved into samples/ . * Randy Dunlap indicated his acked-by when this was done. These patches add hidraw.txt to a new Documentation/hid/ directory. It creates an example program which is now in samples/ with a Kconfig item. The existing hiddev.txt has been moved from Documentation/usb/ to Documentation/hid/ This is based on .38+ Alan Ott (2): HID: Documentation for hidraw HID: Move hiddev.txt to the new Documentation/HID directory Documentation/{usb => hid}/hiddev.txt | 0 Documentation/hid/hidraw.txt | 119 +++++++++++++++++++++++ samples/Kconfig | 6 + samples/Makefile | 2 +- samples/hidraw/Makefile | 8 ++ samples/hidraw/hid-example.c | 167 +++++++++++++++++++++++++++++++++ 6 files changed, 301 insertions(+), 1 deletions(-) rename Documentation/{usb => hid}/hiddev.txt (100%) create mode 100644 Documentation/hid/hidraw.txt create mode 100644 samples/hidraw/Makefile create mode 100644 samples/hidraw/hid-example.c -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html