Bug 8477

Summary: Add Explay SD/MMC Carder (Realtek 2.0 Card Reader) support
Product: Sisyphus Reporter: Sir Raorn <raorn>
Component: halAssignee: Anton Farygin <rider>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: enhancement    
Priority: P2    
Version: unstable   
Hardware: all   
OS: Linux   

Description Sir Raorn 2005-11-12 21:16:52 MSK
Add to /usr/share/hal/fdi/information/10freedesktop/10-usb-card-readers.fdi:

    <!-- Explay SD/MMC Carder (Realtek 2.0 Card Reader) -->
    <match key="storage.bus" string="usb">
      <match key="@storage.physical_device:usb.vendor_id" int="0x1758">
        <match key="@storage.physical_device:usb.product_id" int="0x2004">
          <merge key="storage.drive_type" type="string">sd_mmc</merge>
        </match>
      </match>
    </match>
Comment 1 Anton Farygin 2005-11-16 17:12:39 MSK
fixed (hal-0.5.5.1-alt1)