]> git.ipfire.org Git - thirdparty/grub.git/commit
Implement sendkey support.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 19 Aug 2010 19:03:14 +0000 (21:03 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 19 Aug 2010 19:03:14 +0000 (21:03 +0200)
commitb4ece5e11ea3db37861db6767202abcde693ffc4
tree4483dd50ba069f54ecc7724ba086a2328df09c11
parent51f1f5afab3f3e581c54b78af0b91780c4f78b68
Implement sendkey support.

* commands/i386/pc/sendkey.c: New file.
* conf/i386-pc.rmk (pkglib_MODULES): Add sendkey.mod.
(sendkey_mod_SOURCES): New variable.
(sendkey_mod_CFLAGS): Likewise.
(sendkey_mod_LDFLAGS): Likewise.
ChangeLog
commands/i386/pc/sendkey.c [new file with mode: 0644]
conf/i386-pc.rmk