[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1300580985-10726-1-git-send-email-alan@signal11.us>
Date: Sat, 19 Mar 2011 20:29:43 -0400
From: Alan Ott <alan@...nal11.us>
To: Randy Dunlap <rdunlap@...otime.net>,
Jonathan Corbet <corbet@....net>,
Antonio Ospite <ospite@...denti.unina.it>,
Jiri Kosina <jkosina@...e.cz>, Alan Ott <alan@...nal11.us>,
Jason Wessel <jason.wessel@...driver.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Stefani Seibold <stefani@...bold.net>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-input@...r.kernel.org
Cc: Alan Ott <alan@...nal11.us>
Subject: [PATCH v5 0/2] Documentation and Sample for hidraw
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists