Re: [linux-usb-devel] Problems with usb-storage

2002-07-15 Thread Matthew Dharm
On Mon, Jul 15, 2002 at 10:21:56PM -0700, Tom Collins wrote: > There have been two posts recently to linux-usb-users regarding > problems that I'm also experiencing. Perhaps someone on the > developers list would like to pick this up and run with it. These are three separate problems. > At 12

[linux-usb-devel] Problems with usb-storage

2002-07-15 Thread Tom Collins
There have been two posts recently to linux-usb-users regarding problems that I'm also experiencing. Perhaps someone on the developers list would like to pick this up and run with it. Here are key parts of the recent messages, I can provide copies of the full messages for those interested. T

[linux-usb-devel] USB mouse doesn't work (2.4.19 and 2.5.24)

2002-07-15 Thread shino korah
Hi I have NEC USB 2.0 card and I'm trying to make my usb mouse to work. I have all the drivers loaded correctly including usbcore,ehci,uhci and system is detecting a usb mouse and loads hid and mousedev.o files. But the mouse doesn't work. I have tried with 2.5.24 and 2.4.19 kernel in both ke

[linux-usb-devel] [PATCH 2.5.25] usbnet queuing

2002-07-15 Thread David Brownell
This patch: - Enables use of bulk queueing - Avoids stopping the tx queue until it's really needed If enabling bulk queuing causes any problems in any of the HCDs, we'll want to find out ... :) Please merge to Linus' latest. - Dave --- ./drivers/usb-dist/net/usbnet.c Wed Jun 26 11:36:23

[linux-usb-devel] Re: PWC and OHCI on 2.5.24

