More precise description of the DS1553 driver.
Pointed out by: stas
This commit is contained in:
parent
9d02143909
commit
b53ce17515
@ -87,7 +87,7 @@ rtc_probe(device_t dev)
|
||||
if (devtype != LBC_DEVTYPE_RTC)
|
||||
return (EINVAL);
|
||||
|
||||
device_set_desc(dev, "Real Time Clock");
|
||||
device_set_desc(dev, "Dallas Semiconductor DS1553 RTC");
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user