[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.6-pre2

2002-03-04 Thread Greg KH
On Mon, Mar 04, 2002 at 04:19:22PM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-03-04 16:07:57-08:00, [EMAIL PROTECTED] > Update USB ov511 driver to version 1.53 > > Documentation/usb/ov511.txt |6 > drivers/usb/ov511.c | 1995 +--- > dri

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.6-pre2

2002-03-04 Thread Greg KH
On Mon, Mar 04, 2002 at 04:19:22PM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-03-04 16:05:14-08:00, [EMAIL PROTECTED] > USB HID drivers: > - bug fix for lockup on SMP machines > > drivers/usb/hid-core.c |2 ++ > 1 files changed, 2 insertions(+) # This is a BitKeeper generated

[linux-usb-devel] [BK PATCH] USB changes for 2.5.6-pre2

2002-03-04 Thread Greg KH
Pull from: bk://linuxusb.bkbits.net/linus-2.5 Documentation/usb/ov511.txt |6 drivers/usb/hid-core.c |2 drivers/usb/ov511.c | 1995 +--- drivers/usb/ov511.h | 82 + 4 files changed, 1019 insertions(+), 1066 deletions(-

Re: [linux-usb-devel] PATCH: /proc/bus/usb/devices endpoint info

2002-03-04 Thread Greg KH
On Mon, Mar 04, 2002 at 12:14:33PM -0800, David Brownell wrote: > > > > > - Shows high bandwidth endpoints with something like > > > > > "1024*3" for maxpacket size; other endpoints just > > > > > have two extra spaces there. > > > > > > > > Why have the "*n" here? Why not just s

Re: [linux-usb-devel] PATCH: /proc/bus/usb/devices endpoint info

2002-03-04 Thread David Brownell
> > > > - Shows high bandwidth endpoints with something like > > > > "1024*3" for maxpacket size; other endpoints just > > > > have two extra spaces there. > > > > > > Why have the "*n" here? Why not just spit out the whole number? That > > > would break less parsers :) I suspe

Re: [linux-usb-devel] PATCH: /proc/bus/usb/devices endpoint info

2002-03-04 Thread Greg KH
On Fri, Mar 01, 2002 at 04:53:20PM -0800, David Brownell wrote: > > > - Shows high bandwidth endpoints with something like > > > "1024*3" for maxpacket size; other endpoints just > > > have two extra spaces there. > > > > Why have the "*n" here? Why not just spit out the whole nu

[linux-usb-devel] Re: [PATCH] Upgrade ov511 in 2.5.x to version 1.53

2002-03-04 Thread Greg KH
On Sat, Mar 02, 2002 at 05:21:41PM -0800, Mark McClelland wrote: > Here's a patch against the current 2.5 bk tree, followed bk a "bk send > -wgzip_uu", to update ov511 to version 1.53. Please apply. Thanks, the changeset applied cleanly. greg k-h ___

Re: [linux-usb-devel] 2.4.18-rc2-gregkh-1 + USB mouse = BOOM!

2002-03-04 Thread Greg KH
On Mon, Mar 04, 2002 at 10:02:27AM +0100, Vojtech Pavlik wrote: > On Sun, Mar 03, 2002 at 09:47:50PM +, Chris Rankin wrote: > > > If you can, could > > > you try out the 2.4.18-rc2-gregkh-1 patch that will apply cleanly on top > > > of 2.4.18 and let us know if that fixes your problem? > > >

[linux-usb-devel] Re: drivers/usb/Config.in when USB=n

