diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-10-19 13:05:53 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2016-10-22 11:16:01 +0200 |
commit | 2187f57db6f55d41d68704179d309fbb6199b08e (patch) | |
tree | 2be4b254edec74d16f8091c170e3fa9b07c7025e /target | |
parent | 32c28a78f798dffb983a7f00342b471e5e4ac177 (diff) | |
download | upstream-2187f57db6f55d41d68704179d309fbb6199b08e.tar.gz upstream-2187f57db6f55d41d68704179d309fbb6199b08e.tar.bz2 upstream-2187f57db6f55d41d68704179d309fbb6199b08e.zip |
base-files: add ucidef_set_led_usbport for full usbport support
This helper allows using usbport trigger directly. It requires usbport
compatible syntax and supports specifying multiple USB ports, e.g.:
ucidef_set_led_usbport "usb" "USB" "devicename:colour:function" "usb1-port1" "usb2-port1"
This adds a proper object to the board.json, e.g.
"usb": {
"name": "USB",
"type": "usbport",
"sysfs": "devicename:colour:function",
"ports": [
"usb1-port1",
"usb2-port1"
]
}
and supports translating it into uci section.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target')
0 files changed, 0 insertions, 0 deletions