Changes between Version 2 and Version 3 of OpenWrt/gpio
- Timestamp:
- 02/27/2018 06:50:58 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/gpio
v2 v3 49 49 * facilitate firmware loading 50 50 * calling {{{/sbin/hotplug-call}}} on platform subsystem events 51 * calling {{{/etc/rc.button/$BUTTON}}} on button events51 * calling {{{/etc/rc.button/$BUTTON}}} on button (Linux input) events 52 52 * calling {{{/sbin/hotplug-call}}} on various subsystem events (such as net, input, usb, block, atm, tty, button) 53 53 54 Button events:54 Button (Linux input) events: 55 55 - {{{/sbin/hotplug-call}}} will have the following defined: 56 - {{{BUTTON}}} - button name 56 - {{{BUTTON}}} - button name (ie BTN_0 for user pushbutton) 57 57 - {{{ACTION}}} - pressed|released 58 58 - {{{SEQNUM}}} - a numeric value that increments with the event message