1
0
mirror of https://github.com/vcrhonek/hwdata synced 2025-10-14 02:43:35 +08:00
Pino Toscano fee5fd22f5 Add script to process CSV PNP list
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).
2023-12-04 10:28:09 +01:00
2023-06-12 12:50:19 +02:00
2023-06-12 12:50:19 +02:00
2023-06-12 12:50:19 +02:00
2023-06-12 12:50:19 +02:00
2013-01-18 13:16:15 +01:00
2022-11-28 13:02:42 +01:00
2023-12-04 09:05:19 +01:00
2023-12-04 09:05:19 +01:00
2023-12-04 10:28:09 +01:00
2023-12-04 09:05:19 +01:00
2023-12-04 09:05:19 +01:00
2023-12-04 09:05:19 +01:00
2023-12-04 09:05:19 +01:00
2021-01-05 16:34:08 +01:00
2023-12-04 09:05:19 +01:00

To update the various IDs files, run 'make download'.

Related:
 * python binding https://github.com/xsuchy/python-hwdata
Description
No description provided
Readme 25 MiB
Languages
Makefile 42%
Python 33%
Shell 24.2%
Dockerfile 0.8%