• Kieran Morrissey's avatar
    [PATCH] PCI: name length change · 6a1bd126
    Kieran Morrissey authored
    - Changes gen-devlist.c to truncate long device names rather than reject
      the database
    - Changes PCI_NAME_SIZE to 96 (and PCI_NAME_HALF to 43) to allow all
      current pci.ids names to fit
    - Modifies gen-devlist.c to truncate at 89 characters rather than 79 -
      allows for two digit instance numbers to be added to the name as well
      while staying within the 96 characters allocated. No names in the
      current pci.ids are any longer than this.
    - Modifies names.c to no longer limit device name length when displaying
      both vendor and device name; the truncation is done by gen-devlist.c.
    6a1bd126
names.c 3.06 KB