summaryrefslogtreecommitdiff
path: root/hw/usb/Makefile.objs
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-03-14 23:28:22 +0100
committerPeter Wu <peter@lekensteyn.nl>2014-03-16 00:10:06 +0100
commit7ef8622af0d56dc32af1d7563127057964d99cb1 (patch)
treef7a5b23299fed65da8acdf8941efe7da84a37670 /hw/usb/Makefile.objs
parent0719b077e2ba550a44e830e55caa30eb84373612 (diff)
downloadqemu-7ef8622af0d56dc32af1d7563127057964d99cb1.tar.gz
Initial usbdump helper
USB packets are captured in the pcap format using the Linux usbmon link-layer type. Right now, this only works with handle_ctrl. Data packets (isochronous, bulk and interrupt) are not (fully) implemented yet. Signed-off-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'hw/usb/Makefile.objs')
-rw-r--r--hw/usb/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs
index 484c7b9630..c4edcf3d35 100644
--- a/hw/usb/Makefile.objs
+++ b/hw/usb/Makefile.objs
@@ -13,6 +13,7 @@ common-obj-$(CONFIG_USB_MUSB) += hcd-musb.o
common-obj-y += dev-hub.o
common-obj-y += dev-hid.o
common-obj-$(CONFIG_USB_TABLET_WACOM) += dev-wacom.o
+common-obj-$(CONFIG_USB_LG_UNIFYING) += dump.o
common-obj-$(CONFIG_USB_LG_UNIFYING) += dev-unifying.o
common-obj-$(CONFIG_USB_STORAGE_BOT) += dev-storage.o
common-obj-$(CONFIG_USB_STORAGE_UAS) += dev-uas.o