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
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
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
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
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
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
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
> 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;
>
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
>
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
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!
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
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_
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
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
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
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
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
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
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
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
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
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
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
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:
(
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
-
26 matches
Mail list logo