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
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
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(-
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
> > > > - 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
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
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
___
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?
> > >
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:
>
>
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
> 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
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
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
26 matches
Mail list logo