summaryrefslogtreecommitdiff
path: root/data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-02-16 22:41:42 +0000
committerRichard Hughes <richard@hughsie.com>2011-02-16 22:42:51 +0000
commit8bd31ca2474e43c971aa76ccb5f46c66bb23e71b (patch)
tree8712b631dd0decced66be0796d441fb23c355bb7 /data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in
parent6d347b9f838383f452b070419faf4fcddd3f697a (diff)
downloadgnome-settings-daemon-8bd31ca2474e43c971aa76ccb5f46c66bb23e71b.tar.gz
updates: migrate the UDev firmware installing functionality from gnome-packagekit
Diffstat (limited to 'data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in')
-rw-r--r--data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in
index 208f6cb4..73544727 100644
--- a/data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in
@@ -90,5 +90,20 @@
<_summary>Notify the user when the update type is available</_summary>
<_description>Notify the user when updates are available of a certain type and not auto-installed.</_description>
</key>
+ <key name="enable-check-firmware" type="b">
+ <default>true</default>
+ <_summary>Ask the user if additional firmware should be installed</_summary>
+ <_description>Ask the user if additional firmware should be installed if it is available.</_description>
+ </key>
+ <key name="banned-firmware" type="s">
+ <default>'*/intel-ucode/*'</default>
+ <_summary>Firmware files that should not be searched for</_summary>
+ <_description>Firmware files that should not be searched for, separated by commas. These can include '*' and '?' characters.</_description>
+ </key>
+ <key name="ignored-devices" type="s">
+ <default>''</default>
+ <_summary>Devices that should be ignored</_summary>
+ <_description>Devices that should be ignored, separated by commas. These can include '*' and '?' characters.</_description>
+ </key>
</schema>
</schemalist>