History log of /include/linux/usb/g_hid.h
Revision Date Author Comments
71adf118946957839a13aa4d1094183e05c6c094 08-Apr-2010 Fabien Chouteau <fabien.chouteau@barco.com> 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>