Index: uspace/drv/hid/usbhid/kbd/kbddev.c
===================================================================
--- uspace/drv/hid/usbhid/kbd/kbddev.c	(revision 0fcccd93e4f46d0acae058ae4add9d1721552cb3)
+++ uspace/drv/hid/usbhid/kbd/kbddev.c	(revision 17c1d9dbfddf40b2e8f215081df252437534ca5f)
@@ -710,5 +710,5 @@
 
 	/* Continue polling until the device is about to be removed. */
-	return !hid_dev->poll_stop;
+	return true;
 }
 
