Skip to content

Commit

Permalink
USB: gadget: add HID gadget driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabien Chouteau authored and Greg Kroah-Hartman committed May 20, 2010
1 parent e49bbce commit 71adf11
Show file tree
Hide file tree
Showing 6 changed files with 1,451 additions and 0 deletions.
Loading

0 comments on commit 71adf11

Please sign in to comment.