You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |
16 years ago | |
|---|---|---|
| .. | ||
| Makefile.am | 17 years ago | |
| README | 17 years ago | |
| configure.in.in | 17 years ago | |
| kcmview1394.desktop | 17 years ago | |
| oui.db | 17 years ago | |
| view1394.cpp | 16 years ago | |
| view1394.h | 16 years ago | |
| view1394widget.ui | 17 years ago | |
README
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
<neundorf@kde.org>