Bug 14987
Summary: | trackpad unstable on macbook pro with bcm5974 driver | ||
---|---|---|---|
Product: | Drivers | Reporter: | Chris AtLee (chris) |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | dmitry.torokhov, kernel, sesselastronaut, steven |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Chris AtLee
2010-01-04 22:12:45 UTC
Looks like USB-side is getting unhappy for some reason... I should mention that whatever driver is handling the trackpad (evdev?) in 2.6.26 works fine, it just doesn't support things like scrolling, tapping, right-click, etc. I get this same issue on 2.6.{33,34} and Linus latest tree. Someone suggested that bcm5974 might need to be loaded before usbhid, but this voodoo did nothing special. I just get "Input/output error" no matter what I do. Has there been any movement on fixing this issue? There was another report of bcm misbehaving that was cured by enabling transaction translators: CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_USB_EHCI_TT_NEWSCHED=y i'm havin this annoying problem too running 2.6.32-25-generic-pae and previous kernel dmesg reports: ... [52154.616049] usb 7-2: new full speed USB device using uhci_hcd and address 126 [52154.807393] usb 7-2: configuration #1 chosen from 1 choice [52154.820338] input: Apple, Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/input/input510 [52154.820535] apple 0003:05AC:0231.01F7: input,hidraw1: USB HID v1.11 Keyboard [Apple, Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.2-2/input0 [52155.138176] usb 7-2: ctrl urb status -75 received [52155.138292] apple 0003:05AC:0231.01F8: hidraw2: USB HID v1.11 Device [Apple, Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.2-2/input1 [52155.140559] input: bcm5974 as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.2/input/input511 [52155.157167] bcm5974: bcm5974: could not read from device [52155.157173] bcm5974: mode switch failed [52155.169163] bcm5974: bcm5974: could not read from device [52155.169166] bcm5974: mode switch failed [52155.312101] hub 7-0:1.0: port 2 disabled by hub (EMI?), re-enabling... [52155.312113] usb 7-2: USB disconnect, address 126 [52155.608038] usb 7-2: new full speed USB device using uhci_hcd and address 127 [52155.799372] usb 7-2: configuration #1 chosen from 1 choice ... so if there's any voodoo or cure i'm happy to know All USB bugs should be sent to the linux-usb@vger.kernel.org mailing list, and not entered into bugzilla. Please bring this issue up there, if it is still a problem in the latest kernel release. |