summaryrefslogtreecommitdiff
path: root/TODO
blob: ce6256dbc75c735140a834ba2370814adbf9f47c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Open

+ Display the current case mode (^C) onscreen

+ emacs like key bindings
    ^S for searching (^Y)
    Up/dwn Arrow support Next/Prev field. ??
    Inline editing on Input fields ( ??^B/^F )
    ^X^C to quit ( ^Q ??)
    Pagdwn/PageUp/+/- 

+ Same capabilities as interactive in non interactive (one shot) mode

+ Provide some how-do-I-use-this-thing doc.

+ Replace invlib.[ch] by real database.  Failing that, at least sanitize it.

Possible changes:

? Change to full screen target display and use bottom line for command,
    control or fn keys for operations (cf pine)

? Apply added capability from osr5 codebase

>2016-04-18 16:09:55 +0200 committerJacek Anaszewski <j.anaszewski@samsung.com>2016-04-19 08:57:16 +0200 commitcf6fea8cda8ae3b5b7576fa6bd2b35905e155967 (patch) tree902cb0c38640d6fde8b18fa19a52d26b29141299 /Documentation parent4a91c45ea57c4974c797b89dfed19e946a774787 (diff)
leds: ledtrig-ide-disk: Move ide_blink_delay to ledtrig_ide_activity()
Parameters delay_on and delay_off of led_trigger_blink_oneshot() are pointers, to enable blink interval adjustment by LED class drivers of the controllers that implement hardware blinking. Move ide_blink_delay variable to ledtrig_ide_activity() in order to prevent the situation when adjustment committed by one LED class driver influences blink interval of the software fallback blink feature, that is applied to the drivers that don't implement blink_set op. Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Diffstat (limited to 'Documentation')