VirtualPC 2007にUbuntuなど、2.6.20あたりのカーネルを使っているディストリビューションをインストールすると、キーボードやマウスが効かなくなる現象があったのだけど、これがたぶん2.6.22で直っているのではないかと思われる。まったくの未確認だけれど。
commit d2ada5597d33a9108acb2caf912f85cbc9caab1e
Author: Roland Scheidegger
Date: Tue May 8 01:31:40 2007 -0400
Input: i8042 - fix AUX port detection with some chips
The i8042 driver fails detection of the AUX port with some chips,
because they apparently do not change the I8042_CTR_AUXDIS bit
immediately. This is known to affect at least HP500/HP510 notebooks,
consequently the built-in touchpad will not work. The patch will simply
reread the value until it gets the expected value or a retry limit is
hit, without touching other workaround code in the same area.
Signed-off-by: Roland Scheidegger
Signed-off-by: Dmitry Torokhov
いちおう、2.6.22以外での回避策としてカーネルのブートパラメータに"i8042.noloop"を追加してブートすると良いらしい。これも未確認。
コメント