mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "David Marques Neves (DMNss)" <dmnss@dmnss.eti.br>
To: linux-kernel@vger.kernel.org
Subject: Error in IRQ routing on Intel 82820 USB module.
Date: Tue, 09 Jul 2002 16:45:33 -0300	[thread overview]
Message-ID: <3D2B3D5D.6070804@dmnss.eti.br> (raw)

Error in IRQ routing on Intel 82820 USB module.

This error was found comparing the IRQ assigned to USB device at boot 
and at lspci, and causes the USB to stop of work.

The kernel in question is 2.4.18, but i also test in 2.4.18-5mdk.

i find this path, and how was not made by me, i "pass the ball" ...
Please send credits to him...

Page:
http://www.pm.waw.pl/~jslupski/vaio/usbproblem.html

Path:
http://www.pm.waw.pl/~jslupski/vaio/files/vaioUSB.patch

--- pci-irq.orginal.c	Mon Jan  7 14:59:31 2002
+++ pci-irq.c	Mon Jan  7 15:02:18 2002
@@ -588,7 +588,8 @@
  		irq = pirq & 0xf;
  		DBG(" -> hardcoded IRQ %d\n", irq);
  		msg = "Hardcoded";
- 
} else if (r->get && (irq = r->get(pirq_router_dev, dev, pirq))) {
+ 
} else if (r->get && (irq=r->get(pirq_router_dev, dev, pirq))
+ 
						&& !(dev->vendor==0x8086 && dev->device==0x2442)) {
  		DBG(" -> got IRQ %d\n", irq);
  		msg = "Found";
  	} else if (newirq && r->set && (dev->class >> 8) != 
PCI_CLASS_DISPLAY_VGA) {


                 reply	other threads:[~2002-07-09 19:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D2B3D5D.6070804@dmnss.eti.br \
    --to=dmnss@dmnss.eti.br \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®