<?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</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8f2244c9 - leds: class: Don&apos;t expose color sysfs entry</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led#8f2244c9</link>
        <description>leds: class: Don&apos;t expose color sysfs entryThe commit c7d80059b086 (&quot;leds: class: Store the color index in structled_classdev&quot;) introduced a new sysfs entry &quot;color&quot; that is commonlycreated for the led classdev.  Unfortunately, this conflicts with the&quot;color&quot; sysfs entry of already existing drivers such as Logitech HIDor System76 ACPI drivers.  The driver probe fails due to the conflict,hence it leads to a severe regression with the missing keyboard, forexample.This patch reverts partially the change in the commit above forremoving the led class color sysfs entries again for addressing theregressions.  The newly introduced led_classdev.color field is kept asit&apos;s already used by other driver.Fixes: c7d80059b086 (&quot;leds: class: Store the color index in struct led_classdev&quot;)Reported-by: Johannes Pen&#223;el &lt;johannes.penssel@gmail.com&gt;Closes: https://lore.kernel.org/r/b5646db3-acff-45aa-baef-df3f660486fb@gmail.comLink: https://bugzilla.kernel.org/show_bug.cgi?id=218045Link: https://bugzilla.kernel.org/show_bug.cgi?id=218155Link: https://bugzilla.suse.com/show_bug.cgi?id=1217172Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Link: https://lore.kernel.org/r/20231121162359.9332-1-tiwai@suse.deSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led</description>
        <pubDate>Tue, 21 Nov 2023 16:23:59 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c7d80059 - leds: class: Store the color index in struct led_classdev</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led#c7d80059</link>
        <description>leds: class: Store the color index in struct led_classdevStore the color of the LED so that it is not lost after the LED&apos;sname has been composed. This color information can then be exposed tothe user space or used by the LED consumer.Signed-off-by: Jean-Jacques Hiblot &lt;jjhiblot@traphandler.com&gt;Link: https://lore.kernel.org/r/20230728153731.3742339-3-jjhiblot@traphandler.comSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led</description>
        <pubDate>Fri, 28 Jul 2023 15:37:29 +0000</pubDate>
        <dc:creator>Jean-Jacques Hiblot &lt;jjhiblot@traphandler.com&gt;</dc:creator>
    </item>
