linux/generic: add 2.6.37 support for the Cisco 7941/7945 IP phones: http://lkml...
[openwrt.git] / package / base-files / files / etc / hotplug.d / usb / 10-usb
1 #!/bin/sh
2
3 # Copyright (C) 2009 OpenWrt.org
4
5 case "$ACTION" in
6 add)
7 # update LEDs
8 ;;
9 remove)
10 # update LEDs
11 ;;
12 esac
13
This page took 0.044554 seconds and 5 git commands to generate.