Re: [linux-usb-devel] usb-uhci.c: interrupt, status 3

2004-11-25 Thread Pete Zaitcev
On Fri, 26 Nov 2004 08:07:51 +0100, "Marco Albani P:" <[EMAIL PROTECTED]> wrote: > I still have the error message "usb-uhci.c: interrupt, status 3, frame# " Do you have any OTHER problems with your USB? The message above is not a problem. It ought to be rate-limited, in fact Red Hat and SuSE sim

Re: [linux-usb-devel] hanging bug with ohci-isp1362

2004-11-25 Thread Olav Kongas
Hi, > Hi. I've incorporated your changes, and it seems to work much > better. I can enumerate a variety of devices, and even read from a > USB flash drive! > > However, I'm running into a bug when I try to write to it. > I'm still trying to decipher it all, but if you have any ideas, > they are

[linux-usb-devel] usb-uhci.c: interrupt, status 3

2004-11-25 Thread Marco Albani P:
Hi I have a problem since 3 weeks on using an 2 port Switch from ATEN International Could you please help me? I still have the error message "usb-uhci.c: interrupt, status 3, frame# " Thanks for your Help in advance Greets Marco : lspci -v 00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB

[linux-usb-devel] what is exactly SMM driver?

2004-11-25 Thread li xinyi
Hi, there The termnology "smm driver " shows up in the chapter 5 of OpenHCI spec. Most of internet documents say that SMM, stands for system management mode, is the power management mode. But what is the SMM driver? What is the relationship between SMM driver and USB host controller, i.e. how and

[linux-usb-devel] [PATCH] Add unusual_devs entry for another yakumo camera

2004-11-25 Thread Phil Dibowitz
This adds an unusual devs entry for another Yakumo camera - it suffers from the residue problem. Originally reported by Michele Alzetta <[EMAIL PROTECTED]>. Greg, please apply. Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]> -- Phil Dibowitz [EMAIL PROTECTED] Freeware

[linux-usb-devel] Re: trying to modify usbmouse.c to match my vid/pid, but i'll always get Driver=hid for my mouse!

2004-11-25 Thread Jeffrey Lim
just to add on, i am using kernel 2.4.20. Sorry about that. Pls let me know if u need any more info from me. -jf --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discov

[linux-usb-devel] trying to modify usbmouse.c to match my vid/pid, but i'll always get Driver=hid for my mouse!

2004-11-25 Thread Jeffrey Lim
hi folks, I am currently trying to write a custom mouse driver, starting from usbmouse.c, but i am now currently stuck. I have tried all ways and means to figure things out, but to no avail. Google has been repeatedly searched, and this mailing list's archives as well. My driver will be for a spe

Re: [linux-usb-devel] hanging bug with ohci-isp1362

