public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin McWhorter <m_mcwhorter@prairiegroup.com>
To: Greg KH <greg@kroah.com>, linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: Possible Bug: 2.4.14 USB Keyboard
Date: Thu, 15 Nov 2001 12:40:03 -0600	[thread overview]
Message-ID: <3BF40C03.4010509@prairiegroup.com> (raw)
In-Reply-To: <3BF2DFBF.6090502@prairiegroup.com> <20011114145312.A6925@kroah.com> <3BF3D029.7070609@prairiegroup.com> <20011115090023.A10511@kroah.com>

Greg,

Sorry I had a think-o. I sent you the info on the wrong kernel.

/proc/bus/usb/devices for 2.4.14 VANILLA
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=146/900 us (16%), #Int=  3, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=d400
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 3
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=03f0 ProdID=010c Rev= 0.01
S:  Manufacturer=HP
S:  Product=Multimedia Keyboard Hub
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=255ms
T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=03f0 ProdID=020c Rev= 0.01
S:  Manufacturer=HP
S:  Product=Multimedia Keyboard Hub
C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=01 Driver=hid
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl= 10ms
I:  If#= 1 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=00 Prot=00 Driver=hid
E:  Ad=82(I) Atr=03(Int.) MxPS=   4 Ivl=255ms
T:  Bus=01 Lev=02 Prnt=02 Port=02 Cnt=02 Dev#=  4 Spd=1.5 MxCh= 0
D:  Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=046d ProdID=c001 Rev=11.01
S:  Manufacturer=Logitech
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr= 26mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=hid
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl= 10ms

/proc/bus/usb/drivers
          usbdevfs
          hub
          hid
          keyboard


> 
> What does the kernel log say when you plug in your keyboard?
> 

Nov 15 12:38:10 m_mcwhorter kernel: usb.c: USB disconnect on device 2
Nov 15 12:38:10 m_mcwhorter kernel: usb.c: USB disconnect on device 3
Nov 15 12:38:10 m_mcwhorter kernel: usb-uhci.c: interrupt, status 3, 
frame# 1572
Nov 15 12:38:10 m_mcwhorter kernel: usb.c: USB disconnect on device 4
Nov 15 12:38:12 m_mcwhorter kernel: hub.c: USB new device connect on 
bus1/1, assigned device number 5
Nov 15 12:38:12 m_mcwhorter kernel: hub.c: USB hub found
Nov 15 12:38:12 m_mcwhorter kernel: hub.c: 3 ports detected
Nov 15 12:38:13 m_mcwhorter kernel: hub.c: USB new device connect on 
bus1/1/1, assigned device number 6
Nov 15 12:38:13 m_mcwhorter kernel: input0: USB HID v1.00 Keyboard [HP 
Multimedia Keyboard Hub] on usb1:6.0
Nov 15 12:38:13 m_mcwhorter kernel: : USB HID v1.00 Device [HP 
Multimedia Keyboard Hub] on usb1:6.1
Nov 15 12:38:13 m_mcwhorter /etc/hotplug/usb.agent: ... no drivers for 
USB product 3f0/10c/1
Nov 15 12:38:13 m_mcwhorter kernel: hub.c: USB new device connect on 
bus1/1/3, assigned device number 7
Nov 15 12:38:13 m_mcwhorter kernel: input1: USB HID v1.00 Mouse 
[Logitech] on usb1:7.0


Thanks again,
Martin


  reply	other threads:[~2001-11-15 18:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-14 21:18 Possible Bug: 2.4.14 USB Keyboard Martin McWhorter
2001-11-14 22:53 ` Greg KH
2001-11-15 14:24   ` Martin McWhorter
2001-11-15 17:00     ` Greg KH
2001-11-15 18:40       ` Martin McWhorter [this message]
2001-11-15 18:55         ` Vojtech Pavlik
     [not found]         ` <mailman.1005850740.5583.linux-kernel2news@redhat.com>
2001-11-15 19:30           ` Pete Zaitcev
2001-11-15 19:47             ` Vojtech Pavlik
     [not found]   ` <mailman.1005834780.32418.linux-kernel2news@redhat.com>
     [not found]     ` <200111151807.fAFI7XN30496@devserv.devel.redhat.com>
2001-11-15 18:44       ` Martin McWhorter
2001-11-15 19:14         ` Pete Zaitcev
2001-11-15 19:57           ` Martin McWhorter
     [not found]             ` <20011115152432.A26630@devserv.devel.redhat.com>
2001-11-15 21:30               ` Martin McWhorter
     [not found]                 ` <20011115170148.A19715@devserv.devel.redhat.com>
     [not found]                   ` <3BF43E55.80401@prairiegroup.com>
     [not found]                     ` <20011115171751.A22915@devserv.devel.redhat.com>
2001-11-15 22:40                       ` Martin McWhorter
2001-11-16  0:03                         ` Greg KH

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=3BF40C03.4010509@prairiegroup.com \
    --to=m_mcwhorter@prairiegroup.com \
    --cc=greg@kroah.com \
    --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