<?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-rc</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>fa1d8fdd - ABI: sysfs-class-rc: use wildcards on What definitions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-rc#fa1d8fdd</link>
        <description>ABI: sysfs-class-rc: use wildcards on What definitionsAn &quot;N&quot; upper letter is not a wildcard, nor can easily be identifiedby script, specially since the USB sysfs define things like.bNumInterfaces. Use, instead, &lt;N&gt;, in order to let script/get_abi.plto convert it into a Regex.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Link: https://lore.kernel.org/r/42778ca4b2f9bf73fafecb9b388a8fcd0e66be26.1631782432.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-rc</description>
        <pubDate>Thu, 16 Sep 2021 08:59:48 +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-rc#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-rc</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>901b9dd5 - media: update/fix my e-mail on some places</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-rc#901b9dd5</link>
        <description>media: update/fix my e-mail on some placesThere are two places pointing to an unexisting &quot;m.chehab@kernel.org&quot;email. I never had such email, so, I&apos;m unsure how it ends there.Anyway, it is plain wrong.While here, use my canonical e-mail on a bunch of places thatare pointing to another e-mail. The idea is that, from now on,all places will be pointing to the same SMTP server.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-rc</description>
        <pubDate>Thu, 10 May 2018 11:15:24 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0751d33c - [media] rc: change wakeup_protocols to list all protocol variants</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-rc#0751d33c</link>
        <description>[media] rc: change wakeup_protocols to list all protocol variantsFor IR wakeup, a driver has to program the hardware to wakeup at aspecific IR sequence, so it makes no sense to allow multiple wakeupprotocols to be selected. In the same manner the sysfs interface onlyallows one scancode to be provided.In addition, we need to know the specific variant of the protocol.In short, these changes are made to the wakeup_protocols sysfs entry: - list all the protocol variants rather than the protocol groups,   e.g. &quot;nec nec-x nec-32&quot; rather than just &quot;nec&quot;. - only allow one protocol variant to be selected rather than multiple - wakeup_filter can only be set once a protocol has been selected in   wakeup_protocols.This is an API change, however the only user of this API is the img-ir,but the wakeup code was never merged to mainline, so it was never used.Signed-off-by: Sean Young &lt;sean@mess.org&gt;Cc: James Hogan &lt;james.hogan@imgtec.com&gt;Cc: Sifan Naeem &lt;sifan.naeem@imgtec.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-rc</description>
        <pubDate>Mon, 05 Dec 2016 19:08:35 +0000</pubDate>
        <dc:creator>Sean Young &lt;sean@mess.org&gt;</dc:creator>
    </item>
<item>
        <title>ab88c66d - [media] rc: add wakeup_protocols sysfs file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-rc#ab88c66d</link>
        <description>[media] rc: add wakeup_protocols sysfs fileAdd a wakeup_protocols sysfs file which controls the newrc_dev::enabled_protocols[RC_FILTER_WAKEUP], which is the mask ofprotocols that are used for the wakeup filter.A new RC driver callback change_wakeup_protocol() is called to changethe wakeup protocol mask.Signed-off-by: James Hogan &lt;james.hogan@imgtec.com&gt;Reviewed-by: Antti Sepp&#228;l&#228; &lt;a.seppala@gmail.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;m.chehab@samsung.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-rc</description>
        <pubDate>Fri, 28 Feb 2014 23:17:05 +0000</pubDate>
        <dc:creator>James Hogan &lt;james.hogan@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>00942d1a - [media] media: rc: add sysfs scancode filtering interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-rc#00942d1a</link>
        <description>[media] media: rc: add sysfs scancode filtering interfaceAdd and document a generic sysfs based scancode filtering interface formaking use of IR data matching hardware to filter out uninterestingscancodes. Two filters exist, one for normal operation and one forfiltering scancodes which are permitted to wake the system from suspend.The following files are added to /sys/class/rc/rc?/: - filter: normal scancode filter value - filter_mask: normal scancode filter mask - wakeup_filter: wakeup scancode filter value - wakeup_filter_mask: wakeup scancode filter maskA new s_filter() driver callback is added which must arrange for thespecified filter to be applied at the right time. Drivers can convertthe scancode filter into a raw IR data filter, which can be appliedimmediately or later (for wake up filters).Signed-off-by: James Hogan &lt;james.hogan@imgtec.com&gt;Cc: Mauro Carvalho Chehab &lt;m.chehab@samsung.com&gt;Cc: linux-media@vger.kernel.orgCc: Rob Landley &lt;rob@landley.net&gt;Cc: linux-doc@vger.kernel.orgSigned-off-by: Mauro Carvalho Chehab &lt;m.chehab@samsung.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-rc</description>
        <pubDate>Fri, 17 Jan 2014 13:58:49 +0000</pubDate>
        <dc:creator>James Hogan &lt;james.hogan@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>7bae8979 - [media] media: rc: document rc class sysfs API</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-rc#7bae8979</link>
        <description>[media] media: rc: document rc class sysfs APIBriefly document /sys/class/rc/ API for remote controller devices inDocumentation/ABI/teting.Signed-off-by: James Hogan &lt;james.hogan@imgtec.com&gt;Cc: Rob Landley &lt;rob@landley.net&gt;Signed-off-by: Mauro Carvalho Chehab &lt;m.chehab@samsung.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-rc</description>
        <pubDate>Fri, 17 Jan 2014 13:58:46 +0000</pubDate>
        <dc:creator>James Hogan &lt;james.hogan@imgtec.com&gt;</dc:creator>
    </item>
</channel>
</rss>
