You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/kcontrol/view1394
Michele Calgaro 6e4ef0f880
Fixed FTBFS caused by c++11 standard.
3 years ago
..
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am Rename additional instances of KDE to TDE 13 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kcmview1394.desktop Desktop file translations: 4 years ago
oui.db Revert automated changes 13 years ago
view1394.cpp Fixed FTBFS caused by c++11 standard. 3 years ago
view1394.h Fix FTBFS resulting from KCModule rename 11 years ago
view1394widget.ui Rename old tq methods that no longer need a unique name 12 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>