diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2009-01-28 13:31:45 +0100 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2009-01-28 13:31:45 +0100 |
commit | d7a06bc844b922a22db8ec4715e2f602898c3cf9 (patch) | |
tree | 8a4c1b8f36d0032c5d795fadce5e818455602f20 | |
parent | 3026136349d7c6947c5e92c96d1338b06695835b (diff) |
filled TODOs with information for the printer namespace
Filled TODOs with information for the printer namespace.
-rw-r--r-- | doc/spec/hal-spec-properties.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml index 505b7bcf..3c400efe 100644 --- a/doc/spec/hal-spec-properties.xml +++ b/doc/spec/hal-spec-properties.xml @@ -6092,7 +6092,7 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} </entry> <entry></entry> <entry>Yes</entry> - <entry>TODO</entry> + <entry>Special device file to interact with the printer device.</entry> </row> <row> <entry> @@ -6100,7 +6100,7 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} </entry> <entry></entry> <entry>Yes</entry> - <entry>TODO</entry> + <entry>Name of the device vendor</entry> </row> <row> <entry> @@ -6108,7 +6108,7 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} </entry> <entry></entry> <entry>Yes</entry> - <entry>TODO</entry> + <entry>Name of the product.</entry> </row> <row> <entry> @@ -6116,15 +6116,19 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} </entry> <entry></entry> <entry>Yes</entry> - <entry>TODO</entry> + <entry> + A string uniquely identifying the instance of the device; + ie. it will be different for two devices of the same type. + Note that the serial number is broken on some USB devices. + </entry> </row> <row> <entry> <literal>printer.description</literal> (string) </entry> <entry></entry> - <entry>Yes</entry> - <entry>TODO</entry> + <entry>No</entry> + <entry>Description for the device.</entry> </row> <row> <entry> |