diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2004-10-15 05:20:20 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2004-10-15 05:20:20 +0000 |
| commit | 0cd9c85b159a69c6b9e401d87b76b340649d7ce4 (patch) | |
| tree | e2c2e42ee357e4ade82fdc1d54b8ec99e47f6bbc /sys/dev/acpica | |
| parent | 6a16abfad239448714c0c2ff5389151a7cdb95d8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/acpica')
| -rw-r--r-- | sys/dev/acpica/acpi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index 7c874dab9806..3cbb38614aee 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -1169,6 +1169,9 @@ acpi_isa_pnp_probe(device_t bus, device_t child, struct isa_pnp_id *ids) } out: + if (result == 0 && ids->ip_desc) + device_set_desc(child, ids->ip_desc); + return_VALUE (result); } |
