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
/
ps2port.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add FUNC16() helper macro for converting a 16bit func to a segoff_s.
Kevin O'Connor
2010-07-28
1
-2
/
+2
*
Rename check_time() to check_tsc().
Kevin O'Connor
2010-05-23
1
-1
/
+1
*
When USB keyboard active, don't send keyboard commands to ps2 port.
Kevin O'Connor
2010-05-01
1
-17
/
+19
*
Process event on ps2 keyboard irq even if event already read.
Kevin O'Connor
2010-03-13
1
-19
/
+27
*
Revert "Unify ps2 port data processing."
Kevin O'Connor
2010-03-13
1
-32
/
+26
*
Handle variable length return of ps2 port GETID command.
Kevin O'Connor
2010-03-13
1
-1
/
+24
*
Prevent ps2 irqs from messing up ps2 init.
Kevin O'Connor
2010-03-13
1
-0
/
+3
*
Revert "Rework disabling of ps2 port irqs."
Kevin O'Connor
2010-03-13
1
-31
/
+26
*
Prefer passing a USB "pipe" structure over a USB endp encoding.
Kevin O'Connor
2010-02-28
1
-1
/
+1
*
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
2010-02-14
1
-4
/
+6
*
Add some ASSERT32FLAT() to help compiler eliminate dead code.
Kevin O'Connor
2010-02-13
1
-0
/
+1
*
Rework disabling of ps2 port irqs.
Kevin O'Connor
2010-01-28
1
-26
/
+31
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-5
/
+5
*
Unify ps2 port data processing.
Kevin O'Connor
2009-12-09
1
-26
/
+32
*
Move ps2 specific keyboard and mouse code to ps2port.c.
Kevin O'Connor
2009-12-09
1
-0
/
+138
*
Fail PS2 port commands when receiving a NAK.
Kevin O'Connor
2009-12-02
1
-1
/
+3
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-33
/
+22
*
Handle tsc rollover.
Kevin O'Connor
2009-10-22
1
-1
/
+1
*
Detect ps2 nak response.
Kevin O'Connor
2009-05-06
1
-6
/
+11
*
Clock cleanups.
Kevin O'Connor
2009-02-15
1
-1
/
+1
*
Cleanup ps2 port reset handling.
Kevin O'Connor
2009-01-18
1
-30
/
+36
*
Cleanup keyboard reset handling.
Kevin O'Connor
2009-01-17
1
-7
/
+19
*
Fix minor bug in ps2port.c - can't check for -1 with unsigned return type.
Kevin O'Connor
2009-01-17
1
-1
/
+1
*
Misc fixes.
Kevin O'Connor
2009-01-17
1
-2
/
+2
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-2
/
+2
*
Make sure ps2 port command reads are from the desired device.
Kevin O'Connor
2009-01-04
1
-11
/
+35
*
Fix bug on keyboard LED set.
Kevin O'Connor
2008-11-29
1
-1
/
+9
*
Implement tsc based delay timers, and use them throughout code.
Kevin O'Connor
2008-11-28
1
-7
/
+0
*
Support ps2 port RESET commands that respond with 1 or 2 bytes.
Kevin O'Connor
2008-07-21
1
-3
/
+7
*
Rewrite ps2 port (keyboard/mouse) handling.
Kevin O'Connor
2008-07-20
1
-0
/
+240