Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Issue 6679031: Disable the 8042 MUX on our x86 devices. (Closed)

Created:
9 years, 9 months ago by Duncan Laurie
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, jimhebert, sosa
Visibility:
Public.

Description

Disable the 8042 MUX on our x86 devices. The use of the mux can cause issues with some EC 8042 controllers and result in loss of keyboard/trackpad between suspend/resume/reboot cycles. We will never have more than keyboard+trackpad attached through the 8042 on our devices so using the mux is unnecessary. BUG=chrome-os-partner:2700 TEST=manual verification that mux is not probed at boot: Original: serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX0 port at 0x60,0x64 irq 12 serio: i8042 AUX1 port at 0x60,0x64 irq 12 serio: i8042 AUX2 port at 0x60,0x64 irq 12 serio: i8042 AUX3 port at 0x60,0x64 irq 12 New: serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX port at 0x60,0x64 irq 12 Change-Id: I942ab86eb71941ab072ad6a17d15b067ca94439d Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=4deda9c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M build_kernel_image.sh View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Duncan Laurie
9 years, 9 months ago (2011-03-12 23:00:24 UTC) #1
puneetster
LGTM
9 years, 9 months ago (2011-03-12 23:22:39 UTC) #2
Benson Leung
9 years, 9 months ago (2011-03-12 23:44:02 UTC) #3
On 2011/03/12 23:22:39, puneetster wrote:
> LGTM

LGTM.

Powered by Google App Engine
This is Rietveld 408576698