2002-07-15 Thread David Brownell
Christopher Hoover wrote: > I played with pwc + ohci-07111.patch on the SA- ohci hc a bit more. > Definitely no love coming from that device. The patch seems to behave fine for control/bulk/interrupt and, for "mpg321" audio playback, iso-out (which seems to avoid unlinking, so it may not be a

[linux-usb-devel] Re: [BK PATCH] Yet more USB changes for 2.5.25

2002-07-15 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.643 -> 1.644 # drivers/usb/host/oh

[linux-usb-devel] Re: [BK PATCH] Yet more USB changes for 2.5.25

2002-07-15 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.640 -> 1.641 # drivers/usb/input/h

[linux-usb-devel] [BK PATCH] Yet more USB changes for 2.5.25

2002-07-15 Thread Greg KH
Pull from: http://linuxusb.bkbits.net/linus-2.5 Documentation/usb/hiddev.txt| 15 ++ drivers/usb/host/ohci-dbg.c | 29 +++-- drivers/usb/host/ohci-hcd.c | 10 + drivers/usb/host/ohci-q.c | 70 + drivers/usb/host/ohci-sa.c |2 drivers/usb/host/ohc

[linux-usb-devel] Re: [BK PATCH] Yet more USB changes for 2.5.25

2002-07-15 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.642 -> 1.643 # include/linux/hidde

[linux-usb-devel] Re: [BK PATCH] Yet more USB changes for 2.5.25

2002-07-15 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.639 -> 1.640 # drivers/usb/input/h

[linux-usb-devel] Re: [BK PATCH] Yet more USB changes for 2.5.25

2002-07-15 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.644 -> 1.645 # drivers/usb/host/oh

[linux-usb-devel] Re: [BK PATCH] Yet more USB changes for 2.5.25

2002-07-15 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.641 -> 1.642 # drivers/usb/storage

[linux-usb-devel] Re: [PATCH 2.5.25] ohci misc

2002-07-15 Thread Greg KH
On Mon, Jul 15, 2002 at 05:33:40PM -0700, David Brownell wrote: > Hi, > > This patch includes the innocuous bits from a larger one that > I'm still working on (mostly unlink fixes): > > - updates comments > - flags TDs that were seen in the donelist > - removes some bogus whitespace (at EOL etc

[linux-usb-devel] (no subject)

2002-07-15 Thread zhouzhaohan
unsubscribe passme [EMAIL PROTECTED] †+,~w­zf¢–+,¦‰ì¢·o"Zm·«N°¢¹]±ö¬µë-‚º0Šx+y©mŠgœ¢i®ž'¶*'²™Zµú+˜:'¶;¬´ƒº)]ŠØ§†Ûiÿü0Â6›mêÜ¢oè±ÙÿÆ)¥Š{±ºÆÝz÷¥–+-²Ê.­ÇŸ¢¸ëS¢éì¹»®&޺ǭ…éZ²×è®gâzWZ¶m¦Ïÿ–+-²Ê.­ÇŸ¢¸ë–+-³ùb²Ø§~åŠ{±ºÆÝz÷¥

[linux-usb-devel] [PATCH 2.5.25] ohci misc

2002-07-15 Thread David Brownell
Hi, This patch includes the innocuous bits from a larger one that I'm still working on (mostly unlink fixes): - updates comments - flags TDs that were seen in the donelist - removes some bogus whitespace (at EOL etc) and tabs - checks for an enumeration issue that might cause trouble - delays I

[linux-usb-devel] Re: BK PATCH: usb-storage: catch bad commands

2002-07-15 Thread Greg KH
On Sat, Jul 13, 2002 at 05:34:11PM -0700, Matthew Dharm wrote: > This is a patch against the 2.5 usb-storage tree. Greg, please apply. > > The purpose of this patch is to trap all commands which have a bogus > request_bufflen. Much logic is devoted to calculating the proper length of > the tran

[linux-usb-devel] Re: [bk patch] Updates for hiddev by Paul Stewart

2002-07-15 Thread Greg KH
On Sat, Jul 13, 2002 at 02:33:33PM +0200, Vojtech Pavlik wrote: > Hi! > > I've merged a patch Paul Stewart sent me some time ago, which should make life > easier for the guys writing UPS daemons. Applied, thanks. greg k-h --- This sf.net ema

[linux-usb-devel] Re: [bk patch] Reintroduce proper returning of -EFAULT to hiddev.c

2002-07-15 Thread Greg KH
On Sat, Jul 13, 2002 at 02:48:29PM +0200, Vojtech Pavlik wrote: > Hi! > > One of my earlier patches backed out a change that fixed all > copy_to_user calls to properly return -EFAULT if needed. This puts the > change back in. Applied, thanks. greg k-h -

[linux-usb-devel] Re: [bk patch] A cleanup of Paul's 2.5 hiddev update.

2002-07-15 Thread Greg KH
On Sun, Jul 14, 2002 at 08:18:17PM +0200, Vojtech Pavlik wrote: > > You can import this changeset into BK by piping this whole message to: > '| bk receive [path to repository]' or apply the patch as usual. > > === > > > [EMAIL PRO

[linux-usb-devel] RE: PWC and OHCI on 2.5.24

2002-07-15 Thread Christopher Hoover
I played with pwc + ohci-07111.patch on the SA- ohci hc a bit more. Definitely no love coming from that device. Here are example hangs/crashes: === # vgrabber Unable to find a supported capture foohci-dbg.c: UNLI

Re: [linux-usb-devel] 2.5.25, "mount -t usbfs ... " broken

2002-07-15 Thread David Brownell
Greg KH wrote: > On Mon, Jul 15, 2002 at 11:15:02AM -0700, David Brownell wrote: > >>Has anyone else noticed that mounting a "usbfs" filesystem does >>not work, while "usbdevfs" does work? > > > Heh, it should be able to mount just fine, but no files show up, > correct? Right. "does not work"

Re: [linux-usb-devel] 2.5.25, "mount -t usbfs ... " broken

2002-07-15 Thread Greg KH
On Mon, Jul 15, 2002 at 11:15:02AM -0700, David Brownell wrote: > Has anyone else noticed that mounting a "usbfs" filesystem does > not work, while "usbdevfs" does work? Heh, it should be able to mount just fine, but no files show up, correct? > I've seen such problems off and on in 2.5, and I'm

[linux-usb-devel] OHCI gives TD status DEVICENOTRESPONDING

2002-07-15 Thread Benoit PAPILLAULT
Hi there, I'm trying to write a OHCI driver from scratch (replacing usb-ohci.c) since my old 486 box has some problems with its PCI bus I believe. I'm debugging the part sending USB packets on the wire using ED/TD linking. The first packet sent is the CONTROL transfer saying "you'll be device 2

[linux-usb-devel] 2.5.25, "mount -t usbfs ... " broken

2002-07-15 Thread David Brownell
Has anyone else noticed that mounting a "usbfs" filesystem does not work, while "usbdevfs" does work? I've seen such problems off and on in 2.5, and I'm not sure what the problem is. - Dave --- This sf.net email is sponsored by:ThinkGeek Wel

[linux-usb-devel] Card Reader 0x0aec/0x5010, Bad target number

2002-07-15 Thread Torsten Mohr
Hi everybody, i tried to get some help on the users list, i tried kernel 2.5.25, i tried kernel 2.4.18, i applied a patch that somebody on this list made me aware of: /usr/src/linux/drivers/usb/storage/unusual_devs.h: UNUSUAL_DEV( 0x0aec, 0x5010, 0x0100, 0x0100, "Hama",

[linux-usb-devel] Re: hid/keyboard oops, 2.5.25

2002-07-15 Thread Vojtech Pavlik
On Sun, Jul 14, 2002 at 09:50:22PM -0700, David Brownell wrote: > I hit this oops recently on 2.5.25. Is this familiar? > Maybe fixed in that recent set of patches? I've seen > a few HID-related disconnect problems before, this is the > first one that dropped out as such a polite oops. > > What