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
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
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
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
** 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
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
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
(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
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
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
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
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
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
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
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
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
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
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
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.
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:
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
> 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
22 matches
Mail list logo