updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / linux-eee-ck / 61-eee-ssd.rules
blob7a5be4f5d93581a49cf2a57342a667817d4899c0
1 # Ensure our SSD drive is set up as non-rotational
2 # These rules are derived from the output of a commands such as:
3 #   udevadm info -a --name /dev/sda
4 #   udevadm info --query=property --name=/dev/sda
5 # Where /dev/sda is the SSD device. SUBSYSTEM, etc. type rules come from the
6 # former while ENV property matches are derived from the latter.
8 # Eee 701
9 ACTION=="add" SUBSYSTEM=="block", ENV{ID_MODEL}=="SILICONMOTION_SM223AC", ATTR{queue/rotational}="0"
10 # Eee 901
11 ACTION=="add" SUBSYSTEM=="block", ENV{ID_MODEL}=="ASUS-PHISON_SSD", ATTR{queue/rotational}="0"