Browse Source

disable pads for pusb_hotplug in the default settings

Andrea Luzzardi 18 years ago
parent
commit
dac1b93ae0
1 changed files with 6 additions and 7 deletions
  1. +6
    -7
      doc/pusb.conf-dist

+ 6
- 7
doc/pusb.conf-dist View File

@ -2,7 +2,7 @@
pusb.conf-dist: Default configuration file for pamusb. pusb.conf-dist: Default configuration file for pamusb.
Copy this file to /etc/pusb/pusb.conf if you don't already have one. Copy this file to /etc/pusb/pusb.conf if you don't already have one.
See http://www.pamusb.org/doc/config
See http://www.pamusb.org/doc/configuring
--> -->
<configuration> <configuration>
@ -35,17 +35,16 @@ See http://www.pamusb.org/doc/config
<device>MyDevice</device> <device>MyDevice</device>
<option name="quiet">true</option> <option name="quiet">true</option>
<hotplug event="lock">gnome-screensaver-command -lock</hotplug> <hotplug event="lock">gnome-screensaver-command -lock</hotplug>
<hotplug event="unlock">gnome-screensaver-command -unlock</hotplug>
<hotplug event="unlock">gnome-screensaver-command -deactivate</hotplug>
</user> </user>
--> -->
</users> </users>
<!-- Services settings (e.g. gdm, su, sudo...) --> <!-- Services settings (e.g. gdm, su, sudo...) -->
<services> <services>
<!-- Example:
<service id="pusb_hotplug">
<option name="one_time_pad">false</option>
</service>
-->
<!-- Example: Speed up hotplugging by disabling one time pads -->
<service id="pusb_hotplug">
<option name="one_time_pad">false</option>
</service>
</services> </services>
</configuration> </configuration>

Loading…
Cancel
Save