[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-25 Thread Greg KH
ChangeSet 1.1148.6.9, 2003/10/14 16:48:18-07:00, [EMAIL PROTECTED] [PATCH] USB: add USB gadget Configure help entries In 2.4.23-pre7 USB gadget support was added but no Configure.help entries were added. The patch below adds these missing entries. the help texts were copied from 2.6, please chec

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.11, 2003/10/14 16:48:33-07:00, [EMAIL PROTECTED] [PATCH] USB: ehci-hcd, misc bugfixes This fixes some bugs observed in the EHCI code: - Byte-order confusion caused the wrong address to be set on big-endian hardware (reported last week on PPC and SPARC). That bug's bee

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.3, 2003/10/06 14:44:58-07:00, [EMAIL PROTECTED] [PATCH] USB: scanner driver: added USB_CLASS_CDC_DATA (2/3) Added test for USB_CLASS_CDC_DATA which is used by some fingerprint scanners. drivers/usb/scanner.c |2 ++ 1 files changed, 2 insertions(+) diff -Nru a/drivers/u

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.4, 2003/10/06 14:45:21-07:00, [EMAIL PROTECTED] [PATCH] USB: scanner driver: use static declarations (3/3) Use static declarations for usb_scanner_init/usb_scanner_exit (Daniele Bellucci). drivers/usb/scanner.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-)

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.17, 2003/10/23 17:24:55-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.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.10, 2003/10/14 16:48:25-07:00, [EMAIL PROTECTED] [PATCH] USB: usb ethernet gadget Please update the ethernet "gadget" driver with this patch: - fixes an newish oops in some cdc shutdown paths - works on more 2.4 kernel variants - synchronizes with more recent 2.6 c

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.15, 2003/10/23 17:18:23-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio - version bump 1.3.5 Here is a small patch to bump the ftdi_sio driver's version number to 1.3.5 for the usb-2.4 tree. It would be nice if this made it into the final 2.4.23 kernel sources, then I could ref

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.2, 2003/10/06 14:44:36-07:00, [EMAIL PROTECTED] [PATCH] USB: scanner driver: new device ids (1/3) The following 3 patches are the backports from those already applied to 2.6. Added vendor/product ids for Canon, HP, Microtek, Mustek, Siemens, UMAX, and Visioneer scanners. d

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.12, 2003/10/23 15:04:27-07:00, [EMAIL PROTECTED] [PATCH] USB: fix build bug with usbnet and older versions of gcc. drivers/usb/usbnet.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/usbnet.c b/drivers/usb/usbnet.c --- a/drivers/usb/us

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.6, 2003/10/06 15:56:00-07:00, [EMAIL PROTECTED] [PATCH] USB: fix compiler error in sl811.c drivers/usb/host/sl811.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -Nru a/drivers/usb/host/sl811.c b/drivers/usb/host/sl811.c --- a/drivers/usb/host/sl811.c

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.13, 2003/10/23 17:17:54-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.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.8, 2003/10/14 16:48:09-07:00, [EMAIL PROTECTED] [PATCH] USB: Add Handspring Treo 600 ids I've tested this with my new Treo 600 and it works. Please apply. drivers/usb/serial/visor.c |2 ++ drivers/usb/serial/visor.h |1 + 2 files changed, 3 insertions(+) diff -Nru

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.14, 2003/10/23 17:18:03-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.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.16, 2003/10/23 17:22:14-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

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.18, 2003/10/24 14:00:30-07:00, [EMAIL PROTECTED] [PATCH] USB: usb "gadget zero" tweaks This updates this code to match the latest: builds on a few more 2.4 variants, handles "goku_udc". drivers/usb/gadget/zero.c | 25 ++--- 1 files changed, 22 insertio

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.20, 2003/10/24 14:00:57-07:00, [EMAIL PROTECTED] [PATCH] USB: usb gadget Config.in updates This is a subset of work from Al Borchers <[EMAIL PROTECTED]> which he sent as part of his "serial" gadget driver. The patch eliminates some of the mis-configurations that are possible w

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.19, 2003/10/24 14:00:42-07:00, [EMAIL PROTECTED] [PATCH] USB: updates This syncs this file with current declarations, in sync with 2.6 kernels. include/linux/usb_ch9.h | 42 ++ 1 files changed, 42 insertions(+) diff -Nru a/include