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
*
kbd: make enqueue_key public, add ascii_to_keycode
Gerd Hoffmann
2017-09-22
1
-1
/
+17
*
kbd: Move extended and release events out of special key detection switch
Kevin O'Connor
2016-09-15
1
-40
/
+25
*
kbd: Generate interrupt events for SysReq, PrtScr, and Break
Kevin O'Connor
2016-09-12
1
-5
/
+50
*
kbd: Ignore fake shift keys
Kevin O'Connor
2016-09-12
1
-0
/
+6
*
kbd: Move checking for special keys in __process_keys() into switch
Kevin O'Connor
2016-09-12
1
-65
/
+71
*
kbd: Extract out shift flag setting into new function
Kevin O'Connor
2016-09-12
1
-62
/
+43
*
kbd: Merge bda->kbd_flag0 and bda->kbd_flag1
Kevin O'Connor
2016-09-12
1
-56
/
+31
*
kbd: Suppress keys without mappings
Kevin O'Connor
2016-09-12
1
-3
/
+2
*
kbd: Implement extended keycode mappings for keypad-enter and keypad-/
Kevin O'Connor
2016-09-12
1
-0
/
+15
*
kbd: Implement 101-key keyboard keycode mapping
Kevin O'Connor
2016-09-12
1
-28
/
+40
*
kbd: Refactor capslock and numlock handling
Kevin O'Connor
2016-01-14
1
-101
/
+96
*
kbd: Don't treat scancode and asciicode as separate values
Kevin O'Connor
2016-01-14
1
-38
/
+26
*
Revert "Use the extra stack for 16bit USB and PS2 keyboard/mouse commands."
Kevin O'Connor
2014-09-30
1
-3
/
+3
*
Abstract reset call (and possible 16bit mode switch) into reset() function.
Kevin O'Connor
2014-06-06
1
-1
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-2
/
+3
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-2
/
+2
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-1
/
+1
*
Set noinline on kbd.c interface functions that take stack variable pointers.
Kevin O'Connor
2012-05-30
1
-2
/
+2
*
Remove "noinline" declarations from keyboard/mouse driver code.
Kevin O'Connor
2012-05-30
1
-4
/
+2
*
Use the extra stack for 16bit USB and PS2 keyboard/mouse commands.
Kevin O'Connor
2012-05-30
1
-3
/
+3
*
Run all hardware irq handlers on the extra stack.
Kevin O'Connor
2012-05-30
1
-6
/
+8
*
Rename wait_irq to yield_toirq.
Kevin O'Connor
2012-05-28
1
-1
/
+1
*
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
[next]