[linux-usb-devel] Linux USB filesystem

2002-09-18 Thread Andrew Pargeter
Does anyone have any, or know of, sample user mode code that uses the async. functions in the USB file system. I can't find any documentation on this. Thanks! --- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.20-pre7

2002-09-18 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.687 -> 1.688 # drivers/usb/usblcd.

[linux-usb-devel] [BK PATCH] USB changes for 2.4.20-pre7

2002-09-18 Thread Greg KH
Hi, Here are some USB updates for 2.4.20-pre7. Pull from: bk://linuxusb.bkbits.net/marcelo-2.4 The individual patches will be sent in follow up messages to this email. thanks, greg k-h Documentation/Configure.help | 12 drivers/usb/hpusbscsi.c|6 drivers/usb/serial/usbser

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.20-pre7

2002-09-18 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.685 -> 1.686 # drivers/usb/serial/

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.20-pre7

2002-09-18 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.686 -> 1.687 #include/linux/usb.

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.20-pre7

2002-09-18 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.684 -> 1.685 # drivers/usb/usbnet.

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.20-pre7

2002-09-18 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.683 -> 1.684 # drivers/usb/hpusbsc

[linux-usb-devel] Re: [PATCH 2.4.20-pre7] usbnet sync w/2.5: new devs, ethtool, etc

2002-09-18 Thread Greg KH
On Fri, Sep 13, 2002 at 03:24:16PM -0700, David Brownell wrote: > Syncing this driver with the more recent 2.5 version. > Changes of note: > >- Supports Yopy PDA, and Epson SOC client firmware >- Ethtool 1.5 support >- Uses usb_make_path() when exposing device ids >- Uses keventd

[linux-usb-devel] Re: hpusbscsi disconnect fix

2002-09-18 Thread Greg KH
On Fri, Sep 13, 2002 at 11:41:18AM +0200, Oliver Neukum wrote: > Hi Greg, > > this fixes an oops that may happen if a device is used > after it is disconnected. The patch is for 2.4. Sorry for the delay, applied. greg k-h --- This SF.NET ema

[linux-usb-devel] eci hifocus usb adsl modem problem

2002-09-18 Thread wandre-l
hello everybody ! I own a eci hifocus usb adsl modem, on a DFI AK75-EC socket A mobo (KT133A chipset). I use usb_uhci with 2.4.19-xfs, compiled with gcc 3.2 on athlon-tbird arch. I've tried with usb_uhci as module and included same result. As I don't know if it is due to usb routines ou driver I s

Re: [linux-usb-devel] linux-2.5.35 breaks the whiteheat firmware download

2002-09-18 Thread Stuart MacDonald
From: "Greg KH" <[EMAIL PROTECTED]> > Please do a 2.5.36 version, as I just modified every USB driver in that > release. Crap! I even downloaded it this morning, and still forgot. Will do. ..Stu --- This SF.NET email is sponsored by: AMD -

Re: [linux-usb-devel] usb storage does not work on VX88 notebook

2002-09-18 Thread Fabian Sturm
Hello! Sure I can provide you with more information. Just tell me what else I can do to track it down. Now with klogd -x started and pasted from dmesg I get. Initializing USB Mass Storage driver... usb.c: registered new driver usb-storage scsi2 : SCSI emulation for USB Mass Storage devices usb-

Re: [linux-usb-devel] linux-2.5.35 breaks the whiteheat firmware download

2002-09-18 Thread Greg KH
On Wed, Sep 18, 2002 at 02:43:48PM -0400, Stuart MacDonald wrote: > > I've put up the individual patches against 5.24 in the meantime, but > I'll do up a 5.35 set right now. Might take me a while though. > ftp://ftp.connecttech.com/pub/usb Please do a 2.5.36 version, as I just modified every USB

Re: [linux-usb-devel] linux-2.5.35 breaks the whiteheat firmware download

2002-09-18 Thread Stuart MacDonald
From: "Greg KH" <[EMAIL PROTECTED]> > No, the problem was that HZ changed in 5.25, and I wasn't using it in > the call to usb_control_msg(). Here's the patch that fixes the problem, > and now my whiteheat device works just fine. Sheesh, that was simple. I probably shoulda noticed that when I loo

Re: [linux-usb-devel] linux-2.5.35 breaks the whiteheat firmware download

2002-09-18 Thread Greg KH
On Mon, Sep 16, 2002 at 08:16:42PM -0400, Stuart MacDonald wrote: > > Greg thinks it's the queueing changes between 5.24 and 5.25, but he > hasn't had time to look at it. No, the problem was that HZ changed in 5.25, and I wasn't using it in the call to usb_control_msg(). Here's the patch that f

[linux-usb-devel] Re: 2.5.26 hotplug failure

2002-09-18 Thread Greg KH
On Wed, Sep 18, 2002 at 05:15:50PM +1000, Brad Hards wrote: > On Wed, 18 Sep 2002 16:52, Greg KH wrote: > > On Sun, Sep 15, 2002 at 11:53:41PM +0200, Duncan Sands wrote: > > > A simple fix is to change the test to [ $COUNT -lt 2 ]; > > > > Good catch, yes the drivers file disappeared, and until no

Re: [linux-usb-devel] usb storage does not work on VX88 notebook

2002-09-18 Thread Greg KH
On Wed, Sep 18, 2002 at 03:31:07PM +0200, Fabian Sturm wrote: > Sep 17 14:30:07 californium kernel: usb.c: USB disconnect on device 00:1f.4-1 >address 2 > Sep 17 14:30:08 californium kernel: printing eip: > Sep 17 14:30:08 californium kernel: d09108b7 > Sep 17 14:30:08 californium kernel: Oops:

[linux-usb-devel] usb storage does not work on VX88 notebook

2002-09-18 Thread Fabian Sturm
Hello I am resending my email to this list since I did not get any response on the users list and it also might be of more use for developpers anyways. Thanks Fabian I try to get my usb camera to work with linux on a vaio vx88. It has the i810 mainboard and lspci says this about the usb devic