2004-11-25 Thread Michael
> I can debug it, and it seems stuck in this loop: > (ohci-isp1362-emu.c) > > while (td != NULL && ED_TAILP(ed) != td->td_dma) { > u32 td_flags = get_hwinfo(td); > DPRINTK("MWMDEBUG: td_flags = %ul\n", td_flags); > if (TD_CC_GET(td_flags) == TD_NOTACCESSED) { > *edp = ed; > break; >

[linux-usb-devel] Re: [SMP, USB] UHCI interrupt wrongly routed?

2004-11-25 Thread Guennadi Liakhovetski
On Wed, 24 Nov 2004, Greg KH wrote: > On Wed, Nov 24, 2004 at 11:57:15PM +0100, Guennadi Liakhovetski wrote: > > 2-way running 2.6.9 the onboard UHCI device is configured to IRQ 9 via > > XT-PIC??? > > > >CPU0 CPU1 > > 0: 588054123IO-APIC-edge timer >

[linux-usb-devel] 2 devices in one

2004-11-25 Thread Sara Fonseca
Hi, my USB device needs to present itself as a mass storage device, but needs also to be controled by our own driver that manages other functions(not storage). Do I need to simulate a hub? --- SF email is sponsored by - The IT Product Guide Rea

[linux-usb-devel] hanging bug with ohci-isp1362

2004-11-25 Thread Michael
Hi. I've incorporated your changes, and it seems to work much better. I can enumerate a variety of devices, and even read from a USB flash drive! However, I'm running into a bug when I try to write to it. I'm still trying to decipher it all, but if you have any ideas, they are welcome. Thanks!

[linux-usb-devel] [PATCH] Ohci-hcd: fix endless loop

2004-11-25 Thread Colin Leroy
Hi, Following patch fixes an endless loop that happens after having slept and resumed my iBook with a linux-wlan-ng controller plugged in, removed the stick and plugged it back (getting "IRQ lossage" message). Signed-off-by: Colin Leroy <[EMAIL PROTECTED]> --- a/drivers/usb/host/ohci-hcd.c

Re: [linux-usb-devel] [patch 2.6.9] Dymo 310/320 support for usblp

2004-11-25 Thread Pete Zaitcev
On Thu, 25 Nov 2004 10:16:05 +0100, "A.P.Munnikes" <[EMAIL PROTECTED]> wrote: > @@ -1021,6 +1024,8 @@ > > if ((epd->bmAttributes&USB_ENDPOINT_XFERTYPE_MASK)!= > USB_ENDPOINT_XFER_BULK) > + if ((usblp->quirks & > USBLP_QUIRK_

[linux-usb-devel] Re: [patch 2.6] Genesys GL880S EHCI

2004-11-25 Thread Greg KH
On Tue, Nov 23, 2004 at 01:03:09AM -0800, David Brownell wrote: > Minor tweaks to make this chip work better with Linux; > please merge. > > - Dave > This has two minor patches to make this driver work better with > the Genesys GL880S: don't report hardware port indicators (until > the root hub

[linux-usb-devel] Re: [SMP, USB] UHCI interrupt wrongly routed?

2004-11-25 Thread Greg KH
On Wed, Nov 24, 2004 at 11:57:15PM +0100, Guennadi Liakhovetski wrote: > Hello > > I guess, it is not a USB problem, really, it just appeared with USB. On a > 2-way running 2.6.9 the onboard UHCI device is configured to IRQ 9 via > XT-PIC??? > >CPU0 CPU1 > 0: 5880

[linux-usb-devel] Re: ISP1362 driver - write_reg32 & drop_all_ptds

2004-11-25 Thread Lothar Wassmann
Hi Michael, > Could you give me a hint of what to use for 'drop_ptds_for_td'? > The parameters don't seem to match clear_ptd_queue or > clear_ptd_queues. It's used like this: > > #ifdef CONFIG_USB_OHCI_ISP1362 > if (TD_CC_GET(td->hwINFO) == 0x0a) { > drop_ptds_for_td(ohci_to_h

[linux-usb-devel] Scheduling problems in ehci

2004-11-25 Thread Pete Zaitcev
Hi, guys: I found that any attempt to connect an MCT U232 serial converter (mct_u232 driver) to EHCI causes failures of usb_submit_urb with ENOSPC. This happens at the very first interrupt URB submission. Anyone got any ideas how to figure what's wrong? I looked at scheduling code and bandwidth al

Re: [linux-usb-devel] PPP and USB

2004-11-25 Thread Mohan V
Greg KH wrote: On Wed, Nov 24, 2004 at 11:16:18AM +0530, Mohan V wrote: Hello All, I am using a usb-char driver of linux-2.4.19-rmk7-pxa1 kernel for PPP. Do you have a pointer to the source code for this driver? It is not in the main kernel.org tree. I got the pointer. ftp://source.mvi

[linux-usb-devel] Re: [PATCH] gadget serial documentation

2004-11-25 Thread Greg KH
On Sat, Nov 20, 2004 at 02:18:42AM -0600, Al Borchers wrote: > Greg -- > > This patch adds the gadget serial documentation. > > Please apply. Applied, thanks. greg k-h --- SF email is sponsored by - The IT Product Guide Read honest & candid

Re: [linux-usb-devel] PPP and USB

2004-11-25 Thread Greg KH
On Wed, Nov 24, 2004 at 11:16:18AM +0530, Mohan V wrote: > Hello All, > > I am using a usb-char driver of linux-2.4.19-rmk7-pxa1 kernel for PPP. Do you have a pointer to the source code for this driver? It is not in the main kernel.org tree. thanks, greg k-h

[linux-usb-devel] [patch 2.6.9] Dymo 310/320 support for usblp

2004-11-25 Thread A.P.Munnikes
With this patch the Dymo Labelwriter 310/320 usb will be correctly detected by usblp. Signed-off-by: A.P.Munnikes <[EMAIL PROTECTED]> --- ./linux-2.6.9.orig/drivers/usb/class/usblp.c 2004-10-18 23:53:37.0 +0200 +++ ./linux-2.6.9/drivers/usb/class/usblp.c 2004-11-24 22:13:13.905321649 +0

[linux-usb-devel] failure notice

2004-11-25 Thread Admin
Hi. This is the qmail-send program at mantramail.com. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[EMAIL PROTECTED]>: qmail-spawn unable to create pipe. (#4.3.0) I'm not going to try again; this

Re: [linux-usb-devel] PPP and USB

2004-11-25 Thread Mohan V
Greg KH wrote: On Wed, Nov 24, 2004 at 11:16:18AM +0530, Mohan V wrote: Hello All, I am using a usb-char driver of linux-2.4.19-rmk7-pxa1 kernel for PPP. Do you have a pointer to the source code for this driver? It is not in the main kernel.org tree. Sorry i couldn't find the pointer t

[linux-usb-devel] Re: [patch 2.6.10] ax8817x/usbnet, no GFP_KERNEL blocking in_irq

2004-11-25 Thread Greg KH
On Tue, Nov 23, 2004 at 08:38:02PM -0800, David Brownell wrote: > This removes some nasty might_sleep() warnings. > Worth fixing before 2.6.10-final IMO; we don't > actually _know_ of oopses this bug caused ... Applied, thanks. greg k-h --- SF

Re: [linux-usb-devel] A Problem in USB device driver development

2004-11-25 Thread DMR
Thanks for your respon. (B (BI'm a newbie in linux USB device driver development. (BMy detailed problem is described below. (B-- (BMy Problem in device driver is urb device pointer from usb core driver is NULL. (BCase 1(Normal): (B After resetting the power of USB device: (

[linux-usb-devel] Re: [patch 2.6] usb_sg_*() unlink deadlock fix

2004-11-25 Thread Greg KH
On Mon, Nov 22, 2004 at 02:22:19PM -0800, David Brownell wrote: > This would be rare with HCDs that maintain chains of DMA > transfers, except if the HC dies in the middle of an I/O > request; so no rush to merge this. It'd happen in a PIO > based HCD though ... :) Applied, thanks. greg k-h -