]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.c
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbKbDxe / KeyBoard.c
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