diff options
| author | Bill Nottingham <notting@redhat.com> | 2004-12-07 16:02:00 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2004-12-07 16:02:00 +0000 |
| commit | 717c9a2fdd6a877072200d36cf11bab53345a5d3 (patch) | |
| tree | ad04e5f27469cfa9ed4134cae94a347f0b467f4a /src | |
| parent | 376f415b6090d532f60c14ca02968657c62465c7 (diff) | |
no DDC probe, please
Diffstat (limited to 'src')
| -rw-r--r-- | src/kmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmodule.c b/src/kmodule.c index e2bcfb96..d7906ebe 100644 --- a/src/kmodule.c +++ b/src/kmodule.c @@ -108,7 +108,7 @@ int main(int argc, char **argv) } initializeBusDeviceList(probeBus); - devs = probeDevices(probeClass, probeBus, PROBE_NOLOAD); + devs = probeDevices(probeClass, probeBus, PROBE_NOLOAD|PROBE_SAFE); if (!devs) return 0; for (x = 0; devs[x]; x++) { |
