tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

USB (ehci) mouse attachment problem



Hello,

This is probably related to PR #44706. But, precisely, in this PR, the
"offending" mouse is a Logitech one, and this also the case here.

But on my NetBSD amd64 6.1.5 system, I have also a Logitech USB 
keyboard, and at least every odd time, if this USB keyboard is connected
directly via USB (and not with a USB/PS2 converter), the logitech
_mouse_ is recognized as a keyboard leading to the lost of the real one.

The kernel is compiled with ehci, uhci and ohci, since some USB ports
are supposed to be for low speed devices (keyboard and mouse) so I
expected the necessity of USB 1.0 support, which seems to request, from
ehci(4), uchi or ohci.

Concerning both keyboard and mouse (both appearing as Logitech keyboard,
the only difference being the second number of the iclass), here is an 
excerpt of dmesg:

Intel product 0x8c31 (USB serial bus, interface 0x30, revision 0x05) at pci0 dev 20 function 0 not configured
Intel product 0x8c3a (miscellaneous communications, revision 0x04) at pci0 dev 22 function 0 not configured
ehci0 at pci0 dev 26 function 0: Intel product 0x8c2d (rev. 0x05)
ehci0: interrupting at ioapic0 pin 16
ehci0: EHCI version 1.0
usb0 at ehci0: USB revision 2.0
usb1 at ehci1: USB revision 2.0
isa0 at pcib0
pckbc0 at isa0 port 0x60-0x64
uhub0 at usb0: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhub1 at usb1: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhub2 at uhub1 port 1: vendor 0x8087 product 0x8000, class 9/0, rev 2.00/0.05, addr 2
uhub2: single transaction translator
uhub3 at uhub0 port 1: vendor 0x8087 product 0x8008, class 9/0, rev 2.00/0.05, addr 2
uhub3: single transaction translator
uhub2: 6 ports with 6 removable, self powered
uhub3: 6 ports with 6 removable, self powered
uhidev0 at uhub2 port 3 configuration 1 interface 0
uhidev0: Logitech Logitech USB Keyboard, rev 1.10/23.00, addr 3, iclass 3/1
ukbd0 at uhidev0
wskbd0 at ukbd0: console keyboard, using wsdisplay0
uhidev1 at uhub2 port 3 configuration 1 interface 1
uhidev1: Logitech Logitech USB Keyboard, rev 1.10/23.00, addr 3, iclass 3/0
uhidev1: 2 report ids
uhid0 at uhidev1 reportid 1: input=2, output=0, feature=0
uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0
uhub2: device problem, disabling port 4
-- 
        Thierry Laronde <tlaronde +AT+ polynum +dot+ com>
                     http://www.kergis.com/
                     http://www.arts-po.fr/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C


Home | Main Index | Thread Index | Old Index