LINUX.ORG.RU

История изменений

Исправление cnst, (текущая версия) :

Фигасе! Удалили?

Или, может быть, просто какой-то сбой, вроде как опять работает, минуту спустя.

И вот тут ещё есть:

http://article.gmane.org/gmane.os.openbsd.tech/41166

Subject: keyboard and mouse problems
Date: Wed, 11 Mar 2015 09:11:38 -0600
List-ID: <tech.openbsd.org>

Two related problems regarding mice and keyboards came to my attention
during s2k15 in Brisbane and I worked with jcs@ on solutions.

The first problem is some newer machines (such as the thinkpad x1)
have keyboard repeat or stuttering during install -- this issue only
happes on the RAMDISK kernel.  Eventually we figured out that this is
due to the large touchpad!  Even a light brush against it would mess
up the pckbc driver subtly, causing 10 second pauses.  This happens
because the RAMDISK media lacks the pms driver.

The solution is to forcibly reset the mouse port at attach.  We
 initially thought this change would only be needed for RAMDISK, but
it looks like this sequence was always missing in the past, and we
need it.

Исправление cnst, :

Фигасе! Удалили?

Или, может быть, просто какой-то сбой, вроде как опять работает.

Ну вот тут ещё есть:

http://article.gmane.org/gmane.os.openbsd.tech/41166

Subject: keyboard and mouse problems
Date: Wed, 11 Mar 2015 09:11:38 -0600
List-ID: <tech.openbsd.org>

Two related problems regarding mice and keyboards came to my attention
during s2k15 in Brisbane and I worked with jcs@ on solutions.

The first problem is some newer machines (such as the thinkpad x1)
have keyboard repeat or stuttering during install -- this issue only
happes on the RAMDISK kernel.  Eventually we figured out that this is
due to the large touchpad!  Even a light brush against it would mess
up the pckbc driver subtly, causing 10 second pauses.  This happens
because the RAMDISK media lacks the pms driver.

The solution is to forcibly reset the mouse port at attach.  We
 initially thought this change would only be needed for RAMDISK, but
it looks like this sequence was always missing in the past, and we
need it.

Исходная версия cnst, :

Фигасе! Удалили?

Или, может быть, просто какой-то сбой, вроде как опять работает.

Ну вот тут ещё есть:

http://article.gmane.org/gmane.os.openbsd.tech/41166

Subject: keyboard and mouse problems
Date: Wed, 11 Mar 2015 09:11:38 -0600
List-ID: <tech.openbsd.org>

Two related problems regarding mice and keyboards came to my attention
during s2k15 in Brisbane and I worked with jcs@ on solutions.

The first problem is some newer machines (such as the thinkpad x1)
have keyboard repeat or stuttering during install -- this issue only
happes on the RAMDISK kernel.  Eventually we figured out that this is
due to the large touchpad!  Even a light brush against it would mess
up the pckbc driver subtly, causing 10 second pauses.  This happens
because the RAMDISK media lacks the pms driver.