|
<!--
|
|
pusb.conf-dist: Default configuration file for pamusb.
|
|
Copy this file to /etc/pusb/pusb.conf if you don't already have one.
|
|
|
|
See http://www.pamusb.org/doc/configuring
|
|
-->
|
|
|
|
<configuration>
|
|
<!-- Default options -->
|
|
<defaults>
|
|
<!-- Example:
|
|
<option name="debug">true</option>
|
|
-->
|
|
</defaults>
|
|
|
|
<!-- Device settings -->
|
|
<devices>
|
|
<!-- Example:
|
|
Note: You should use pusb_conf to add devices automatically.
|
|
<device id="MyDevice">
|
|
<vendor>SanDisk Corp.</vendor>
|
|
<model>Cruzer Titanium</model>
|
|
<serial>SNDKXXXXXXXXXXXXXXXX</serial>
|
|
<volume_uuid>6F6B-42FC</volume_uuid>
|
|
<option name="probe_timeout">10</option>
|
|
</device>
|
|
-->
|
|
</devices>
|
|
|
|
|
|
<!-- User settings -->
|
|
<users>
|
|
<!-- Example:
|
|
<user id="root">
|
|
<device>MyDevice</device>
|
|
<option name="quiet">true</option>
|
|
<hotplug event="lock">gnome-screensaver-command -lock</hotplug>
|
|
<hotplug event="unlock">gnome-screensaver-command -deactivate</hotplug>
|
|
</user>
|
|
-->
|
|
</users>
|
|
|
|
<!-- Services settings (e.g. gdm, su, sudo...) -->
|
|
<services>
|
|
<!-- Example: Speed up hotplugging by disabling one time pads -->
|
|
<service id="pusb_hotplug">
|
|
<option name="one_time_pad">false</option>
|
|
</service>
|
|
</services>
|
|
</configuration>
|