From 4aed2c8219774f5d797760606b8489a92ddc5163 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/view1394/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 kcontrol/view1394/README (limited to 'kcontrol/view1394/README') diff --git a/kcontrol/view1394/README b/kcontrol/view1394/README new file mode 100644 index 000000000..e2dd6205e --- /dev/null +++ b/kcontrol/view1394/README @@ -0,0 +1,13 @@ +this kcontrol module shows the current configuration of the IEEE 1394 bus. +It uses libraw1394 (see www.linux1394.org). I don't know how the 1394 apis +on other OS's look, feel free to port it :-) + +The file oui.db is generated from the file oui.txt which you can get at +http://standards.ieee.org/regauth/oui/index.shtml + +It was generated using the following command: + +awk '/base 16/ { if (NF>3) {s=$1; for (i=4; i<=NF; i++) s=s " " $i; print s}}' oui.txt > oui.db + +Alex + -- cgit v1.2.1