<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in sysfs-class-led-trigger-tty</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>96d947d4 - Documentation: leds: Update led-trigger-tty ABI description</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led-trigger-tty#96d947d4</link>
        <description>Documentation: leds: Update led-trigger-tty ABI descriptionThe &apos;led-trigger-tty&apos; uses the same naming in the ABI documentation asthe &apos;led-trigger-netdev&apos;. Which leads to the following warning whenbuilding the documentation.Warning: /sys/class/leds/&lt;led&gt;/rx is defined 2 times:Documentation/ABI/testing/sysfs-class-led-trigger-tty:7Documentation/ABI/testing/sysfs-class-led-trigger-netdev:49Warning: /sys/class/leds/&lt;led&gt;/tx is defined 2 times:Documentation/ABI/testing/sysfs-class-led-trigger-tty:15Documentation/ABI/testing/sysfs-class-led-trigger-netdev:34Renaming the &apos;What&apos; path by prefixing it with &apos;tty_&apos; solves this problem.Fixes: 6dec659896b4 (&quot;leds: ledtrig-tty: Add additional line state evaluation&quot;)Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;Link: https://lore.kernel.org/r/20240110133410.81645-1-fe@dev.tdt.deSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;(cherry picked from commit ea411a8422c1d7f8193d726fb76ba09534b6a5fe)Signed-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led-trigger-tty</description>
        <pubDate>Wed, 10 Jan 2024 13:34:10 +0000</pubDate>
        <dc:creator>Florian Eckert &lt;fe@dev.tdt.de&gt;</dc:creator>
    </item>
<item>
        <title>6dec6598 - leds: ledtrig-tty: Add additional line state evaluation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led-trigger-tty#6dec6598</link>
        <description>leds: ledtrig-tty: Add additional line state evaluationThe serial tty interface also supports additional input signals, thatcan also be evaluated within this trigger. This change is adding thefollowing additional input sources, which could be controlledvia the &apos;/sys/class/&lt;leds&gt;/&apos; sysfs interface.Explanation:DCE = Data Communication Equipment (Modem)DTE = Data Terminal Equipment (Computer)- cts:  DCE is ready to accept data from the DTE (CTS = Clear To Send). If  the line state is detected, the LED is switched on.  If set to 0 (default), the LED will not evaluate CTS.  If set to 1, the LED will evaluate CTS.- dsr:  DCE is ready to receive and send data (DSR = Data Set Ready). If the  line state is detected, the LED is switched on.  If set to 0 (default), the LED will not evaluate DSR.  If set to 1, the LED will evaluate DSR.- dcd:  DTE is receiving a carrier from the DCE (DCD = Data Carrier Detect).  If the line state is detected, the LED is switched on.  If set to 0 (default), the LED will not evaluate DCD.  If set to 1, the LED will evaluate DCD.- rng:  DCE has detected an incoming ring signal on the telephone line  (RNG = Ring Indicator). If the line state is detected, the LED is  switched on.  If set to 0 (default), the LED will not evaluate RNG.  If set to 1, the LED will evaluate RNG.Also add an invert flag on LED blink, so that the LED blinks in thecorrect order.* If one off the new enabled input signals are evaluatet as &apos;enabled&apos;,  and data are transmitted, then the LED should first blink &apos;off&apos; and  then &apos;on&apos; (invert).* If all the new enabled input signals are evaluatet as &apos;disabled&apos;,  and data are transmitted, then the LED should first blink &apos;on&apos; and  then &apos;off&apos;.Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;Reviewed-by: Maarten Brock &lt;m.brock@vanmierlo.com&gt;Reviewed-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20231127110311.3583957-5-fe@dev.tdt.deSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led-trigger-tty</description>
        <pubDate>Mon, 27 Nov 2023 11:03:11 +0000</pubDate>
        <dc:creator>Florian Eckert &lt;fe@dev.tdt.de&gt;</dc:creator>
    </item>
<item>
        <title>5b755ca6 - leds: ledtrig-tty: Make rx tx activitate configurable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led-trigger-tty#5b755ca6</link>
        <description>leds: ledtrig-tty: Make rx tx activitate configurableUntil now, the LED blinks when data is sent via the tty (rx/tx).This is not configurable.This change adds the possibility to make the indication for the directionof the transmitted data independently controllable via the new rx andtx sysfs entries.- rx:  Signal reception (rx) of data on the named tty device.  If set to 0, the LED will not blink on reception.  If set to 1 (default), the LED will blink on reception.- tx:  Signal transmission (tx) of data on the named tty device.  If set to 0, the LED will not blink on transmission.  If set to 1 (default), the LED will blink on transmission.This new sysfs entry are on by default. Thus the trigger behaves asbefore this change.Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;Reviewed-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20231127110311.3583957-4-fe@dev.tdt.deSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led-trigger-tty</description>
        <pubDate>Mon, 27 Nov 2023 11:03:10 +0000</pubDate>
        <dc:creator>Florian Eckert &lt;fe@dev.tdt.de&gt;</dc:creator>
    </item>
<item>
        <title>fd4a641a - leds: trigger: implement a tty trigger</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led-trigger-tty#fd4a641a</link>
        <description>leds: trigger: implement a tty triggerUsage is as follows:	myled=ledname	tty=ttyS0	echo tty &gt; /sys/class/leds/$myled/trigger	echo $tty &gt; /sys/class/leds/$myled/ttyname. When this new trigger is active it periodically checks the tty&apos;sstatistics and when it changed since the last check the led is flashedonce.Signed-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Link: https://lore.kernel.org/r/20210113173018.bq2fkea2o3yp6rf6@pengutronix.deSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led-trigger-tty</description>
        <pubDate>Wed, 13 Jan 2021 17:30:18 +0000</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;</dc:creator>
    </item>
</channel>
</rss>
