From 888f4cc55ce5d4e5086b20555fbd961c1f9b79bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 8 Apr 2012 20:52:07 +0200 Subject: [PATCH] Add a simple script to update the IDs. --- fetch.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 fetch.sh 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 -- 2.25.1