[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-25 Thread Greg KH
ChangeSet 1.1337.38.3, 2003/10/23 16:59:03-07:00, [EMAIL PROTECTED] [PATCH] USB: ax8817x fixes in usbnet.c * ax8817x_set_multicast - use address of dev->data, not contents * ax8817x_write_async_cmd - free request and urb if submit fails drivers/usb/net/usbnet.c |7 +-- 1 files changed,

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-25 Thread Greg KH
ChangeSet 1.1337.38.9, 2003/10/23 17:28:44-07:00, [EMAIL PROTECTED] [PATCH] USB: fix usb-storage self-deadlock This fixes a problem that showed in usb-storage (osdl bugme 1310) and could have shown in other drivers that used usb_reset_device() when they already held dev->serialize: a self-deadlo

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-25 Thread Greg KH
ChangeSet 1.1337.38.2, 2003/10/23 16:58:45-07:00, [EMAIL PROTECTED] [PATCH] leaking info on drivers/usb I'm doing an audit wrt copy_to_user leaking info to userspace, started with drivers/usb, please apply. drivers/usb/class/audio.c|4 drivers/usb/media/vicam.c|1 +

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-25 Thread Greg KH
ChangeSet 1.1337.38.8, 2003/10/23 17:25:37-07:00, [EMAIL PROTECTED] [PATCH] USB: fix for earlier unusual_devs.h patch An earlier patch caused trouble because it effectively removed the US_FL_FIX_INQUIRY flag for devices with release number higher than 0x5009. This one might cause problems becaus

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-24 Thread Greg KH
ChangeSet 1.1337.38.4, 2003/10/23 17:12:01-07:00, [EMAIL PROTECTED] [PATCH] USB: ACM USB modem fixes Please merge this patch. I've had two success reports from it. Putback comment can be: Fixes some long-standing cdc-acm bugs including: - Oopsing - Probe messages not so excessive - Make

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-24 Thread Greg KH
ChangeSet 1.1337.38.5, 2003/10/23 17:16:34-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio - Perle UltraPort new ids - 1 of 2 Scott Allen's patch to add vid/pid support for Perle Systems UltraPort USB serial converter, merged up with minor whitespace changes by myself (Ian Abbott). drivers/usb/

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-24 Thread Greg KH
ChangeSet 1.1346, 2003/10/23 22:07:41-07:00, [EMAIL PROTECTED] [PATCH] USB: usb enumeration clears full speed ep0 state This resolves a bug that was recently reported to me by someone enumerating a USB 1.1 modem through a high speed hub. I'm a bit surprised we never saw it before; I think cache/

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-24 Thread Greg KH
ChangeSet 1.1337.38.6, 2003/10/23 17:17:32-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio - Perle UltraPort new ids - 2 of 2 Patch by me (Ian Abbott). Removed aliases of FTDI_VID define for consistency. Renamed FTDI_PERLE_PID to FTDI_PERLE_ULTRAPORT_PID. Removed Matrix Orbital and Perle Systems

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-23 Thread Greg KH
ChangeSet 1.1337.38.7, 2003/10/23 17:22:54-07:00, [EMAIL PROTECTED] [PATCH] USB: one more digicam for unusual_devs.h its for the Jenoptik JD 5200 z3 Digicam, to enable it to work as a simple storage device more or less i took the values for the 0x0d96 vendor in the 2.6.0-test7 usb-storage and mi