From: Alan Ott <alan@signal11.us>
To: Randy Dunlap <rdunlap@xenotime.net>, Alan Ott <alan@signal11.us>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
jkosina@suse.cz, ospite@studenti.unina.it,
linux-input@vger.kernel.org, linux-bluetooth@vger.kernel.org,
bgood@velocity.net
Cc: Alan Ott <alan@signal11.us>
Subject: [PATCH v4 0/2] HID: hidraw Documentation
Date: Tue, 15 Feb 2011 23:06:47 -0500 [thread overview]
Message-ID: <1297829209-10511-1-git-send-email-alan@signal11.us> (raw)
So I messed up a minute ago and sent just one of these out. Please disregard
the one I just sent that says v2. It should have been v3, and it should have
had 2 patches in the set instead of just 1. Sorry for the noise....
These patches add the hidraw.txt file to a new Documentation/hid/ directory.
The example program has been moved out of the document and fixed up for style
(it's now checkpatch.pl clean), and a Makefile has been created for it.
I integrated the comments provided.
hiddev.txt has been moved from Documentation/usb/ to Documentation/hid/
This is rebased against .37+
Alan Ott (2):
HID: Documentation for hidraw
HID: Move hiddev.txt to the new Documentation/HID directory
Documentation/hid/Makefile | 8 ++
Documentation/hid/hid-example.c | 167 +++++++++++++++++++++++++++++++++
Documentation/{usb => hid}/hiddev.txt | 0
Documentation/hid/hidraw.txt | 119 +++++++++++++++++++++++
4 files changed, 294 insertions(+), 0 deletions(-)
create mode 100644 Documentation/hid/Makefile
create mode 100644 Documentation/hid/hid-example.c
rename Documentation/{usb => hid}/hiddev.txt (100%)
create mode 100644 Documentation/hid/hidraw.txt
next reply other threads:[~2011-02-16 4:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-16 4:06 Alan Ott [this message]
2011-02-16 4:06 ` [PATCH v4 1/2] HID: Documentation for hidraw Alan Ott
2011-02-16 14:12 ` Jonathan Corbet
2011-02-16 19:06 ` Alan Ott
2011-02-16 19:10 ` Jiri Kosina
2011-02-17 0:56 ` Randy Dunlap
2011-02-16 4:06 ` [PATCH v4 2/2] HID: Move hiddev.txt to the new Documentation/HID directory Alan Ott
2011-03-20 0:29 ` [PATCH v5 0/2] Documentation and Sample for hidraw Alan Ott
2011-03-21 20:17 ` Randy Dunlap
2011-03-22 10:44 ` Jiri Kosina
2011-03-20 0:29 ` [PATCH v5 1/2] HID: Documentation " Alan Ott
2011-03-20 0:29 ` [PATCH v5 2/2] HID: Move hiddev.txt to the new Documentation/HID directory Alan Ott
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1297829209-10511-1-git-send-email-alan@signal11.us \
--to=alan@signal11.us \
--cc=bgood@velocity.net \
--cc=jkosina@suse.cz \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ospite@studenti.unina.it \
--cc=rdunlap@xenotime.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).