Change license from GPLv3 to LGPLv3.
[seabios.git] / src / kbd.c
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'ConnorThe BDA is at segment 0x0040 not 0x0000.
2009-01-02 Kevin O'ConnorReduce stack usage of hw irq handlers.
2008-12-30 Kevin O'ConnorAdd more linker protections around variables accessed...
2008-12-21 Kevin O'ConnorFix bug in dequeue_key() refactor.
2008-12-17 Kevin O'ConnorRefactor dequeue_key() in keyboard code.
2008-12-13 Kevin O'ConnorImplement GET/SET_GLOBAL(...) instead of using GET...
2008-12-11 Kevin O'ConnorImprove support for old 16bit resume handlers.
2008-11-29 Kevin O'ConnorDetect keyboard ctrl-alt-delete and try to reset machine.
2008-11-26 Kevin O'ConnorEnable a default hw irq handler.
2008-10-25 Kevin O'ConnorUpdate F11/F12 scan codes from bochs bios.
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 debugging for unknown keyboard (int 16) calls.
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-14 Kevin O'ConnorCleanup handling of interrupt controller (PIC).
2008-06-13 Kevin O'ConnorSupport config driven debugging of each irq handler.
2008-06-08 Kevin O'ConnorMove debugging messages to appropriate functions.
2008-05-25 Kevin O'ConnorImprove control of debug messages.
2008-05-18 Kevin O'ConnorDon't initialize keyboard hardware on coreboot - corebo...
2008-04-05 Kevin O'ConnorIntroduce cpu_relax() and use it in busy loops.
2008-03-31 Kevin O'ConnorMinor cleanups.
2008-03-13 Kevin O'ConnorMove keyboard setup to kbd.c.
2008-03-11 Kevin O'ConnorReduce stack usage for ISRs; minor fixes.
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'ConnorRename PORT_KBD_* to PORT_PS2_*
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorVersion 0.1.1
2008-02-26 Kevin O'ConnorInitial checkin.