SD slot on 7-in-1 USB card reader not recognised as SD
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | hal (Ubuntu) |
Low
|
Martin Pitt | ||
Bug Description
There are 4 slots on my 7-in-1 USB card reader.
HAL calls them "USB Storage-CFC", "USB Storage-MSC", "USB Storage-SMC" and "USB Storage-SDC".
HAL has the correct storage.drive_type for the compact flash, memory stick and smart media slots, but the SD slot has a storage.drive_type of "disk".
In /usr/share/
<match key="storage.model" contains=
<merge key="storage.
</match>
<match key="storage.model" contains=
<merge key="storage.
</match>
<match key="storage.model" contains=
<merge key="storage.
</match>
<match key="storage.model" contains=
<merge key="storage.
</match>
HAL expects "Storage-MMC", but I have "Storage-SDC".
So the fix is to add this:
<match key="storage.model" contains=
<merge key="storage.
</match>
| Sebastien Bacher (seb128) wrote : | #1 |
| Changed in hal: | |
| importance: | Undecided → Low |
| status: | Unconfirmed → Confirmed |
| Martin Pitt (pitti) wrote : | #2 |
Trivial fix, edgyable.
| Changed in hal: | |
| assignee: | nobody → pitti |
| status: | Confirmed → In Progress |
| Changed in hal: | |
| status: | In Progress → Fix Committed |
| Martin Pitt (pitti) wrote : | #3 |
hal (0.5.7.1-0ubuntu15) edgy; urgency=low
.
* Add debian/
- Do not stat NFS mounts when preparing for suspend to fix hang.
- Patch taken from upstream git.
- Closes: LP#64266
* Add debian/
screen brightness in hardware, so set the appropriate flag in
10-
* Add debian/
as smart card drive type. Closes: LP#61834
* Add debian/
powersave in the suspend/hibernate scripts. Closes: LP#61920
* debian/
Corp. Sansa e270. Closes: LP#64300
* debian/
on removable devices, too. Closes: LP#61767
* Add debian/
- hald/linux/
device file, not the mount point's underlying device. This makes hal
correctly recognize fuse mounts.
- Patch ported from upstream GIT, thanks to Florent Mertens!
http://
- Closes: LP#35354
| Changed in hal: | |
| status: | Fix Committed → Fix Released |


Thanks for your bug. Marking as confirmed