mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
USB tablet support (Brad Campbell, Anthony Liguori)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1810 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6a15fd12ca
commit
09b26c5ec0
6 changed files with 272 additions and 31 deletions
1
hw/usb.h
1
hw/usb.h
|
@ -163,3 +163,4 @@ void usb_host_info(void);
|
|||
|
||||
/* usb-hid.c */
|
||||
USBDevice *usb_mouse_init(void);
|
||||
USBDevice *usb_tablet_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue