diff options
author | Martin Pitt <martinpitt@gnome.org> | 2012-05-21 11:40:49 +0200 |
---|---|---|
committer | Martin Pitt <martinpitt@gnome.org> | 2012-05-21 11:41:52 +0200 |
commit | 48e05e8e2c1aa1a6dfd4defaf8854f32ef39b0ab (patch) | |
tree | 2e4a209265ee382a45d29af70931c69b41150196 /docs/provides-component-naming.txt | |
parent | 8380d8e0f91fc781919cbab68ba410c347cef0c2 (diff) |
docs/provides-component-naming.txt: Document MODALIAS
There is no real need to put the modalias string into a "category()" wrapper,
so just use the plain string.
Diffstat (limited to 'docs/provides-component-naming.txt')
-rw-r--r-- | docs/provides-component-naming.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/provides-component-naming.txt b/docs/provides-component-naming.txt index c01ef1d1e..bce32c6e4 100644 --- a/docs/provides-component-naming.txt +++ b/docs/provides-component-naming.txt @@ -12,7 +12,11 @@ In general, the component naming should be "type(component-name)". Component naming ---------------- -MODALIAS: /!\ Format nor defined (yet) +MODALIAS: A string with the modalias, for example + "pci:v00008086d00003B64sv000017AAsd0000215Fbc07sc80i00" + or "usb:v09DAp000Ad0014dc00dsc00dp00ic03isc01ip02". + Returns packages which provide a driver for this + device. CODEC: A string in the format of gstreamer<version>(type-format) where <version> is the GStreamer API version (e. g. |