Gentoo Archives: gentoo-commits

From: "Diego Elio Pettenò" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hwids:master commit in: /
Date: Sun, 08 Apr 2012 19:09:10
Message-Id: 1333911127.888f4cc55ce5d4e5086b20555fbd961c1f9b79bb.flameeyes@gentoo
1 commit: 888f4cc55ce5d4e5086b20555fbd961c1f9b79bb
2 Author: Diego Elio Pettenò <flameeyes <AT> flameeyes <DOT> eu>
3 AuthorDate: Sun Apr 8 18:52:07 2012 +0000
4 Commit: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 18:52:07 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hwids.git;a=commit;h=888f4cc5
7
8 Add a simple script to update the IDs.
9
10 ---
11 fetch.sh | 4 ++++
12 1 files changed, 4 insertions(+), 0 deletions(-)
13
14 diff --git a/fetch.sh b/fetch.sh
15 new file mode 100755
16 index 0000000..6846191
17 --- /dev/null
18 +++ b/fetch.sh
19 @@ -0,0 +1,4 @@
20 +#!/bin/sh
21 +
22 +curl http://pci-ids.ucw.cz/v2.2/pci.ids.bz2 | bzcat > pci.ids
23 +curl http://www.linux-usb.org/usb.ids.bz2 | bzcat > usb.ids