commit | 623f41eb923d7f34888cbd9e4f50a7b1a79d0ae5 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Apr 21 22:06:13 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Apr 21 22:06:13 2005 -0700 |
tree | 261baa54024f334d2a6f888e383e75cc12ffd757 | |
parent | b4bca26c0160f48b4eb04f21d31a229832732013 [diff] |
[SPARC64]: In sunsu driver, make sure to fully init chip for kbd/ms We were forgetting to call sunsu_change_speed(). The reason that replugging in the mouse cable "fixes things" is that causes a BREAK interrupt which in turn caused a call to sunsu_change_speed() which would get the chip setup properly. Signed-off-by: David S. Miller <davem@davemloft.net>