]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbKbDxe / KeyBoard.c
2022-03-03 Sean RhodesMdeModulePkg/Usb/Keyboard.c: Don't request protocol...
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2020-02-10 Antoine CoeurMdeModulePkg/Usb: Fix various typos
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2018-10-17 Ruiyu NiMdeModulePkg/UsbKb: Don't access key codes when length...
2018-09-14 Dandan BiMdeModulePkg: Avoid key notification called more than...
2018-03-26 Ruiyu NiMdeModulePkg/UsbKb: fix shell edit cannot read '!@...
2018-02-01 Ruiyu NiMdeModulePkg/UsbKb: ReadKeyStrokeEx always return key...
2016-12-26 Star ZengMdeModulePkg UsbKbDxe: Execute key notify func at TPL_C...
2016-04-21 Feng TianMdeModulePkg/UsbKbDxe: don't assert when the key read...
2013-03-15 niruiyuAdd the backslash to C12 mapping in keyboard layout...
2012-06-25 erictianMdeMdeModulePkg/Usb: Eliminated the use of Set_Idle...
2012-03-07 erictianMdeModulePkg: add support for ORICO PEUS3-2P card
2011-10-25 niruiyuChange the SimpleTextInEx implementation to return...
2011-09-30 qianouyang1. Add Partial Keystroke Support in UsbKb drivers....
2011-09-23 vanjefferror handling enhancement for possible null pointer...
2011-09-23 vanjeffRoll back r12434.
2011-09-23 erictianerror handling enhancement for possible null pointer...
2011-09-18 lgao4Clean up the private GUID definition in module Level.
2011-06-02 vanjeffFix the issue when checking the value of KeyDescriptor...
2011-05-16 vanjeffUpdate USB keyboard driver to return scan code for...
2011-04-19 niruiyuFix the USB keyboard driver to call hotkey callback...
2010-04-24 hhtianUpdate the copyright notice format
2010-01-27 xli24Remove reference to PCDs of status code value. Use...
2010-01-14 rsun3Fix the issue in MdeModulePkg that mismatch between...
2009-12-16 eric_tianadd error handling on usb related modules.
2009-08-24 eric_tianfree allocated memory in error handler.
2009-06-11 gikidyThe USB keyboard driver use too high TPL event (Notify...
2009-04-14 rsun3HII Library Class interface refine.
2009-04-10 qhuang8Install default keyboard layout package in USB keyboard...
2009-04-03 jji4Remove bypass of F11 and F12.
2009-02-06 xli24Pass ECC check.
2009-01-23 xli24Update for Meta data.
2009-01-22 xli24Add check for NULL pointer.
2009-01-13 xli24Minor refinement for USB modules.
2009-01-13 xli24Update for code security.
2008-12-26 gikidyCheck Library usage and fix some typo.
2008-12-15 xli24Code Scrub for UsbKbDxe module.
2008-12-05 xli24Code Scrub for UsbKbDxe module.
2008-12-03 jji4Global variables have been moved backward ahead of...
2008-11-13 qhuang8Rename the reference library class of UsbLib to UefiUsbLib.
2008-10-30 qwang12Remove SafeFreePool from MemoryAllocationLib as this...
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-09-04 vanjeffremove EFI_EVENT_ alias, replace them with EVT_
2008-07-23 eric_tianmodify coding style to pass ecc tool