mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
addhardware: Add USB keyboard option (bz 1176724)
This commit is contained in:
@@ -827,6 +827,7 @@ class vmmAddHardware(vmmGObjectUI):
|
||||
model.clear()
|
||||
model.append([_("EvTouch USB Graphics Tablet"), "tablet", "usb"])
|
||||
model.append([_("Generic USB Mouse"), "mouse", "usb"])
|
||||
model.append([_("Generic USB Keyboard"), "keyboard", "usb"])
|
||||
|
||||
def populate_host_device_model(self, devtype, devcap, subtype, subcap):
|
||||
devlist = self.widget("host-device")
|
||||
|
||||
Reference in New Issue
Block a user