From: Randy Dunlap on
On Fri, 18 Jun 2010 22:13:41 -0400 Alan Ott wrote:

> 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/
>
>
> Alan Ott (2):
> HID: Documentation for hidraw
> HID: Move hiddev.txt to the new Documentation/HID directory

Acked-by: Randy Dunlap <randy.dunlap(a)oracle.com>

Jiri, can you merge these patches, please?

> 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

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Antonio Ospite on
On Fri, 18 Jun 2010 22:13:41 -0400
Alan Ott <alan(a)signal11.us> wrote:

> 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/
>
>
> Alan Ott (2):
> HID: Documentation for hidraw
> HID: Move hiddev.txt to the new Documentation/HID directory
>

Acked-by: Antonio Ospite <ospite(a)studenti.unina.it>

> 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
>
>
>


--
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
From: Jiri Kosina on
On Fri, 18 Jun 2010, Randy Dunlap wrote:

> On Fri, 18 Jun 2010 22:13:41 -0400 Alan Ott wrote:
>
> > 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/
> >
> >
> > Alan Ott (2):
> > HID: Documentation for hidraw
> > HID: Move hiddev.txt to the new Documentation/HID directory
>
> Acked-by: Randy Dunlap <randy.dunlap(a)oracle.com>
>
> Jiri, can you merge these patches, please?

Yeah, I will be taking them through my tree, thanks.

I am only still waiting for Marcel (or any other Bluetooth people) to Ack
the bluetooth-side of the HIDIOCGFEATURE/HIDIOCSFEATURE patch, so that the
documentation actually tells the truth :)

--
Jiri Kosina
SUSE Labs, Novell Inc.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/