On Thu, Dec 27, 2018 at 02:36:36PM -0200, Martin Pieuchot wrote: > On 25/12/18(Tue) 20:32, Martin Pieuchot wrote: > > Simple change to have verbose USB device fit into 80 chars in usbdevs(8): > > New version using 'iSerial'. This is coherent w/ what lsusb(8) displays > and isn't ambiguous with regard to the device descriptor name as pointed > out by deraadt@. >
OK denis@ > > Index: usbdevs.c > =================================================================== > RCS file: /cvs/src/usr.sbin/usbdevs/usbdevs.c,v > retrieving revision 1.29 > diff -u -p -r1.29 usbdevs.c > --- usbdevs.c 12 Jul 2018 07:58:23 -0000 1.29 > +++ usbdevs.c 27 Dec 2018 14:14:34 -0000 > @@ -119,7 +119,7 @@ usbdev(int f, uint8_t addr) > > printf("rev %s", di.udi_release); > if (strlen(di.udi_serial)) > - printf(", iSerialNumber %s", di.udi_serial); > + printf(", iSerial %s", di.udi_serial); > } > printf("\n"); > >