#!/bin/sh

source /etc/utils/shell-utils.sh

get_model_ext model
if [ "$model" == "MAG544" ]; then
    modprobe gpio_keypad
fi
