grml...
[seabios.git] / src / kbd.c
2010-05-01 Kevin O'ConnorWhen USB keyboard active, don't send keyboard commands...
2010-03-14 Kevin O'ConnorEnable irqs in kbd/clock calls that caller might "spin...
2010-03-13 Kevin O'ConnorRevert "Rework disabling of ps2 port irqs."
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'ConnorAdd simple cooperative threading scheme to allow parall...
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-09-29 Kevin O'ConnorInitial support for USB, UHCI, and USB Keyboards.
2009-09-20 Kevin O'ConnorSupport sleeping until an irq fires, and use where...
2009-09-11 Kevin O'ConnorSeparate out pause key processing in process_key().
2009-09-11 Kevin O'ConnorDefine bit names for keyboard shift flags.
2009-01-22 Kevin O'ConnorMinor enhancement - kbd reset should set 0x1234 in...
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'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.