mirror of
https://github.com/vcrhonek/hwdata
synced 2025-10-14 02:43:35 +08:00
fee5fd22f51b5a614ae993236c1f63821e81f1b2

The new CSV format of the PNP UEFI export includes trailing spaces in few ID stringss, which thus end up in the generated pnp.ids file. This may potentially break readers of pnp.ids, which will not get exactly a 3-length string after splitting by Tab. To solve the problem, introduce a simply helper Python script to process the CSV UEFI file, trimming both the ID and also the company name (few had trailing spaces).
To update the various IDs files, run 'make download'. Related: * python binding https://github.com/xsuchy/python-hwdata
Description
Languages
Makefile
42%
Python
33%
Shell
24.2%
Dockerfile
0.8%