# Toshiba Laptop support
if [ -f /lib/modules/`uname -r`/misc/toshiba.o ]; then
  /sbin/modprobe toshiba
fi

