0256839619
This code looks at urb->transfer_dma, maps the page and takes the data. I am looking for volunteers to contribute architectures other than i386 or to develop an architecure-neutral API for it (or point me that it was done already). Signed-off-by: Pete Zaitcev <zaitcev@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
8 lines
214 B
Makefile
8 lines
214 B
Makefile
#
|
|
# Makefile for USB Core files and filesystem
|
|
#
|
|
|
|
usbmon-objs := mon_main.o mon_stat.o mon_text.o mon_dma.o
|
|
|
|
# This does not use CONFIG_USB_MON because we want this to use a tristate.
|
|
obj-$(CONFIG_USB) += usbmon.o
|