grml...
[seabios.git] / src / mouse.c
2011-05-07 Kevin O'ConnorMove ps2ctr manipulation from mouse.c to ps2port.c.
2010-05-02 Kevin O'ConnorAdd support for USB mice.
2010-05-01 Kevin O'ConnorWhen USB keyboard active, don't send keyboard commands...
2010-03-14 Kevin O'ConnorBackup and restore registers when calling out to user...
2010-03-13 Kevin O'ConnorRevert "Rework disabling of ps2 port irqs."
2010-02-12 Kevin O'ConnorSupport USB keyboard auto-repeat.
2010-01-29 Kevin O'ConnorRework disabling of ps2 port irqs.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-13 Kevin O'ConnorDistinguish between debug reports for unimplemented...
2009-12-10 Kevin O'ConnorMove ps2 specific keyboard and mouse code to ps2port.c.
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-03-01 Kevin O'ConnorConsistently disable irqs at start of each assembler...
2009-01-18 Kevin O'ConnorCleanup keyboard reset handling.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-04 Kevin O'ConnorMake sure ps2 port command reads are from the desired...
2009-01-02 Kevin O'ConnorReduce stack usage of hw irq handlers.
2008-12-30 Kevin O'ConnorIntroduce GET/SET_EBDA2() macros - they take a cached...
2008-12-13 Kevin O'ConnorImplement GET/SET_GLOBAL(...) instead of using GET...
2008-11-26 Kevin O'ConnorEnable a default hw irq handler.
2008-08-17 Kevin O'ConnorMisc minor improvements.
2008-07-22 Kevin O'ConnorSupport ps2 port RESET commands that respond with 1...
2008-07-22 Kevin O'ConnorAdd additional config options to remove parts of code.
2008-07-20 Kevin O'ConnorRewrite ps2 port (keyboard/mouse) handling.
2008-07-19 Kevin O'ConnorMisc fixes and updates.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-28 Kevin O'ConnorImprove some debugging output.
2008-06-14 Kevin O'ConnorCleanup handling of interrupt controller (PIC).
2008-06-13 Kevin O'ConnorSupport config driven debugging of each irq handler.
2008-03-12 Kevin O'ConnorDon't save/restore flags and ebp on external calls...
2008-03-11 Kevin O'ConnorReduce stack usage for ISRs; minor fixes.
2008-03-09 Kevin O'ConnorReplace debug_exit calls with debug info while setting...
2008-03-06 Kevin O'ConnorRename VISIBLE macro for better control.
2008-03-02 Kevin O'ConnorBug fixes; get mouse working.
2008-03-02 Kevin O'ConnorInitial support for ps/2 mouse.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorVersion 0.1.1