]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] usbmon in 2.6.13: peeking into DMA areas
authorPete Zaitcev <zaitcev@redhat.com>
Mon, 15 Aug 2005 23:53:57 +0000 (16:53 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Sep 2005 23:28:36 +0000 (16:28 -0700)
commit0256839619d9b1e933cafc83e7f0deaad4216465
treeafadd5815781a99e06ebb537d8ac677d307c09fe
parentd0384200f6b608e77fb5ddf7dfae1bf0e42c1c6e
[PATCH] usbmon in 2.6.13: peeking into DMA areas

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>
drivers/usb/mon/Makefile
drivers/usb/mon/mon_dma.c [new file with mode: 0644]
drivers/usb/mon/mon_text.c
drivers/usb/mon/usb_mon.h