On Fri, Dec 21, 2001 at 02:24:28PM -0800, Greg KH wrote:
> Hi,
>
> Here's a patch against 2.4.17 that allows the usbnet driver to work
> properly for nfs swap devices using the usbnet driver.
One more for usbnet:
--- linux/drivers/usb/usbnet.c Sun Dec 9 05:25:02 2001
+++ linux-fixed/drivers/u
I am trying to get my Zio Compact flash reader to work. I have Suse 7.3 with
kernel 2.4.10.
cat drivers shows:
fastbox:/proc/bus/usb # cat drivers
usbdevfs
hub
0- 15: usblp
usb-storage
and devices shows::
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
I: If#= 0
On Sat, Dec 22, 2001 at 01:34:37PM +0100, Vojtech Pavlik wrote:
>
> Minor bug in flags handling, patch attached.
Good catch, I've applied it to my tree.
thanks,
greg k-h
___
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists
On Fri, 21 Dec 2001, Dmitri wrote:
> Quoting Rui Sousa <[EMAIL PROTECTED]>:
>
>
> There is a change in usbvideo.c though:
>
> > diff -uNr usbvideo.orig/usbvideo.c usbvideo/usbvideo.c
> > --- usbvideo.orig/usbvideo.cFri Sep 21 05:55:28 2001
> > +++ usbvideo/usbvideo.c Fri Dec 21 19:
On Fri, Dec 21, 2001 at 02:28:37PM -0500, [EMAIL PROTECTED] wrote:
> The docs say we should get URBs with usb_alloc_urb. However, CDCEther.c
> embeds the URBs as part of ether_dev. I don't see that usb_alloc_urb
> does anything special, except allocate extra space required when
> requesting isoch
On Wed, Dec 19, 2001 at 12:10:42AM -0800, David Brownell wrote:
> This is a resend of what you sent to Linus, but with a bugfix
> for an unlink-in-completion bug I ran across.
>
> As mentioned before, this still needs to evolve a bit. This
> doesn't yet hook up to kerneldoc, some usb.{h,c} stuff
Hi,
Here's a patch against 2.5.2-pre1 that moves the module locking logic
out of the individual usb-serial drivers, and into the core (much like
the patch that Oliver posted earlier for the usb core.)
If anyone sees a problem with this patch, or has questions, please let
me know.
thanks,
greg
Hi, Greg and Vojtech. Attached are version-specific patches for printer.c
against 2.4.13 (also 2.5.1) and 2.2.20. If there are no objections, then
would you please incorporate them at least into 2.5 and 2.4, and into 2.2
if there ever ends up being a new 2.2 version. If there are objections,
th
Quoting Rui Sousa <[EMAIL PROTECTED]>:
> I needed to compile usbvideo outside of the kernel tree and run into
> some problems. The attached file contains makefile changes that allow
> to retrieve kernel compile options automatically from the kernel
> makefiles and .config. It was tested with ker
Hi,
Here's a patch against 2.4.17 that adds the vicam (HomeConnect) video
camera driver. The driver was written by Chris Cheney and Pavel Machek.
thanks,
greg k-h
diff -Nru a/drivers/usb/vicam.c b/drivers/usb/vicam.c
--- /dev/null Wed Dec 31 16:00:00 1969
+++ b/drivers/usb/vicam.c Fr
Hi,
Here's a patch against 2.4.17 that adds the stv680 (Pencam) video camera
driver. The driver was written by Kevin Sisson.
thanks,
greg k-h
diff -Nru a/drivers/usb/stv680.c b/drivers/usb/stv680.c
--- /dev/null Wed Dec 31 16:00:00 1969
+++ b/drivers/usb/stv680.c Fri Dec 21 12:58:16 2
Hi,
Here's a patch against 2.4.17 that allows the usbnet driver to work
properly for nfs swap devices using the usbnet driver.
thanks,
greg k-h
diff -Nru a/drivers/usb/usbnet.c b/drivers/usb/usbnet.c
--- a/drivers/usb/usbnet.c Fri Dec 21 12:58:15 2001
+++ b/drivers/usb/usbnet.c Fri
Hi,
Here's a patch against 2.4.17 that adds the four new drivers to the
proper Makefile, Config.in, and Configure.help files. It also moves one
Configure.help entry to try to place all of the USB entries in one
place within the file.
thanks,
greg k-h
diff -Nru a/Documentation/Configure.help
Hi,
Here's a patch against 2.4.17 that adds documentation for the stv680 usb
driver, and updates the usb-serial.txt file with information on the two
drivers (ipaq and kl5kusb105) that were just added.
thanks,
greg k-h
diff -Nru a/Documentation/usb/stv680.txt b/Documentation/usb/stv680.txt
-
Hi,
Here's a patch against 2.4.17 that adds the usb-serial kl5kusb105
(Palmconnect) driver. The driver was written by Utz-Uwe Haus.
thanks,
greg k-h
diff -Nru a/drivers/usb/serial/kl5kusb105.c b/drivers/usb/serial/kl5kusb105.c
--- /dev/null Wed Dec 31 16:00:00 1969
+++ b/drivers/usb/serial
Hi,
Here's a patch against 2.4.17 that adds documentation for the FILL_*_URB
macros, and adds the usb_fill_*_urb() inline functions which are in the
2.5 tree.
thanks,
greg k-h
diff -Nru a/include/linux/usb.h b/include/linux/usb.h
--- a/include/linux/usb.h Fri Dec 21 12:58:14 2001
+++ b/
Hi,
Here's a patch against 2.4.17 that fixes the locking code in the mdc800
driver. The patch was done by Oliver Neukum.
thanks,
greg k-h
diff -Nru a/drivers/usb/mdc800.c b/drivers/usb/mdc800.c
--- a/drivers/usb/mdc800.c Fri Dec 21 12:58:14 2001
+++ b/drivers/usb/mdc800.c Fri Dec
Greetings, once again!
Yay!
As of 2.4.17, it no longer crashes when I run pump over the Ethernet
link. However, I *do* get the following messages:
CDCEther.c: eth0: set too many MC filters, using allmulti
[pause]
CDCEther.c: eth0: set too many MC filters, using allmulti
CDCEther.c: eth0: set
Hi,
Here's a patch against 2.4.17 that fixes the formatting of the last
audio patch that was accepted :)
thanks,
greg k-h
diff -Nru a/drivers/usb/audio.c b/drivers/usb/audio.c
--- a/drivers/usb/audio.c Fri Dec 21 12:58:14 2001
+++ b/drivers/usb/audio.c Fri Dec 21 12:58:14 2001
@@
Hi,
Here's a patch against 2.4.17 that adds the usb-serial ipaq driver. The
patch is by Ganesh Varadarajan.
thanks,
greg k-h
diff -Nru a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c
--- /dev/null Wed Dec 31 16:00:00 1969
+++ b/drivers/usb/serial/ipaq.c Fri Dec 21 12:58:16 2001
@@
Hi,
Here's a patch against 2.4.17 that fixes support for the 3.5 OS version
of the CliƩ devices in the visor driver. Thanks to Geoffrey Levand for
the information and patch.
thanks,
greg k-h
diff -Nru a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c
--- a/drivers/usb/serial/visor.c
The docs say we should get URBs with usb_alloc_urb. However, CDCEther.c
embeds the URBs as part of ether_dev. I don't see that usb_alloc_urb
does anything special, except allocate extra space required when
requesting isoch frames. Therefore, does it really matter? Is it
preferable to use usb_alloc
On Fri, Dec 21, 2001 at 10:41:43AM -0800, David Brownell wrote:
> > > > I did not go at the old style probe, as it shoulde be IMO removed.
> > >
> > > What do you mean "old style probe"?
> >
> > The special casing for drivers that don't supply an id_table.
> > IMHO it should go away.
>
> I don't
> > But the drivers' ID tables are part of the module ...
> > what's the locking being done to prevent rmmod
> > during the usb_match_id() call?
>
> On 2.5 it is protected, once the module subsystem patches are in, by
> usb_match_id() not sleeping.
And you're expecting every probe() to not sleep
> > > I did not go at the old style probe, as it shoulde be IMO removed.
> >
> > What do you mean "old style probe"?
>
> The special casing for drivers that don't supply an id_table.
> IMHO it should go away.
I don't think it _can_ go away. Among other things, driver
frameworks layered on top o
i expect that the bulk data read on the wire would be the same data in
"buf". i see different data on the wire than that returned by "buf" 50% of
the time.
isoc reads seem to be consistent. and both isoc/bulk writes are correct. i
only have one "buf". i've tried making "buf" a static pointe
> resolve is the internal processing of the data. All the other drivers
> allocate a big chunk of memory (1 megabyte), turn the hex data into a
Bletch
> binary format, then free the hex data. However, when I tried that here,
> my kmalloc failed. Should I be using vmalloc for this operation?
Yo
27 matches
Mail list logo