[linux-usb-devel] usb mass storage device not mounting

2003-07-07 Thread Cameron Morrison
Hi, I've got an 128MB Apacer "Handy Steno 2.0" usb flash drive (http://www.apacer.com/apacer_english/product_html/handy_steno20.asp). It's giving the following error when i try to mount it : - Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0 SCSI device sda: 253949 512-byte hdwr s

[linux-usb-devel] [PATCH 2.4.22-pre3] usbnet updates

2003-07-07 Thread David Brownell
This patch pulls some more 2.5 changes into usbnet: - Adds a "read the endpoint descriptors" mode. * Finally resolves the ARM-Linux "usb-eth" mess, where sa1100 and pxa2xx drivers are using different endpoints though the drivers re-use product/vendor codes. * Means that hi

[linux-usb-devel] [patch 2.5.74] usbnet, don't NET_XMIT_DROP

2003-07-07 Thread David Brownell
Martin Diehl pointed out that the network layer treats a tx drop notification in special ways, so "usbnet" shouldn't be using them. This fixes that problem, which could potentially explain some infrequent oopsing seen in the network layer. (With memory so tight that an URB can't be gotten.) Pleas

[linux-usb-devel] 2.4.21 usb keyboard and mouse - fails

2003-07-07 Thread Karl M. Hegbloom
On an Abit VP6 mainboard, Debian kernel-source 2.4.21-2, patched with kernel-patch-xfs 1.3.0pre2-3 (hand patched using snapshot patch), kernel-patch-evms 2.1.0-2, and the debianlogo patch. The kernel in the second log is (IIRC) also patched with the latest copy of the ACPI patch (which oopses righ

Re: [linux-usb-devel] Discovering usb_interface for usb_driver_release_interface

2003-07-07 Thread David Brownell
Neil Macvicar wrote: Hi all, I'm porting the atmel 2.1.2.2 wireless device driver [http://atmelwlandriver.sourceforge.net] to the 2.5.x series kernels, and have run into a block. Currently, in the function VnetUsbReset, from vnet_kernel.c, the kernel function usb_driver_release_interface is ca

[linux-usb-devel] [patch 2.5.74] usb_get_string(), don't use bogus ids

2003-07-07 Thread David Brownell
This fixes a problem that's been around for some time: usbcore will sometimes use un-initialized memory as if it holds a valid language code. - Dave --- 1.28/drivers/usb/core/message.c Thu Jun 12 07:28:01 2003 +++ edited/drivers/usb/core/message.c Mon Jul 7 15:24:11 2003 @@ -986,7 +990,7 @@

[linux-usb-devel] [patch 2.4.22-pre] usb_string(), don't use bogus ids

2003-07-07 Thread David Brownell
This is the 2.4 version of that patch I just sent for 2.5, making sure usbcore doesn't use un-initialized memory for its language IDs. - Dave --- 1.28/drivers/usb/usb.c Wed Apr 2 08:48:44 2003 +++ edited/drivers/usb/usb.cMon Jul 7 15:23:35 2003 @@ -2154,7 +2154,7 @@ if (e

[linux-usb-devel] Discovering usb_interface for usb_driver_release_interface

2003-07-07 Thread Neil Macvicar
Hi all, I'm porting the atmel 2.1.2.2 wireless device driver [http://atmelwlandriver.sourceforge.net] to the 2.5.x series kernels, and have run into a block. Currently, in the function VnetUsbReset, from vnet_kernel.c, the kernel function usb_driver_release_interface is called. The atmel driv

Re: [linux-usb-devel] [usb-skeleton.c] usb_buffer_free() not called

2003-07-07 Thread Kay Sievers
On Mon, 2003-07-07 at 19:16, Randy.Dunlap wrote: > | Seems like drivers/usb/class/usblp.c have the same problem. > | Maybe someone with the hardware can fix it. > > Hi, > It's not required that you have hardware to make such a patch. > Would you fix usblp.c and post it? > If not, I'll get around t

Re: [linux-usb-devel] [usb-skeleton.c] usb_buffer_free() not called

2003-07-07 Thread Randy.Dunlap
On Wed, 2 Jul 2003 00:30:33 +0200 Kay Sievers <[EMAIL PROTECTED]> wrote: | On Tue, Jul 01, 2003 at 01:45:48PM -0700, Greg KH wrote: | > On Mon, Jun 30, 2003 at 09:29:31PM +0200, Kay Sievers wrote: | > > | > > buffer_free.patch: | > > dev->udev was set to NULL to indicate a device disconnect but w

Re: [linux-usb-devel] pwc stops if the system is loaded

2003-07-07 Thread Oliver Neukum
Am Montag, 7. Juli 2003 10:20 schrieb Detlef Schmicker \(Siebertz Electronic GmbH\): > Hay Oliver, > > I tried: > > http://qce-ga.sourceforge.net/ > > About the technical details I am not soo deep insight as you at the moment. > For my time shedule I will have to use the working Logitech Quickca

Re: [linux-usb-devel] PROBLEM: when booting from USB-HDD device kernel2.4.21 is trying to mount root file system too early before usb device isfound on the usb-bus

2003-07-07 Thread David Brownell
Ilia A. Petrov wrote: David Brownell wrote: Ilia A. Petrov wrote: When kernel is mounting root file system it is doing it too fast so usb-support have not ime to scan bus for mass-storage devices and connect them. ... or, imho better way, - when completing init of usb bus, first scans it and co

[linux-usb-devel] PATCH: (as53) Small correction to usb-skeleton.c

2003-07-07 Thread Alan Stern
Greg: This fixes a minor error in usb-skeleton's disconnect() routine: if the interface's private data is NULL, the current code exits without releasing the disconnect_sem semaphore. I removed the test entirely because I can't think of any situation where that private data actually would be NUL

Re: [linux-usb-devel] PROBLEM: when booting from USB-HDD device kernel2.4.21 is trying to mount root file system too early before usb device isfound on the usb-bus

2003-07-07 Thread Ilia A. Petrov
David Brownell wrote: Ilia A. Petrov wrote: When kernel is mounting root file system it is doing it too fast so usb-support have not ime to scan bus for mass-storage devices and connect them. ... or, imho better way, - when completing init of usb bus, first scans it and connect all devices and

RE: [linux-usb-devel] [patch 2.4.22-pre2] ehci-hcd updates

2003-07-07 Thread Tomita, Haruo
Dave, (B (BI appreciate your useful comment. (BI am learning many things from you. (B (BDave wrote, (B (B> You should explain what you're trying to achieve by these changes. (B> The EHCI changes look like trouble, as does the usb-storage one. (B (BI understood. (BFor EHCI changes, When

Re: [linux-usb-devel] pwc stops if the system is loaded

2003-07-07 Thread Detlef Schmicker \(Siebertz Electronic GmbH\)
Hay Oliver, I tried: http://qce-ga.sourceforge.net/ About the technical details I am not soo deep insight as you at the moment. For my time shedule I will have to use the working Logitech Quickcam Express at the moment. But of cause I would like to debug the pwc, because we use it in some projec

Re: [linux-usb-devel] pwc stops if the system is loaded

2003-07-07 Thread Oliver Neukum
Am Montag, 7. Juli 2003 08:40 schrieb Detlef Schmicker \(Siebertz Electronic GmbH\): > I will try as soon as I have my flash disk system up again. > Than I will not have any problems with corrupting file system anymore > > But what do you expect? With a quickcam I did not have a problem within the

Re: [linux-usb-devel] New link for W996[87]CF based webcams

2003-07-07 Thread Oliver Neukum
Am Montag, 7. Juli 2003 07:14 schrieb Greg KH: > On Sun, Jul 06, 2003 at 08:01:15PM +0200, Frédéric JOUAULT wrote: > > Hi, > > > > Can someone add a link to http://go.lamarinapunto.com in the "Device > > Driver Support" page? > > Any reason you don't submit this driver for inclusion in the main