Index: uspace/lib/usbhid/src/hidpath.c
===================================================================
--- uspace/lib/usbhid/src/hidpath.c	(revision f3b39b431bddc818b72efc239b05c1caad7fd5c4)
+++ uspace/lib/usbhid/src/hidpath.c	(revision 06f9d8fbc936501f561b9c468c0c8b6a75ed8b62)
@@ -211,5 +211,7 @@
 
 	if(report_path->report_id != path->report_id) {
-		return 1;
+		if(path->report_id != 0) {
+			return 1;
+		}
 	}
 
