3
wget -O pci.ids http://pciids.sourceforge.net/v2.2/pci.ids
6
/* DO NOT EDIT, THIS FILE IS AUTOMATICALLY GENERATED */
10
cat pci.ids | grep -v '^#.*' | grep -v '^$' | tr \" \' | \
11
sed -n 's/\(.*\)/"\1",/p' | sed 's/?/\\?/g' >> pci_ids.h
13
cat >> pci_ids.h <<EOF