Hints-only devices should have BUS_PROBE_NOWILDCARD set. We probably need

a better flag for this (in the driver metadata, for example).
This commit is contained in:
nwhitehorn 2013-10-29 13:43:09 +00:00
parent f6c275485b
commit da172f222a
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ terasic_de4led_nexus_probe(device_t dev)
{
device_set_desc(dev, "Terasic DE4 8-element LED");
return (BUS_PROBE_DEFAULT);
return (BUS_PROBE_NOWILDCARD);
}
static int

View File

@ -55,7 +55,7 @@ terasic_mtl_nexus_probe(device_t dev)
{
device_set_desc(dev, "Terasic Multi-touch LCD (MTL)");
return (BUS_PROBE_DEFAULT);
return (BUS_PROBE_NOWILDCARD);
}
static int