Index: uspace/lib/drv/generic/driver.c
===================================================================
--- uspace/lib/drv/generic/driver.c	(revision 6b8e5b74427c3a66a192963cdac8b0ddbc45e451)
+++ uspace/lib/drv/generic/driver.c	(revision 7b5f4c9622ac5ee0a615f6ccd36e82921b997762)
@@ -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);
