summarylogtreecommitdiffstats
path: root/k380_enable_function_keys.sh
blob: d736f6f971a38dc721268f543e81123e664bc994 (plain)
1
2
3
4
5
6
#!/usr/bin/sh

if [ "$ACTION" == "add" ];
then
    /usr/bin/k380_conf -d $DEVNAME -f on
fi