Index: uspace/lib/drv/generic/driver.c
===================================================================
--- uspace/lib/drv/generic/driver.c	(revision d5a78e28ed5adb5e8147f0f71502565b49422e9d)
+++ uspace/lib/drv/generic/driver.c	(revision 3569955892485ec8dbf95a03cf5e481b6901cc1f)
@@ -970,5 +970,5 @@
 	
 	match_id->id = str_dup(match_id_str);
-	match_id->score = 90;
+	match_id->score = match_score;
 	
 	add_match_id(&fun->match_ids, match_id);
