Changes between Version 2 and Version 3 of OpenWrt/gpio


Ignore:
Timestamp:
02/27/2018 06:50:58 PM (6 years ago)
Author:
Tim Harvey
Comment:

explain that hotplug button events are linux input events

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/gpio

    v2 v3  
    4949 * facilitate firmware loading
    5050 * calling {{{/sbin/hotplug-call}}} on platform subsystem events
    51  * calling {{{/etc/rc.button/$BUTTON}}} on button events
     51 * calling {{{/etc/rc.button/$BUTTON}}} on button (Linux input) events
    5252 * calling {{{/sbin/hotplug-call}}} on various subsystem events (such as net, input, usb, block, atm, tty, button)
    5353
    54 Button events:
     54Button (Linux input) events:
    5555 - {{{/sbin/hotplug-call}}} will have the following defined:
    56   - {{{BUTTON}}} - button name
     56  - {{{BUTTON}}} - button name (ie BTN_0 for user pushbutton)
    5757  - {{{ACTION}}} - pressed|released
    5858  - {{{SEQNUM}}} - a numeric value that increments with the event message