mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Deconfuse release and revision
This commit is contained in:
parent
8c895d718b
commit
f3e63a2977
@ -102,7 +102,7 @@ usbdev(f, a, rec)
|
||||
if (verbose) {
|
||||
printf("%s(0x%04x), %s(0x%04x), rev %s",
|
||||
di.product, di.productNo,
|
||||
di.vendor, di.vendorNo, di.revision);
|
||||
di.vendor, di.vendorNo, di.release);
|
||||
} else
|
||||
printf("%s, %s", di.product, di.vendor);
|
||||
printf("\n");
|
||||
|
Loading…
Reference in New Issue
Block a user