The Ejectable property is mostly useless for card readers and thumb drives.
It directly exposes a flag from the kernel, e.g. /sys/block/sdX/removable,
which is the "removable bit" value from the SCSI INQUIRY response.
Unfortunately, most vendors get this wrong, i.e. many thumb drives have
the removable bit set, while some card readers have it cleared.
The MediaRemovable bit defaults to the same value, but can be overridden
by setting the ID_DRIVE_THUMB respectively ID_DRIVE_FLASH_{SD,CF,MS}
properties. UDisks ships a rules file with a large number of devices
already.
Bug: 402096