mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 11:56:50 +07:00
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>
9 lines
214 B
Makefile
9 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
|