aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-04-08 20:52:07 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-04-08 20:52:07 +0200
commit888f4cc55ce5d4e5086b20555fbd961c1f9b79bb (patch)
treedf6566f6c489de305fe34014433787203f541e75
parentInitial import. (diff)
downloadhwids-888f4cc55ce5d4e5086b20555fbd961c1f9b79bb.tar.gz
hwids-888f4cc55ce5d4e5086b20555fbd961c1f9b79bb.tar.bz2
hwids-888f4cc55ce5d4e5086b20555fbd961c1f9b79bb.zip
Add a simple script to update the IDs.
-rwxr-xr-xfetch.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/fetch.sh b/fetch.sh
new file mode 100755
index 0000000..6846191
--- /dev/null
+++ b/fetch.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+curl http://pci-ids.ucw.cz/v2.2/pci.ids.bz2 | bzcat > pci.ids
+curl http://www.linux-usb.org/usb.ids.bz2 | bzcat > usb.ids