hal-info: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Tue Mar 24 00:29:32 PDT 2009


 fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit bc0bb042193b5c0f32a8b66b8e97c85b69a1e249
Author: Matt Zimmerman <mdz at ubuntu.com>
Date:   Tue Mar 24 08:28:09 2009 +0100

    ignore Sandisk Cruzer Titanium U3 Windows partition
    
    Ignore read-only Windows software partition on the Sandisk Cruzer
    Titanium U3. Reported in https://launchpad.net/bugs/347457

diff --git a/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi b/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi
index 6335123..429cf97 100644
--- a/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi
+++ b/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi
@@ -15,6 +15,9 @@
             <match key="storage.model" string="U3 Cruzer Micro">
 	      <merge key="info.ignore" type="bool">true</merge>
 	    </match>
+	    <match key="storage.model" string="U3 Titanium">
+	      <merge key="info.ignore" type="bool">true</merge>
+	    </match>
 	  </match>
 	  <match key="storage.vendor" string="Intuix">
             <match key="storage.model" string="U3">


More information about the hal-commit mailing list