~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kinfocenter/Modules/view1394/README

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
this kcontrol module shows the current configuration of the IEEE 1394 bus.
 
2
It uses libraw1394 (see www.linux1394.org). I don't know how the 1394 apis
 
3
on other OS's look, feel free to port it :-)
 
4
 
 
5
The file oui.db is generated from the file oui.txt which you can get at
 
6
http://standards.ieee.org/regauth/oui/index.shtml 
 
7
 
 
8
It was generated using the following command: 
 
9
 
 
10
awk '/base 16/ { if (NF>3) {s=$1; for (i=4; i<=NF; i++) s=s " " $i; print s}}' oui.txt > oui.db
 
11
 
 
12
Alex
 
13
<neundorf@kde.org>