mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Add USB HID keyboard.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2996 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
07cf0ba03b
commit
47b2d338d9
4 changed files with 350 additions and 46 deletions
|
@ -1362,6 +1362,8 @@ Pass through the host device identified by @var{vendor_id:product_id}
|
|||
Virtual Wacom PenPartner tablet. This device is similar to the @code{tablet}
|
||||
above but it can be used with the tslib library because in addition to touch
|
||||
coordinates it reports touch pressure.
|
||||
@item @code{keyboard}
|
||||
Standard USB keyboard. Will override the PS/2 keyboard (if present).
|
||||
@end table
|
||||
|
||||
@node host_usb_devices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue