aboutsummaryrefslogtreecommitdiff
path: root/hw/hid.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-04hid: move idle+protocol from usb-hid to hid too.Gerd Hoffmann1-0/+8
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2011-08-04usb-hid: split hid code to hw/hid.[ch]Gerd Hoffmann1-0/+395
Almost pure code motion. Unstatic hid interface functions and add them to the header file. Some renames. Some code style cleanups. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>