Index: uspace/lib/drv/generic/driver.c
===================================================================
--- uspace/lib/drv/generic/driver.c	(revision 45bf63c30ca6558e41fac58d97479f70b9b4928d)
+++ uspace/lib/drv/generic/driver.c	(revision 8a363ab3476276b762e5312db32618ad424dd71e)
@@ -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);
