[linux-usb-devel] Re: USB timeout with printer

2003-12-02 Thread Sergey Vlasov
On Mon, 1 Dec 2003 11:50:32 -0800 Aaron Lehmann wrote: > I have a HP LaserJet 1300 that I'm using over USB. > > (drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 8 if 0 alt 1 proto > 2 vid 0x03F0 pid 0x1017) > > What's getting to be very annoying is that usually within a day aft

Re: [linux-usb-devel] Unusual USB request

2003-12-02 Thread Alex Bennee
On Mon, 2003-12-01 at 21:44, Steve Calfee wrote: > At 11:04 AM 11/29/2003 -0500, Alan Stern wrote: > >On Fri, 28 Nov 2003, Andrew Heaton wrote: > > > > > I am trying to get a Freecom USB stick (0c76:0005) working with > > > an embedded linux build based on 2.4.22. > > > > > > hci_submit_urb: flags

Re: [linux-usb-devel] Sony DSC S75 with kernel 2.6.x

2003-12-02 Thread Marr
On Monday 01 December 2003 12:52pm, Tomáš Chaloupka wrote: > So I just modprobed ide-scsi emulation module whitch I have had compiled > and try to mount my camera with something like mount -t vfat /dev/sda1 > /mnt/floppy with the same result as before: "/dev/sda1 is not a valid > block device" > In

[linux-usb-devel] usb/scsi errors in 2.6.0-test11

2003-12-02 Thread Martijn Koster
Hi all, I'm experiencing errors with my usb hard disk (ADS Dual Link Drive Kit) on 2.6.0-test11 ehci. The scsi device appears, occasionally I can mount it, but either during mounting or reading/writing I get IO failures, and the kernel has errors like: usb-storage: Soft reset failed: -71 us

Re: [linux-usb-devel] USB Mouse hangs: usb-uhci.c: interrupt, status 3, frame# 996, or whatever

2003-12-02 Thread Nurnberg-LaZerte
** Reply to message from Alan Stern <[EMAIL PROTECTED]> on Mon, 1 Dec 2003 14:35:40 -0500 (EST) >Load the uhci-hcd driver by hand, using the command > modprobe uhci-hcd debug=3 OK, now using kernel 2.6.0-test11 with CONFIG_USB_DEBUG=y and "modprobe uhci-hcd debug=3". But when the usb optic

Re: [linux-usb-devel] Unusual USB request

2003-12-02 Thread Alan Stern
On Tue, 2 Dec 2003, Alex Bennee wrote: > > As I showed above with a decode from a CATC chief, they are setup commands > > to a hub, probably the one containing his device. > > Is that an external hub, because we didn't have one. However there is a > "Virtual Root Hub" which is part of the ISP116

Re: [linux-usb-devel] cyberjack driver and kernel 2.6

2003-12-02 Thread Matthias Bruestle
Hello Florian, On Tue, Dec 02, 2003 at 03:35:27PM +0100, florian wuechner wrote: > I'm just wondering what is the status for the cyberjack driver and the > upcoming new linux kernel 2.6.x? > > So far the driver included with 2.6.0-test11 does not work for me. > I'm using the uhci-hcd host contro

[linux-usb-devel] (no subject)

