summaryrefslogtreecommitdiff
path: root/default-configs/usb.mak
AgeCommit message (Collapse)AuthorFilesLines
2014-03-16unifying: WIP for Logitech Unifying Receiver emulationPeter Wu1-0/+1
Based on hw/usb/dev-wacom.c
2013-02-19make usb devices configurableGerd Hoffmann1-0/+8
Leave the core usb devices (usb hub, tablet, mouse, keyboard) enabled unconditionally. Make the other ones configurable. Exceptions: - bluetooth: not qdevified yet, has a vl.c dependency because of that, thus disabling isn't as easy as not linking the object file. - smardcard: ccid-card-emulated depends on that one *and* CONFIG_SMARTCARD_NSS. So it isn't a one-liner and comes as separate patch because of that. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>