<item>
        <title>edef2fa2 - docs: ABI: unify /sys/class/leds/&lt;led&gt;/brightness documentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led#edef2fa2</link>
        <description>docs: ABI: unify /sys/class/leds/&lt;led&gt;/brightness documentationThis ABI is defined twice, one for normal leds and anotherone for multicolor ones.Ensure that just one definition is there at ABI.Acked-by: Pavel Machek &lt;pavel@ucw.cz&gt;Acked-by: Jonathan Corbet &lt;corbet@lwn.net&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Link: https://lore.kernel.org/r/1115022e7f172b19ee8610f2ad28cc2f0ca93592.1604042072.git.mchehab+huawei@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led</description>
        <pubDate>Fri, 30 Oct 2020 07:40:53 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>54a19b4d - docs: ABI: cleanup several ABI documents</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led#54a19b4d</link>
        <description>docs: ABI: cleanup several ABI documentsThere are some ABI documents that, while they don&apos;t generateany warnings, they have issues when parsed by get_abi.pl scripton its output result.Address them, in order to provide a clean output.Reviewed-by: Tom Rix &lt;trix@redhat.com&gt; # for fpga-managerReviewed-By: Kajol Jain&lt;kjain@linux.ibm.com&gt; # for sysfs-bus-event_source-devices-hv_gpci and sysfs-bus-event_source-devices-hv_24x7Acked-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt; #for IIOAcked-by: Oded Gabbay &lt;oded.gabbay@gmail.com&gt; # for HabanalabsAcked-by: Vaibhav Jain &lt;vaibhav@linux.ibm.com&gt; # for sysfs-bus-papr-pmemAcked-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt; # for catptAcked-by: Suzuki K Poulose &lt;suzuki.poulose@arm.com&gt;Acked-by: Ilya Dryomov &lt;idryomov@gmail.com&gt; # for rbdAcked-by: Jonathan Corbet &lt;corbet@lwn.net&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Link: https://lore.kernel.org/r/5bc78e5b68ed1e9e39135173857cb2e753be868f.1604042072.git.mchehab+huawei@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led</description>
        <pubDate>Fri, 30 Oct 2020 07:40:50 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>34433332 - docs: ABI: testing: make the files compatible with ReST output</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led#34433332</link>
        <description>docs: ABI: testing: make the files compatible with ReST outputSome files over there won&apos;t parse well by Sphinx.Fix them.Acked-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt; # for IIOAcked-by: Fabrice Gasnier &lt;fabrice.gasnier@st.com&gt;Acked-by: Jonathan Corbet &lt;corbet@lwn.net&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Link: https://lore.kernel.org/r/58cf3c2d611e0197fb215652719ebd82ca2658db.1604042072.git.mchehab+huawei@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led</description>
        <pubDate>Fri, 30 Oct 2020 07:40:39 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8c5099b - leds: class: Add new optional brightness_hw_changed attribute</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led#b8c5099b</link>
        <description>leds: class: Add new optional brightness_hw_changed attributeSome LEDs may have their brightness level changed autonomously(outside of kernel control) by hardware / firmware. This commitadds support for an optional brightness_hw_changed attribute tosignal such changes to userspace (if a driver can detect them):What:		/sys/class/leds/&lt;led&gt;/brightness_hw_changedDate:		January 2017KernelVersion:	4.11Description:		Last hardware set brightness level for this LED. Some LEDs		may be changed autonomously by hardware/firmware. Only LEDs		where this happens and the driver can detect this, will		have this file.		This file supports poll() to detect when the hardware		changes the brightness.		Reading this file will return the last brightness level set		by the hardware, this may be different from the current		brightness.Drivers which want to support this, simply add LED_BRIGHT_HW_CHANGED totheir flags field and call led_classdev_notify_brightness_hw_changed()with the hardware set brightness when they detect a hardware / firmwaretriggered brightness change.Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Acked-by: Pavel Machek &lt;pavel@ucw.cz&gt;Signed-off-by: Jacek Anaszewski &lt;jacek.anaszewski@gmail.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led</description>
        <pubDate>Sun, 29 Jan 2017 13:42:52 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>0cb8eb30 - leds: class: Add new optional brightness_hw_changed attribute</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led#0cb8eb30</link>
        <description>leds: class: Add new optional brightness_hw_changed attributeSome LEDs may have their brightness level changed autonomously(outside of kernel control) by hardware / firmware. This commitadds support for an optional brightness_hw_changed attribute tosignal such changes to userspace (if a driver can detect them):What:		/sys/class/leds/&lt;led&gt;/brightness_hw_changedDate:		January 2017KernelVersion:	4.11Description:		Last hardware set brightness level for this LED. Some LEDs		may be changed autonomously by hardware/firmware. Only LEDs		where this happens and the driver can detect this, will		have this file.		This file supports poll() to detect when the hardware		changes the brightness.		Reading this file will return the last brightness level set		by the hardware, this may be different from the current		brightness.Drivers which want to support this, simply add LED_BRIGHT_HW_CHANGED totheir flags field and call led_classdev_notify_brightness_hw_changed()with the hardware set brightness when they detect a hardware / firmwaretriggered brightness change.Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Acked-by: Pavel Machek &lt;pavel@ucw.cz&gt;Signed-off-by: Jacek Anaszewski &lt;jacek.anaszewski@gmail.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led</description>
        <pubDate>Sun, 29 Jan 2017 13:42:52 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>ed25e9ca - cleanup LED documentation and make it match reality</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led#ed25e9ca</link>
        <description>cleanup LED documentation and make it match realitysysfs-class-led fails to mention some important details. Also fix ledvs LED and english.Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;Signed-off-by: Jacek Anaszewski &lt;j.anaszewski@samsung.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led</description>
        <pubDate>Mon, 03 Oct 2016 08:10:50 +0000</pubDate>
        <dc:creator>Pavel Machek &lt;pavel@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>1f70cb40 - Documentation: move oneshot trigger attributes documentation to ABI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led#1f70cb40</link>
        <description>Documentation: move oneshot trigger attributes documentation to ABIDocumentation of sysfs interface should be in ABI in the first place.This moves relevant part of documentation and mentions where to look forit.Fix trivial typos whilst we are at it.Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;Signed-off-by: Jacek Anaszewski &lt;j.anaszewski@samsung.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led</description>
        <pubDate>Fri, 26 Aug 2016 14:19:36 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;</dc:creator>
    </item>
<item>
        <title>25985edc - Fix common misspellings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led#25985edc</link>
        <description>Fix common misspellingsFixes generated by &apos;codespell&apos; and manually reviewed.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led</description>
        <pubDate>Thu, 31 Mar 2011 01:57:33 +0000</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;</dc:creator>
    </item>
<item>
        <title>9f9455ae - leds: add output inversion option to backlight trigger</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led#9f9455ae</link>
        <description>leds: add output inversion option to backlight triggerExtend the LED backlight tirgger driver with an option that allows forinverting the trigger output polarity.With the invertion option provided, I (ab)use the backlight trigger fordriving a LED that indicates LCD display blank condtition on my AmstradDelta videophone.  Since the machine has no dedicated power LED, it wasnot possible to distinguish if the display was blanked, or the machine wasturned off, without touching it.The invert sysfs control is patterned after a similiar function of the GPIOtrigger driver.[akpm@linux-foundation.org: make output match input, tighten input checking][akpm@linux-foundation.org: make output match input, tighten input checking]Signed-off-by: Janusz Krzysztofik &lt;jkrzyszt@tis.icnet.pl&gt;Cc: Paul Mundt &lt;lethal@linux-sh.org&gt;Acked-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led</description>
        <pubDate>Thu, 13 Jan 2011 00:59:20 +0000</pubDate>
        <dc:creator>Janusz Krzysztofik &lt;jkrzyszt@tis.icnet.pl&gt;</dc:creator>
    </item>
<item>
        <title>5f634c65 - led: document sysfs interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-led#5f634c65</link>
        <description>led: document sysfs interfaceAlso fix Documentation/led-class.txt, the acceptablerange of values for brightness is 0-max_brightness, not 0-255.Cc: Richard Purdie &lt;rpurdie@rpsys.net&gt;Signed-off-by: Corentin Chary &lt;corentincj@iksaif.net&gt;Signed-off-by: Len Brown &lt;len.brown@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-led</description>
        <pubDate>Fri, 28 Aug 2009 12:56:45 +0000</pubDate>
        <dc:creator>Corentin Chary &lt;corentincj@iksaif.net&gt;</dc:creator>
    </item>
</channel>
</rss>
