usb-hid: split hid code to hw/hid.[ch]
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 15 Jul 2011 13:08:01 +0000 (15:08 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 4 Aug 2011 13:51:51 +0000 (15:51 +0200)
commit11a8836cb15a7129b871adc87a19df65970101a8
treeb81552ff1faf915099ad541f9c963920e23e552f
parentee0b52219de238e606d30784828d673d3a3160f3
usb-hid: split hid code to hw/hid.[ch]

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>
Makefile.objs
hw/hid.c [new file with mode: 0644]
hw/hid.h [new file with mode: 0644]
hw/usb-hid.c