summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/keyboard.c
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/lib/syslinux/keyboard.cH. Peter Anvin2009-05-291-8/+8
| | | | | | | | | Automatically reformat com32/lib/syslinux/keyboard.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* com32: the keyboard map size is in CX not in DXH. Peter Anvin2009-04-081-1/+1
| | | | | | | | | Impact: fixes kbdmap.c32 The keyboard map size is passed in CX, not in DX. Fix typo in libcom32. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-041-1/+1
| | | | | | | Update copyright notices. Per agreement with my new employer, Intel Corporation, add Intel copyright notices where appropriate. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Add comboot interface to access the keyboard remapping tableH. Peter Anvin2009-02-031-0/+44
Add a comboot interface to access the keyboard remapping table, which can be used for either querying or changing the keyboard map.