mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 0256839619
			
		
	
	
		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
 |