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