commit | 7786908c3c1bb38dcc5cd2c037251c05507eef16 | [log] [tgz] |
---|---|---|
author | Michael Schmitz <schmitz@biophys.uni-duesseldorf.de> | Tue Dec 16 21:26:03 2008 +0100 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Thu May 19 18:19:11 2011 +0200 |
tree | 48c872a9338bfa05ab78ec7cb073d4b9e5c805cd | |
parent | 79abeed6ee93231d494c191a9251c0845bd71fdd [diff] |
input/atari: Use the correct mouse interrupt hook The Atari keyboard driver calls atari_mouse_interrupt_hook if it's set, not atari_input_mouse_interrupt_hook. Fix below. [geert] Killed off atari_mouse_interrupt_hook completely, after fixing another incorrect assignment in atarimouse.c. Signed-off-by: Michael Schmitz <schmitz@debian.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>