Files
openwrt_packages/luci-app-usb-printer/root/etc/hotplug.d/usb/10-usb_printer
2025-11-02 14:26:26 +08:00

8 lines
220 B
Bash
Executable File

#!/bin/sh
# Copyright (C) 2005-2014 NowRush Studio
# Author: hackpascal <hackpascal@gmail.com>
if [ x"$INTERFACE" = x"7/1/1" ] || [ x"$INTERFACE" = x"7/1/2" ]; then
/usr/bin/usb_printer_hotplug "$PRODUCT" "$ACTION"
fi