]> git.proxmox.com Git - mirror_qemu.git/commit
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)
commitdcfda673101313472524bfac8c2fe2e1d03c8214
treeb81552ff1faf915099ad541f9c963920e23e552f
parent38931fa8cfb074a08ce65fd1982bd4a5bef9d6fb
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