Skip to content
Snippets Groups Projects
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
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment