Bug 8477 - Add Explay SD/MMC Carder (Realtek 2.0 Card Reader) support
Summary: Add Explay SD/MMC Carder (Realtek 2.0 Card Reader) support
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: hal (show other bugs)
Version: unstable
Hardware: all Linux
: P2 enhancement
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-12 21:16 MSK by Sir Raorn
Modified: 2006-08-29 22:15 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)