addhardware: Add USB keyboard option (bz 1176724)

This commit is contained in:
Cole Robinson
2015-04-09 13:25:15 -04:00
parent 527c49dec2
commit 22b9932c47

View File

@@ -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")