You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[ -n "$DISK_MEDIA_CHANGE" ] && /sbin/block info
|
|
|
|
if [ "$ACTION" = "add" -a "$DEVTYPE" = "disk" ]; then
|
|
case "$DEVNAME" in
|
|
mtd*) : ;;
|
|
*) echo 2000 > /sys/block/$DEVNAME/events_poll_msecs ;;
|
|
esac
|
|
fi
|
|
|