USB: gadget: add HID gadget driver
authorFabien Chouteau <fabien.chouteau@barco.com>
Thu, 8 Apr 2010 07:31:15 +0000 (09:31 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:35 +0000 (13:21 -0700)
commit71adf118946957839a13aa4d1094183e05c6c094
treeb99d1113b8a36da96fc7b498b2cea39fcc440914
parente49bbce133a049f6f325db6b0cee49f406d03a6e
USB: gadget: add HID gadget driver

g_hid is a USB gadget driver implementing the Human Interface Device class
specification. The driver handles basic HID protocol handling in the
kernel, and allows userspace to read/write HID reports trough /dev/hidgX
character devices.

Signed-off-by: Fabien Chouteau <fabien.chouteau@barco.com>
Signed-off-by: Peter Korsgaard <peter.korsgaard@barco.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/usb/gadget_hid.txt [new file with mode: 0644]
drivers/usb/gadget/Kconfig
drivers/usb/gadget/Makefile
drivers/usb/gadget/f_hid.c [new file with mode: 0644]
drivers/usb/gadget/hid.c [new file with mode: 0644]
include/linux/usb/g_hid.h [new file with mode: 0644]