mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-01 16:27:08 +08:00
8 lines
220 B
Bash
Executable File
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
|