2002-03-04 Thread Greg KH
On Sun, Mar 03, 2002 at 04:51:16AM -0500, Paul Gortmaker wrote: > I notice that when CONFIG_USB is off you still get a whole bunch > of comments printed from drivers/usb/Config.in when running > "make oldconfig" > > Two possible fixes: > > (a) make arch/*/config.in read something like: > >

[linux-usb-devel] [PATCH 14 of 14] USB cyberjack driver bugfix

2002-03-04 Thread Greg KH
Hi, Here's a patch against 2.4.19-pre2 that fixes a bug in the usb-serial cyberjack driver. Thanks to Shane Nay for pointing this problem out. thanks, greg k-h diff -Nru a/drivers/usb/serial/cyberjack.c b/drivers/usb/serial/cyberjack.c --- a/drivers/usb/serial/cyberjack.cMon Mar 4 08

[linux-usb-devel] [PATCH 12 of 14] USB pegasus driver update

2002-03-04 Thread Greg KH
Hi, Here's a patch against 2.4.19-pre2 that adds support for two new devices to the USB pegasus driver. thanks, greg k-h diff -Nru a/drivers/usb/pegasus.h b/drivers/usb/pegasus.h --- a/drivers/usb/pegasus.h Mon Mar 4 08:48:59 2002 +++ b/drivers/usb/pegasus.h Mon Mar 4 08:48:59 20

[linux-usb-devel] [PATCH 13 of 14] USB vicam driver bugfix

2002-03-04 Thread Greg KH
Hi, Here's a patch against 2.4.19-pre2 that fixes some bugs in the USB vicam driver. This patch was done by Oliver Neukum. thanks, greg k-h diff -Nru a/drivers/usb/vicam.c b/drivers/usb/vicam.c --- a/drivers/usb/vicam.c Mon Mar 4 08:49:00 2002 +++ b/drivers/usb/vicam.c Mon Ma

[linux-usb-devel] [PATCH 11 of 14] USB ftdi_sio driver update

2002-03-04 Thread Greg KH
Hi, Here's a patch against 2.4.19-pre2 that adds support for another device to the USB ftdi_sio usb-serial driver. thanks, greg k-h diff -Nru a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c --- a/drivers/usb/serial/ftdi_sio.c Mon Mar 4 08:48:58 2002 +++ b/drivers/usb/se

[linux-usb-devel] [PATCH 10 of 14] USB uhci driver update

2002-03-04 Thread Greg KH
Hi, Here's a patch against 2.4.19-pre2 that upgrades the speed of the uhci driver. This patch was done by Johannes Erdfelt. thanks, greg k-h diff -Nru a/drivers/usb/uhci.c b/drivers/usb/uhci.c --- a/drivers/usb/uhci.cMon Mar 4 08:48:59 2002 +++ b/drivers/usb/uhci.cMon Mar

[linux-usb-devel] [PATCH 09 of 14] USB skeleton driver bugfix

2002-03-04 Thread Greg KH
Hi, Here's a patch against 2.4.19-pre2 that fixes a bug in the usb-skeleton driver. Thanks to Holger Waechtler for finding the problem and letting me know about it. thanks, greg k-h diff -Nru a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c --- a/drivers/usb/usb-skeleton.c

[linux-usb-devel] [PATCH 08 of 14] USB stv680 driver update

2002-03-04 Thread Greg KH
Hi, Here's a patch against 2.4.19-pre2 that updates the USB stv680 driver to the latest version. This patch was done by Kevin Sisson. thanks, greg k-h diff -Nru a/drivers/usb/stv680.c b/drivers/usb/stv680.c --- a/drivers/usb/stv680.c Mon Mar 4 08:48:58 2002 +++ b/drivers/usb/stv680.c

[linux-usb-devel] [PATCH 06 of 14] USB hpusbscsi driver update

2002-03-04 Thread Greg KH
Hi, Here's a patch against 2.4.19-pre2 that updates the USB hpusbscsi driver to the latest version. It contains the following changes: - check for error in scsi unregistering - special casing of request_sense - scsi reset removed - cancellation fixed - us

[linux-usb-devel] [PATCH 07 of 14] USB kaweth driver update

2002-03-04 Thread Greg KH
Hi, Here's a patch against 2.4.19-pre2 that updates the USB kaweth driver to the latest version. It fixes the following problems: - a memory allocation bug, - a SMP deadlock, - synchronous unlink with a spinlock held, - a memory leak without firmware, - f

[linux-usb-devel] [PATCH 04 of 14] USB storage driver update

2002-03-04 Thread Greg KH
Hi, Here's a patch against 2.4.19-pre2 that updates the USB Storage driver to the latest version. It contains the following: - Fix to ISD-200 driver to work on big-endian platforms, including PPC. This has been in circulation for a while, and seems well-tested.

[linux-usb-devel] [PATCH 02 of 14] USB CREDITS and MAINTAINERS update

2002-03-04 Thread Greg KH
Hi, Here's a patch against 2.4.19-pre1 that adds Wolfgang Muees to the CREDITS and MAINTAINERS file, adds David Brownell to the MAITAINERS file for the EHCI and usbnet drivers, and changes the current maintainer of the USB Kawasaki driver to Oliver Neukum. thanks, greg k-h diff -Nru a/CREDI

[linux-usb-devel] [PATCH 03 of 14] USB Ipaq driver update

2002-03-04 Thread Greg KH
Hi, Here's a patch against 2.4.19-pre2 that updates the USB ipaq driver, adding support for the HP Jornada. This patch was done by Ganesh Varadarajan. thanks, greg k-h diff -Nru a/Documentation/Configure.help b/Documentation/Configure.help --- a/Documentation/Configure.help Mon Mar 4

[linux-usb-devel] [PATCH 01 of 14] USB auerswald driver

2002-03-04 Thread Greg KH
Hi, Here's a patch against 2.4.19-pre2 that adds the USB auerswald driver. This driver was written by Wolfgang Muees. thanks, greg k-h diff -Nru a/Documentation/usb/auerswald.txt b/Documentation/usb/auerswald.txt --- /dev/null Wed Dec 31 16:00:00 1969 +++ b/Documentation/usb/auerswald.txt

Re: [linux-usb-devel] WingMan Gamepad Extreme

2002-03-04 Thread Stephen J. Gowdy
Have you read the user guide at http://www.linux-usb.org? On Mon, 4 Mar 2002, Alessandro Ronchi wrote: > Hello. I've got that HID device: > > Vendor / Devide id > 046d Logitech Inc. c208 WingMan Gamepad Extreme > > Do I have any hope to use it under Linux? > How can I set up it? > Thanks in

Re: [linux-usb-devel] driver development

2002-03-04 Thread Steven Toth
> Do I need to write a device driver for such a device or can I mount it and > simply use the "open" "read" "write" command to send commands back and > forth? If yes how do I find where the it is mounted (/dev/??)? You detail is a little thin but Possibly/probably, have you looked at the dr

[linux-usb-devel] WingMan Gamepad Extreme

2002-03-04 Thread Alessandro Ronchi
Hello. I've got that HID device: Vendor / Devide id 046d Logitech Inc. c208 WingMan Gamepad Extreme Do I have any hope to use it under Linux? How can I set up it? Thanks in advance. -- Alessandro Ronchi, Rappresentante degli studenti nel consiglio di Corso di laurea di Scienze dell'informa

Re: [linux-usb-devel] 2.4.18-rc2-gregkh-1 + USB mouse = BOOM!

2002-03-04 Thread Vojtech Pavlik
On Sun, Mar 03, 2002 at 09:47:50PM +, Chris Rankin wrote: > > If you can, could > > you try out the 2.4.18-rc2-gregkh-1 patch that will apply cleanly on top > > of 2.4.18 and let us know if that fixes your problem? > > >http://www.kernel.org/pub/linux/kernel/people/gregkh/usb/linux-2.4.18