]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools, i8042: Use kernel command names
authorPekka Enberg <penberg@kernel.org>
Thu, 2 Jun 2011 10:47:44 +0000 (13:47 +0300)
committerPekka Enberg <penberg@kernel.org>
Thu, 2 Jun 2011 11:14:38 +0000 (14:14 +0300)
commitff762fd5cafd7cadd24641b420415421d7fcb672
tree19c7d2eda1711e8426db3d27ed2a59d043957aff
parent6b3b99135552dd8696c961714e2429512d798bfd
kvm tools, i8042: Use kernel command names

This patch renames the command constants in hw/i8042.c to use similar names as
in <linux/i8042.h>. Note: we cannot use <linux/i8042.h> constants directly
because they include the command and data.

Acked-by: Ingo Molnar <mingo@elte.hu>
Cc: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/hw/i8042.c