2003-12-02 Thread hide tech
(B (B (B (B--- (BThis SF.net email is sponsored by: SF.net Giveback Program. (BDoes SourceForge.net help you be more productive? Does it (Bhelp you create better code? SHARE THE LOVE, and help us help (BYOU! Click Here: http://sourcefo

Re: [linux-usb-devel] Unusual USB request

2003-12-02 Thread Steve Calfee
At 10:49 AM 12/2/2003 +, Alex Bennee wrote: On Mon, 2003-12-01 at 21:44, Steve Calfee wrote: > At 11:04 AM 11/29/2003 -0500, Alan Stern wrote: > >On Fri, 28 Nov 2003, Andrew Heaton wrote: > > > > > I am trying to get a Freecom USB stick (0c76:0005) working with > > > an embedded linux build bas

[linux-usb-devel] Linux Kernel 2.4.x USB API

2003-12-02 Thread Dimitris Lampridis
Hi guys, this is my first post in this list, so I would like to thank anyone and all of you in advance for your past, current and future help. My goal is to write a HCD for the USB sub-system of a PowerPC architecture (some embedded device). This system is based on the ISP116x USB controller by Ph

Re: [linux-usb-devel] Linux Kernel 2.4.x USB API

2003-12-02 Thread Oliver Neukum
Am Dienstag, 2. Dezember 2003 19:16 schrieb Dimitris Lampridis: > Hi guys, > this is my first post in this list, so I would like to thank anyone and > all of you in advance for your past, current and future help. > > My goal is to write a HCD for the USB sub-system of a PowerPC > architecture (som

[linux-usb-devel] sleeping problems in cyberjack driver

2003-12-02 Thread Oliver Neukum
Hi, this driver has locking problems. Here's the first round of fixes for the obvious cases. - it makes clear differences between completion handlers and task context - it fixes cases of sleeping in interrupt The cset is against Linus' tree. Regards Oliver You can impor

Re: [linux-usb-devel] Linux Kernel 2.4.x USB API

2003-12-02 Thread David Brownell
Dimitris Lampridis wrote: Thus, to end this long e-mail, I was wondering if there is another solution to reading the whole code, something like a description of the API that the kernel requires by every HCD or anything else that you think that reading it is going to help me. New HCDs should all be

Re: [linux-usb-devel] Several probs developing serial driver

2003-12-02 Thread Greg KH
On Tue, Dec 02, 2003 at 07:37:09AM +0100, Marc Wetzel wrote: > > Hi guys, > > I'm currently trying to develop a driver for a "usb to multiport serial > device (mobile phone)". > It consists of 3 serial ports, and basic operation is archieved using > the generic > usbserial driver with the correct

[linux-usb-devel] [PATCH] net2280 ISO fixes

2003-12-02 Thread Mark Huang
Hello, The following patch is against current gadget-2.4/drivers/usb/gadget/net2280.c and addresses some issues with maxpacket isochronous endpoints. - DMA "scatter/gather" (a.k.a. "ring", USE_DMA_CHAINING) mode cannot be used for IN or OUT endpoints with non-0-mod-4 MPS - write_fifo: must als

[linux-usb-devel] Re: USB timeout with printer

2003-12-02 Thread Randy.Dunlap
On Tue, 2 Dec 2003 12:50:04 +0300 Sergey Vlasov <[EMAIL PROTECTED]> wrote: | On Mon, 1 Dec 2003 11:50:32 -0800 Aaron Lehmann wrote: | | > I have a HP LaserJet 1300 that I'm using over USB. | > | > (drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 8 if 0 alt 1 proto 2 vid 0x03F0

Re: [linux-usb-devel] USB Mouse hangs: usb-uhci.c: interrupt, status 3, frame# 996, or whatever

2003-12-02 Thread Alan Stern
On Tue, 2 Dec 2003, Nurnberg-LaZerte wrote: > ** Reply to message from Alan Stern <[EMAIL PROTECTED]> on Mon, 1 Dec 2003 14:35:40 > -0500 (EST) > >Load the uhci-hcd driver by hand, using the command > > modprobe uhci-hcd debug=3 > > OK, now using kernel 2.6.0-test11 with CONFIG_USB_DEBUG=y a

Re: [linux-usb-devel] Add usb driver

2003-12-02 Thread Laurent DINCLAUX
Greg KH a écrit : On Fri, Nov 28, 2003 at 08:06:05AM +1100, Laurent DINCLAUX wrote: Laurent DINCLAUX a écrit : Hello, I need to add Suigmatel usb driver (kernel 2.4.20) Downloaded the archive and have got: ir257_stir4200_config-1.diff stir4200.c stir4200.h Found an other version. I have compile

[linux-usb-devel] Re: more unusual_devs questions - 2.4.21

2003-12-02 Thread dwm
Greg, My apologies for dragging this back to life after this long. I was prepared to live with the specific kernel patches. However the current code appears to be heading to more than 1 system, and there is some concern that hacks we put will not suffice, as it may break other systems.

[linux-usb-devel] [stern@rowland.harvard.edu: Patch from Eduard Hasenleithner]

2003-12-02 Thread Matthew Dharm
This patch fixes some obvious errors in the jumpshot and datafab drivers. Greg, please apply. This should close out Bugzilla bug #1408 Matt - Forwarded message from Alan Stern <[EMAIL PROTECTED]> - Date: Mon, 1 Dec 2003 12:14:53 -0500 (EST) From: Alan Stern <[EMAIL PROTECTED]> Subject:

Re: [linux-usb-devel] [PATCH] net2280 ISO fixes

2003-12-02 Thread David Brownell
Mark Huang wrote: Hello, The following patch is against current gadget-2.4/drivers/usb/gadget/net2280.c It applies to 2.6 as well. and addresses some issues with maxpacket isochronous endpoints. - DMA "scatter/gather" (a.k.a. "ring", USE_DMA_CHAINING) mode cannot be used for IN or OUT endpoi

Re: [linux-usb-devel] [PATCH] net2280 ISO fixes

2003-12-02 Thread Mark Huang
> Yeah, I want to look at that again ... though I seem to recall > some NetChip doc saying the issue was only for IN endpoints. I couldn't find anything in the data sheet that explicitly said this, but I did trial-and-error until I figured out what was causing problems for my 1023 byte isochrono