public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Marc-Christian Petersen <m.c.p@wolk-project.de>
To: linux-kernel@vger.kernel.org,
	linux-usb-users@lists.sourceforge.net,
	Greg Kroah-Hartman <greg@kroah.com>
Cc: Andrew Morton <akpm@osdl.org>
Subject: Re: 2.6.5-rc3-mm4
Date: Thu, 1 Apr 2004 14:02:44 +0200	[thread overview]
Message-ID: <200404011402.44875@WOLK> (raw)
In-Reply-To: <20040401020512.0db54102.akpm@osdl.org>

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]

On Thursday 01 April 2004 12:05, Andrew Morton wrote:

Hi 

>  bk-usb.patch

hmm, did something changed in handling USB mice? starting with 2.6.5-rc3-mm1 
and the included bk-usb.patch my USB mouse won't work anymore. Using 
bk-usb.patch from 2.6.5-rc2-mm5 in 2.6.5-rc3-mm4 all works fine for me.

Attached are 2 files, one from 2.6.5-rc2-mm5 bk-usb and the other one is 
2.6.5-rc3-mm4 bk-usb. Seems the latter one does not proper init hid though 
the module is loaded.

ciao, Marc

[-- Attachment #2: bk-usb-2.6.5-rc2-mm5.log --]
[-- Type: text/x-log, Size: 3467 bytes --]

Apr  1 13:52:20 codeman kernel: mice: PS/2 mouse device common for all mice
Apr  1 13:52:20 codeman kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Apr  1 13:52:20 codeman kernel: input: ImPS/2 Generic Wheel Mouse on isa0060/serio1
Apr  1 13:52:20 codeman kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr  1 13:52:20 codeman kernel: input: AT Translated Set 2 keyboard on isa0060/serio0
Apr  1 13:52:20 codeman kernel: usbcore: registered new driver usbfs
Apr  1 13:52:20 codeman kernel: usbcore: registered new driver hub
Apr  1 13:52:20 codeman kernel: usbcore: registered new driver hiddev
Apr  1 13:52:20 codeman kernel: usbcore: registered new driver hid
Apr  1 13:52:20 codeman kernel: drivers/usb/input/hid-core.c: v2.0:USB HID core driver
Apr  1 13:52:20 codeman kernel: USB Universal Host Controller Interface driver v2.2
Apr  1 13:52:20 codeman kernel: uhci_hcd 0000:00:1d.0: Intel Corp. 82801DB USB (Hub #1)
Apr  1 13:52:20 codeman kernel: PCI: Setting latency timer of device 0000:00:1d.0 to 64
Apr  1 13:52:20 codeman kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0000d800
Apr  1 13:52:20 codeman kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
Apr  1 13:52:20 codeman kernel: hub 1-0:1.0: USB hub found
Apr  1 13:52:20 codeman kernel: hub 1-0:1.0: 2 ports detected
Apr  1 13:52:20 codeman kernel: uhci_hcd 0000:00:1d.1: Intel Corp. 82801DB USB (Hub #2)
Apr  1 13:52:20 codeman kernel: PCI: Setting latency timer of device 0000:00:1d.1 to 64
Apr  1 13:52:20 codeman kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0000d400
Apr  1 13:52:20 codeman kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
Apr  1 13:52:20 codeman kernel: hub 2-0:1.0: USB hub found
Apr  1 13:52:20 codeman kernel: hub 2-0:1.0: 2 ports detected
Apr  1 13:52:20 codeman kernel: uhci_hcd 0000:00:1d.2: Intel Corp. 82801DB USB (Hub #3)
Apr  1 13:52:20 codeman kernel: PCI: Setting latency timer of device 0000:00:1d.2 to 64
Apr  1 13:52:20 codeman kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0000d000
Apr  1 13:52:20 codeman kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
Apr  1 13:52:20 codeman kernel: hub 3-0:1.0: USB hub found
Apr  1 13:52:20 codeman kernel: hub 3-0:1.0: 2 ports detected
Apr  1 13:52:20 codeman kernel: ehci_hcd 0000:00:1d.7: Intel Corp. 82801DB USB2
Apr  1 13:52:20 codeman kernel: PCI: Setting latency timer of device 0000:00:1d.7 to 64
Apr  1 13:52:20 codeman kernel: ehci_hcd 0000:00:1d.7: irq 23, pci mem f8894000
Apr  1 13:52:20 codeman kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
Apr  1 13:52:20 codeman kernel: PCI: cache line size of 128 is not supported by device 0000:00:1d.7
Apr  1 13:52:20 codeman kernel: ehci_hcd 0000:00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
Apr  1 13:52:20 codeman kernel: hub 4-0:1.0: USB hub found
Apr  1 13:52:20 codeman kernel: hub 4-0:1.0: 6 ports detected
Apr  1 13:52:20 codeman kernel: SCSI subsystem initialized
Apr  1 13:52:20 codeman kernel: Initializing USB Mass Storage driver...
Apr  1 13:52:20 codeman kernel: usbcore: registered new driver usb-storage
Apr  1 13:52:20 codeman kernel: USB Mass Storage support registered.
Apr  1 13:52:20 codeman kernel: usb 2-1: new low speed USB device using address 2
Apr  1 13:52:20 codeman kernel: input: USB HID v1.00 Mouse [Microsoft Microsoft Wheel Mouse Optical®] on usb-0000:00:1d.1-1

[-- Attachment #3: bk-usb-2.6.5-rc3-mm4.log --]
[-- Type: text/x-log, Size: 2994 bytes --]

Apr  1 13:33:33 codeman kernel: mice: PS/2 mouse device common for all mice
Apr  1 13:33:33 codeman kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Apr  1 13:33:33 codeman kernel: input: ImPS/2 Generic Wheel Mouse on isa0060/serio1
Apr  1 13:33:33 codeman kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr  1 13:33:33 codeman kernel: input: AT Translated Set 2 keyboard on isa0060/serio0
Apr  1 13:33:33 codeman kernel: usbcore: registered new driver usbfs
Apr  1 13:33:33 codeman kernel: usbcore: registered new driver hub
Apr  1 13:33:33 codeman kernel: USB Universal Host Controller Interface driver v2.2
Apr  1 13:33:33 codeman kernel: uhci_hcd 0000:00:1d.0: Intel Corp. 82801DB USB (Hub #1)
Apr  1 13:33:33 codeman kernel: PCI: Setting latency timer of device 0000:00:1d.0 to 64
Apr  1 13:33:33 codeman kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0000d800
Apr  1 13:33:33 codeman kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
Apr  1 13:33:33 codeman kernel: hub 1-0:1.0: USB hub found
Apr  1 13:33:33 codeman kernel: hub 1-0:1.0: 2 ports detected
Apr  1 13:33:33 codeman kernel: uhci_hcd 0000:00:1d.1: Intel Corp. 82801DB USB (Hub #2)
Apr  1 13:33:33 codeman kernel: PCI: Setting latency timer of device 0000:00:1d.1 to 64
Apr  1 13:33:33 codeman kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0000d400
Apr  1 13:33:33 codeman kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
Apr  1 13:33:33 codeman kernel: hub 2-0:1.0: USB hub found
Apr  1 13:33:33 codeman kernel: hub 2-0:1.0: 2 ports detected
Apr  1 13:33:33 codeman kernel: uhci_hcd 0000:00:1d.2: Intel Corp. 82801DB USB (Hub #3)
Apr  1 13:33:33 codeman kernel: PCI: Setting latency timer of device 0000:00:1d.2 to 64
Apr  1 13:33:33 codeman kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0000d000
Apr  1 13:33:33 codeman kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
Apr  1 13:33:33 codeman kernel: hub 3-0:1.0: USB hub found
Apr  1 13:33:33 codeman kernel: hub 3-0:1.0: 2 ports detected
Apr  1 13:33:33 codeman kernel: ehci_hcd 0000:00:1d.7: Intel Corp. 82801DB USB2
Apr  1 13:33:33 codeman kernel: PCI: Setting latency timer of device 0000:00:1d.7 to 64
Apr  1 13:33:33 codeman kernel: ehci_hcd 0000:00:1d.7: irq 23, pci mem f8894000
Apr  1 13:33:33 codeman kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
Apr  1 13:33:33 codeman kernel: PCI: cache line size of 128 is not supported by device 0000:00:1d.7
Apr  1 13:33:33 codeman kernel: ehci_hcd 0000:00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
Apr  1 13:33:33 codeman kernel: hub 4-0:1.0: USB hub found
Apr  1 13:33:33 codeman kernel: hub 4-0:1.0: 6 ports detected
Apr  1 13:33:33 codeman kernel: SCSI subsystem initialized
Apr  1 13:33:33 codeman kernel: Initializing USB Mass Storage driver...
Apr  1 13:33:33 codeman kernel: usbcore: registered new driver usb-storage
Apr  1 13:33:33 codeman kernel: USB Mass Storage support registered.

  reply	other threads:[~2004-04-01 12:02 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-01 10:05 2.6.5-rc3-mm4 Andrew Morton
2004-04-01 12:02 ` Marc-Christian Petersen [this message]
2004-04-01 15:16   ` 2.6.5-rc3-mm4 Greg KH
2004-04-01 15:32     ` 2.6.5-rc3-mm4 Marc-Christian Petersen
2004-04-01 14:12 ` 2.6.5-rc3-mm4 Norberto Bensa
2004-04-02  1:35   ` 2.6.5-rc3-mm4 Joshua Kwan
2004-04-02  2:09     ` 2.6.5-rc3-mm4 Norberto Bensa
2004-04-01 23:12 ` 2.6.5-rc3-mm4 (compile stats) John Cherry
2004-04-02 19:04 ` 2.6.5-rc3-mm4 markw
2004-04-02 19:56   ` 2.6.5-rc3-mm4 Andrew Morton
2004-04-02 20:46     ` 2.6.5-rc3-mm4 markw
2004-04-02 23:43     ` 2.6.5-rc3-mm4 Nick Piggin
2004-04-03  0:10       ` 2.6.5-rc3-mm4 Mark Wong
2004-04-03  0:12         ` 2.6.5-rc3-mm4 Nick Piggin
2004-04-06 15:20           ` 2.6.5-rc3-mm4 markw
  -- strict thread matches above, loose matches on Subject: below --
2004-04-02  3:09 2.6.5-rc3-mm4 Sid Boyce
2004-04-03 11:08 ` 2.6.5-rc3-mm4 Sid Boyce
2004-04-04  1:15 2.6.5-rc3-mm4 Paul Blazejowski
2004-04-04 23:34 ` 2.6.5-rc3-mm4 Trond Myklebust
2004-04-05  1:25   ` 2.6.5-rc3-mm4 Paul Blazejowski

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=200404011402.44875@WOLK \
    --to=m.c.p@wolk-project.de \
    --cc=akpm@osdl.org \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-users@lists.sourceforge.net \
    /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