]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SPARC64]: In sunsu driver, make sure to fully init chip for kbd/ms
authorDavid S. Miller <davem@davemloft.net>
Fri, 22 Apr 2005 05:06:13 +0000 (22:06 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Apr 2005 05:06:13 +0000 (22:06 -0700)
commit623f41eb923d7f34888cbd9e4f50a7b1a79d0ae5
tree261baa54024f334d2a6f888e383e75cc12ffd757
parentb4bca26c0160f48b4eb04f21d31a229832732013
[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>
drivers/serial/sunsu.c