]> git.ipfire.org Git - thirdparty/pciutils.git/commit
pciutils: change MN VPD keyword to F_TEXT
authorMartin Mares <mj@ucw.cz>
Fri, 17 Nov 2017 12:58:23 +0000 (13:58 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 17 Nov 2017 12:58:23 +0000 (13:58 +0100)
commitb7ffb9718793892361af67f6ecf1b3758b563578
treeb7d0a23b5920f44f455871a04be3d28616ecc869
parent0f3d0ca73ecedaba180bf4607bb57fb8abe6d405
pciutils: change MN VPD keyword to F_TEXT

The PCI spec defines all keyword data fields as ASCII unless
otherwise noted. The MN keyword is not otherwise noted. To make
the MN field human readable in lspci verbose outputs, this patch
changes the MN keyword definition from F_BINARY to F_TEXT.

Signed-off-by: John Walthour <return.0@me.com>
ls-vpd.c