Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: xen-kbdfront - enable driver for HVM guests

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

Stefano Stabellini and committed by
Dmitry Torokhov
5f098ecd b514d4f7

+1 -1
+1 -1
drivers/input/misc/xen-kbdfront.c
··· 373 373 374 374 static int __init xenkbd_init(void) 375 375 { 376 - if (!xen_pv_domain()) 376 + if (!xen_domain()) 377 377 return -ENODEV; 378 378 379 379 /* Nothing to do if running in dom0. */