The patch which went in was correct, but not quite what I had in mind. Here is a patch to update that a little bit. Original patch is at: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4749f32da939d4e4160541b2cadc22492bb507ec Signed-off-by: Pete Zaitcev <zaitcev@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
		
			
				
	
	
		
			17 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # USB Monitor configuration
 | |
| #
 | |
| 
 | |
| config USB_MON
 | |
| 	bool "USB Monitor"
 | |
| 	depends on USB!=n
 | |
| 	default y
 | |
| 	help
 | |
| 	  If you say Y here, a component which captures the USB traffic
 | |
| 	  between peripheral-specific drivers and HC drivers will be built.
 | |
| 	  For more information, see <file:Documentation/usb/usbmon.txt>.
 | |
| 
 | |
| 	  This is somewhat experimental at this time, but it should be safe.
 | |
| 
 | |
| 	  If unsure, say Y.
 |