# Texas Instrument Card Reader handler # written by Andika Triwidada # based on Debian Sid's udev 85-pcmcia.rules # # $Id: tifm-udev,v 1.2 2007/03/09 11:23:16 andika Exp andika $ # $ $Log: tifm-udev,v $ # $ Revision 1.2 2007/03/09 11:23:16 andika # $ remove old, irrelevant pcmcia info # $ # $ Revision 1.1 2007/03/09 11:07:07 andika # $ Initial revision # $ # # PCI id: # 0a:09.2 Mass storage controller [0180]: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) [104c:803b] # events: # UEVENT[1173395299.173293] remove@/devices/pci0000:00/0000:00:1e.0/0000:0a:09.2/tifm_sd0:1 # UDEV [1173395299.174213] remove@/devices/pci0000:00/0000:00:1e.0/0000:0a:09.2/tifm_sd0:1 # UEVENT[1173395303.584170] add@/devices/pci0000:00/0000:00:1e.0/0000:0a:09.2/tifm_sd0:1 # UDEV [1173395303.585243] add@/devices/pci0000:00/0000:00:1e.0/0000:0a:09.2/tifm_sd0:1 ACTION!="add", GOTO="tifm_end" # modprobe the tifm SD driver automatically KERNELS=="tifm_sd0:1", SUBSYSTEMS=="tifm", RUN+="/sbin/modprobe -b tifm_sd" LABEL="tifm_end"