Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f098ecd authored by Stefano Stabellini's avatar Stefano Stabellini Committed by Dmitry Torokhov
Browse files

Input: xen-kbdfront - enable driver for HVM guests

parent b514d4f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -373,7 +373,7 @@ static struct xenbus_driver xenkbd_driver = {

static int __init xenkbd_init(void)
{
	if (!xen_pv_domain())
	if (!xen_domain())
		return -ENODEV;

	/* Nothing to do if running in dom0. */