index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Bus
/
Usb
/
UsbKbDxe
/
KeyBoard.c
Age
Commit message (
Expand
)
Author
2013-03-15
Add the backslash to C12 mapping in keyboard layout mapping table to fix the ...
niruiyu
2012-06-25
MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules.
erictian
2012-03-07
MdeModulePkg: add support for ORICO PEUS3-2P card
erictian
2011-10-25
Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...
niruiyu
2011-09-30
1. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter...
qianouyang
2011-09-23
error handling enhancement for possible null pointer dereference
vanjeff
2011-09-23
Roll back r12434.
vanjeff
2011-09-23
error handling enhancement for possible null pointer dereference
erictian
2011-09-18
Clean up the private GUID definition in module Level.
lgao4
2011-06-02
Fix the issue when checking the value of KeyDescriptor->Modifier to see if it...
vanjeff
2011-05-16
Update USB keyboard driver to return scan code for Pause key.
vanjeff
2011-04-19
Fix the USB keyboard driver to call hotkey callback even no one is calling Re...
niruiyu
2010-04-24
Update the copyright notice format
hhtian
2010-01-27
Remove reference to PCDs of status code value. Use macros introduced in PI1.2...
xli24
2010-01-14
Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...
rsun3
2009-12-16
add error handling on usb related modules.
eric_tian
2009-08-24
free allocated memory in error handler.
eric_tian
2009-06-11
The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated k...
gikidy
2009-04-14
HII Library Class interface refine.
rsun3
2009-04-10
Install default keyboard layout package in USB keyboard driver.
qhuang8
2009-04-03
Remove bypass of F11 and F12.
jji4
2009-02-06
Pass ECC check.
xli24
2009-01-23
Update for Meta data.
xli24
2009-01-22
Add check for NULL pointer.
xli24
2009-01-13
Minor refinement for USB modules.
xli24
2009-01-13
Update for code security.
xli24
2008-12-26
Check Library usage and fix some typo.
gikidy
2008-12-15
Code Scrub for UsbKbDxe module.
xli24
2008-12-05
Code Scrub for UsbKbDxe module.
xli24
2008-12-03
Global variables have been moved backward ahead of functions.
jji4
2008-11-13
Rename the reference library class of UsbLib to UefiUsbLib.
qhuang8
2008-10-30
Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...
qwang12
2008-10-30
Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...
jji4
2008-09-04
remove EFI_EVENT_ alias, replace them with EVT_
vanjeff
2008-07-23
modify coding style to pass ecc tool
eric_tian