https://bugzilla.novell.com/show_bug.cgi?id=487593 Summary: Huawei e160: ignored sdhc-card Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Hotplug AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: martin@pley.de QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.7) Gecko/2009022800 SUSE/3.0.7-1.1.6 Firefox/3.0.7 The following entry in 20-broken-usb-sticks.fdi of hal makes the sd-card-reader of huawei's e160 umts-stick unusable: <!-- Ignore the Huawei E220 USB HSDPA modem --> <match key="@storage.originating_device:usb.vendor_id" int="0x12d1"> <match key="@storage.originating_device:usb.product_id" int="0x1003"> <merge key="info.ignore" type="bool">true</merge> </match> </match> Suggested solution: <!-- Ignore the Huawei E220 USB HSDPA modem --> <match key="@storage.originating_device:usb.vendor_id" int="0x12d1"> <match key="@storage.originating_device:usb.product_id" int="0x1003"> <match key="@info.parent:scsi.type" string="cdrom"> <merge key="info.ignore" type="bool">true</merge> </match> </match> </match> Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.