[linux-usb-devel] usb: update usbmon.txt

2006-06-12 Thread Pete Zaitcev
Fix up the documentation. Apparently, I left unedited copy-paste results in examples. Also, Alan helped me to improve the most confusing parts. Signed-off-by: Pete Zaitcev <[EMAIL PROTECTED]> --- linux-2.6.17-rc5/Documentation/usb/usbmon.txt 2005-09-13 01:05:37.0 -0700 +++ linux-2.

[linux-usb-devel] usb: update usbmon, fix glued lines

2006-06-09 Thread Pete Zaitcev
This update contains one bug fix: some lines can come out truncated, because of the safety cutoff. This happened because I forgot to update the size when status packets began to be printed. The rest is: - Comments updates - Allow snooping with pkmap on x86_64, which is cache-coherent - Enlarge

[linux-usb-devel] USB: update unusual_devs.h for 2.4.28-pre1

2004-08-24 Thread Pete Zaitcev
Updates for the unusual_devs.h from Alan Stern. As usual, these are backports from 2.6 to keep the file reasonably in sync. diff -urp -X dontdiff linux-2.4.28-pre1/drivers/usb/storage/unusual_devs.h linux-2.4.28-pre1-usb/drivers/usb/storage/unusual_devs.h --- linux-2.4.28-pre1/drivers/usb/storage

[linux-usb-devel] USB update

2003-08-30 Thread Marcelo Tosatti
[PATCH] USB: backport usbfs 'disconnect' here is a backport of the usbfs 'disconnect' functionality. The only difference I know of from the 2.5 code is this doesn't use the kernel lock. I'm not sure if that is really needed? Anyway it would be great to finally get this into 2.4... --- I'll a