Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
documentation update
  • Loading branch information
philippedeswert committed Sep 16, 2011
1 parent 0bc08ae commit 10347e8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/usb_moded-doc.txt
Expand Up @@ -39,11 +39,11 @@ Similary a mode can be set.

dbus-send --system --type=method_call --print-reply --dest=com.meego.usb_moded /com/meego/usb_moded com.meego.usb_moded.set_mode string:'<mode_name>'

Even the configuration can be set over DBus.
Even the configuration can be set over DBus (this will set either the gconf key or use the settings file)

dbus-send --system --type=method_call --print-reply --dest=com.meego.usb_moded /com/meego/usb_moded com.meego.usb_moded.set_config string:'<mode_name>'

However this can also be handled by setting the following GConf key.
However this can also be optionally handled by setting the following GConf key.

/Meego/System/UsbMode (querying and setting can be done as follows:

Expand Down Expand Up @@ -82,6 +82,11 @@ and make clear to programs on the device that something is wrong with the fs the
[altmount]
mount = /home/user/MyDocs

Also the default usb mode can be configured there. For example:

[usbmode]
mode = ask

The other settings and config dirs will be handled later in the appsync and dynamic modes part.
(This is optional and can be compiled out)

Expand Down

0 comments on commit 10347e8

Please sign in to comment.