index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
kbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
When USB keyboard active, don't send keyboard commands to ps2 port.
Kevin O'Connor
2010-05-01
1
-1
/
+10
*
Enable irqs in kbd/clock calls that caller might "spin" on.
Kevin O'Connor
2010-03-13
1
-0
/
+3
*
Revert "Rework disabling of ps2 port irqs."
Kevin O'Connor
2010-03-13
1
-2
/
+24
*
Rework disabling of ps2 port irqs.
Kevin O'Connor
2010-01-28
1
-24
/
+2
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-2
/
+2
*
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
2009-12-13
1
-1
/
+1
*
Move ps2 specific keyboard and mouse code to ps2port.c.
Kevin O'Connor
2009-12-09
1
-99
/
+4
*
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
2009-10-24
1
-1
/
+1
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-4
/
+0
*
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
2009-09-28
1
-1
/
+1
*
Support sleeping until an irq fires, and use where applicable.
Kevin O'Connor
2009-09-20
1
-19
/
+36
*
Separate out pause key processing in process_key().
Kevin O'Connor
2009-09-11
1
-20
/
+18
*
Define bit names for keyboard shift flags.
Kevin O'Connor
2009-09-11
1
-133
/
+136
*
Minor enhancement - kbd reset should set 0x1234 in BDA reset flag.
Kevin O'Connor
2009-01-21
1
-1
/
+3
*
Cleanup keyboard reset handling.
Kevin O'Connor
2009-01-17
1
-6
/
+7
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Make sure ps2 port command reads are from the desired device.
Kevin O'Connor
2009-01-04
1
-2
/
+2
*
The BDA is at segment 0x0040 not 0x0000.
Kevin O'Connor
2009-01-02
1
-5
/
+5
*
Reduce stack usage of hw irq handlers.
Kevin O'Connor
2009-01-01
1
-12
/
+9
*
Add more linker protections around variables accessed from 16bit mode.
Kevin O'Connor
2008-12-29
1
-10
/
+10
*
Fix bug in dequeue_key() refactor.
Kevin O'Connor
2008-12-21
1
-1
/
+1
*
Refactor dequeue_key() in keyboard code.
Kevin O'Connor
2008-12-16
1
-39
/
+18
*
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
2008-12-13
1
-15
/
+15
*
Improve support for old 16bit resume handlers.
Kevin O'Connor
2008-12-10
1
-3
/
+0
*
Detect keyboard ctrl-alt-delete and try to reset machine.
Kevin O'Connor
2008-11-29
1
-3
/
+9
*
Enable a default hw irq handler.
Kevin O'Connor
2008-11-26
1
-2
/
+1
*
Update F11/F12 scan codes from bochs bios.
Kevin O'Connor
2008-10-25
1
-2
/
+2
*
Misc minor improvements.
Kevin O'Connor
2008-08-17
1
-4
/
+4
*
Support ps2 port RESET commands that respond with 1 or 2 bytes.
Kevin O'Connor
2008-07-21
1
-1
/
+1
*
Add debugging for unknown keyboard (int 16) calls.
Kevin O'Connor
2008-07-21
1
-0
/
+7
*
Add additional config options to remove parts of code.
Kevin O'Connor
2008-07-21
1
-0
/
+7
*
Rewrite ps2 port (keyboard/mouse) handling.
Kevin O'Connor
2008-07-20
1
-163
/
+70
*
Misc fixes and updates.
Kevin O'Connor
2008-07-19
1
-1
/
+1
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-1
/
+2
*
Cleanup handling of interrupt controller (PIC).
Kevin O'Connor
2008-06-14
1
-3
/
+7
*
Support config driven debugging of each irq handler.
Kevin O'Connor
2008-06-12
1
-2
/
+2
*
Move debugging messages to appropriate functions.
Kevin O'Connor
2008-06-08
1
-0
/
+1
*
Improve control of debug messages.
Kevin O'Connor
2008-05-24
1
-3
/
+4
*
Don't initialize keyboard hardware on coreboot - coreboot already does it.
Kevin O'Connor
2008-05-18
1
-0
/
+4
*
Introduce cpu_relax() and use it in busy loops.
Kevin O'Connor
2008-04-05
1
-2
/
+2
*
Minor cleanups.
Kevin O'Connor
2008-03-30
1
-6
/
+8
*
Move keyboard setup to kbd.c.
Kevin O'Connor
2008-03-12
1
-0
/
+148
*
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
2008-03-11
1
-3
/
+3
*
Rename VISIBLE macro for better control.
Kevin O'Connor
2008-03-05
1
-2
/
+2
*
Bug fixes; get mouse working.
Kevin O'Connor
2008-03-02
1
-6
/
+6
*
Rename PORT_KBD_* to PORT_PS2_*
Kevin O'Connor
2008-03-02
1
-14
/
+14
*
Version 0.1.2
rel-0.1.2
Kevin O'Connor
2008-02-25
1
-3
/
+13
*
Version 0.1.1
rel-0.1.1
Kevin O'Connor
2008-02-25
1
-10
/
+544
*
Initial checkin.
rel-0.1.0
Kevin O'Connor
2008-02-25
1
-0
/
+35