<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in oxpec.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>54de8b835b5d3f78081ad17c964ffc7fcf771716 - Merge tag &apos;platform-drivers-x86-v7.0-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#54de8b835b5d3f78081ad17c964ffc7fcf771716</link>
        <description>Merge tag &apos;platform-drivers-x86-v7.0-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Pull x86 platform driver fixes from Ilpo J&#228;rvinen: - alienware-wmi-wmax: Add G-Mode support to m18 laptops - asus-armoury: Add support for FA401UM, G733QS, GX650RX - dell-wmi-sysman: Don&apos;t hex dump plaintext password data - hp-bioscfg: Support large number of enumeration attributes - hp-wmi: Add support for Omen 14-fb1xxx, 16-xd0xxx, 16-wf0xxx, and   Victus-d0xxx - int3472: Handle GPIO type 0x10 (DOVDD) - intel-hid:     - Add Dell 14 &amp; 16 Plus 2-in-1 to dmi_vgbs_allow_list     - Enable 5-button array on ThinkPad X1 Fold 16 Gen 1 - mellanox: mlxreg: Fix kernel-doc warnings - oxpec: Add support for OneXPlayer X1 Air, X1z, APEX, and Aokzoe A2   Pro - redmi-wmi: Add more Fn hotkey mappings - thinkpad_acpi: Fix errors reading battery thresholds - touchscreen_dmi: Add quirk for y-inverted Goodix touchscreen on SUPI   S10 - uniwill-laptop:     - FN lock/super key lock attributes rename     - Fix crash on unexpected battery event     - A special key combination can alter FN lock status so mark it       volatile     - Handle FN lock event* tag &apos;platform-drivers-x86-v7.0-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: (27 commits)  platform/x86: dell-wmi-sysman: Don&apos;t hex dump plaintext password data  platform_data/mlxreg: mlxreg.h: fix all kernel-doc warnings  platform/x86: asus-armoury: add support for FA401UM  platform/x86: asus-armoury: add support for GX650RX  platform/x86: hp-bioscfg: Support allocations of larger data  platform/x86: oxpec: Add support for Aokzoe A2 Pro  platform/x86: oxpec: Add support for OneXPlayer X1 Air  platform/x86: oxpec: Add support for OneXPlayer X1z  platform/x86: oxpec: Add support for OneXPlayer APEX  platform/x86: uniwill-laptop: Handle FN lock event  platform/x86: uniwill-laptop: Mark FN lock status as being volatile  platform/x86: uniwill-laptop: Fix crash on unexpected battery event  platform/x86: uniwill-laptop: Rename FN lock and super key lock attrs  platform/x86: redmi-wmi: Add more hotkey mappings  platform/x86: alienware-wmi-wmax: Add G-Mode support to m18 laptops  platform/x86: hp-wmi: add Omen 14-fb1xxx (board 8E41) support  platform/x86: dell-wmi: Add audio/mic mute key codes  platform/x86: hp-wmi: Add Victus 16-d0xxx support  platform/x86: intel-hid: Enable 5-button array on ThinkPad X1 Fold 16 Gen 1  platform/x86: int3472: Handle GPIO type 0x10 (DOVDD)  ...

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Fri, 06 Mar 2026 18:48:50 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>cd0883055b04586770dab43c64159348bf480a3e - platform/x86: oxpec: Add support for Aokzoe A2 Pro</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#cd0883055b04586770dab43c64159348bf480a3e</link>
        <description>platform/x86: oxpec: Add support for Aokzoe A2 ProAokzoe A2 Pro is an older device that the oxpec driver is missing thequirk for. It has the same behavior as the AOKZOE A1 devices. Add aquirk for it to the oxpec driver.Signed-off-by: Antheas Kapenekakis &lt;lkml@antheas.dev&gt;Link: https://patch.msgid.link/20260223183004.2696892-5-lkml@antheas.devReviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Signed-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Mon, 23 Feb 2026 19:29:53 +0100</pubDate>
        <dc:creator>Antheas Kapenekakis &lt;lkml@antheas.dev&gt;</dc:creator>
    </item>
<item>
        <title>2a3b4a8c10a64a62c4243007139d253dc1324dfd - platform/x86: oxpec: Add support for OneXPlayer X1 Air</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#2a3b4a8c10a64a62c4243007139d253dc1324dfd</link>
        <description>platform/x86: oxpec: Add support for OneXPlayer X1 AirX1 Air is an X1 variant with a newer Intel chipset. It uses the sameregisters as the X1. Add a quirk for it to the oxpec driver.Signed-off-by: Antheas Kapenekakis &lt;lkml@antheas.dev&gt;Link: https://patch.msgid.link/20260223183004.2696892-4-lkml@antheas.devReviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Signed-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Mon, 23 Feb 2026 19:29:52 +0100</pubDate>
        <dc:creator>Antheas Kapenekakis &lt;lkml@antheas.dev&gt;</dc:creator>
    </item>
<item>
        <title>4049c46edb5d44c0de045f6f504371705dd603dd - platform/x86: oxpec: Add support for OneXPlayer X1z</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#4049c46edb5d44c0de045f6f504371705dd603dd</link>
        <description>platform/x86: oxpec: Add support for OneXPlayer X1zX1z is a variant of OneXPlayer X1 A with 8840U. It seems that only oneuser has this one. Add a quirk for it to the oxpec driver.Signed-off-by: Antheas Kapenekakis &lt;lkml@antheas.dev&gt;Link: https://patch.msgid.link/20260223183004.2696892-3-lkml@antheas.devReviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Signed-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Mon, 23 Feb 2026 19:29:51 +0100</pubDate>
        <dc:creator>Antheas Kapenekakis &lt;lkml@antheas.dev&gt;</dc:creator>
    </item>
<item>
        <title>3385ea97c14d271dcb0c6e6fcf16972f819eecd8 - platform/x86: oxpec: Add support for OneXPlayer APEX</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#3385ea97c14d271dcb0c6e6fcf16972f819eecd8</link>
        <description>platform/x86: oxpec: Add support for OneXPlayer APEXOneXPlayer Apex is a new Strix Halo handheld. It uses the same registersas the OneXPlayer Fly devices. Add a quirk for it to the oxpec driver.Signed-off-by: Antheas Kapenekakis &lt;lkml@antheas.dev&gt;Link: https://patch.msgid.link/20260223183004.2696892-2-lkml@antheas.devReviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Signed-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Mon, 23 Feb 2026 19:29:50 +0100</pubDate>
        <dc:creator>Antheas Kapenekakis &lt;lkml@antheas.dev&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>9d588a1140b9ae211581a7a154d0b806d8cd8238 - Merge tag &apos;platform-drivers-x86-v6.19-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#9d588a1140b9ae211581a7a154d0b806d8cd8238</link>
        <description>Merge tag &apos;platform-drivers-x86-v6.19-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Pull x86 platform driver updates from Ilpo J&#228;rvinen: - acer-wmi: Add PH16-72, PHN16-72, and PT14-51 fan control support - acpi: platform_profile: Add max-power profile option (power draw   limited by the cooling hardware, may exceed battery power draw limit   when on AC power) - amd/hsmp: Allow more than one data-fabric per socket - asus-armoury: Add WMI attributes driver to expose miscellaneous WMI   functions through fw_attributes (deprecates the custom BIOS features   interface through asus-wmi) - asus-wmi: Use brightness_set_blocking() for kbd led - ayaneo-ec: Add Ayaneo Embedded Controller driver - fs/nls:     - Fix utf16 to utf8 string conversion when output size restricted     - Improve error code consistency for utf8 to utf32 conversions - ideapad-laptop: Fast (Rapid Charge) charge type support - intel/hid: Add Dell Pro Rugged 10/12 tablet to VGBS DMI quirks - intel/pmc:     - Arrow Lake telemetry GUID improvements     - Add support for Wildcat Lake PMC information - intel_pmc_ipc: Fix ACPI buffer memleak - intel/punit_ipc: Fix memory corruption - intel/vsec: Wildcat Lake PMT telemetry support - lenovo-wmi-gamezone: Map &quot;Extreme&quot; performance mode to max-power - lg-laptop: Add support for the HDAP opregion field - serial-multi-instantiate: Add IRQ_RESOURCE_OPT for IRQ missing   projects - thinkpad-t14s-ec: Improve suspend/resume support (lid LEDs, keyboard   backlight) - uniwill: Add Uniwill laptop driver - wmi: Move under drivers/platform/wmi as non-x86 WMI support is around   the corner and other WMI features will require adding more C files as   well - tools/power/x86/intel-speed-select: v1.24     - Check feature status to check if the feature enablement was       successful     - Reset SST-TF bucket structure to display valid bucket info - Miscellaneous cleanups / refactoring / improvements* tag &apos;platform-drivers-x86-v6.19-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: (73 commits)  tools/power/x86/intel-speed-select: v1.24 release  tools/power/x86/intel-speed-select: Reset isst_turbo_freq_info for invalid buckets  tools/power/x86/intel-speed-select: Check feature status  platform/x86: asus-wmi: use brightness_set_blocking() for kbd led  fs/nls: Fix inconsistency between utf8_to_utf32() and utf32_to_utf8()  platform/x86: asus-armoury: add support for GA503QR  platform/x86: intel_pmc_ipc: fix ACPI buffer memory leak  platform/x86: hp-wmi: Order DMI board name arrays  platform/x86/intel/hid: Add Dell Pro Rugged 10/12 tablet to VGBS DMI quirks  platform: surface: replace use of system_wq with system_percpu_wq  platform: x86: replace use of system_wq with system_percpu_wq  platform/surface: acpi-notify: add WQ_PERCPU to alloc_workqueue users  platform/x86: wmi-gamezone: Add Legion Go 2 Quirks  platform/x86: lenovo-wmi-gamezone Use max-power rather than balanced-performance  acpi: platform_profile - Add max-power profile option  platform/x86/amd/pmf: Use devm_mutex_init() for mutex initialization  platform/x86/amd/pmf: Add BIOS_INPUTS_MAX macro to replace hardcoded array size  platform/x86: serial-multi-instantiate: Add IRQ_RESOURCE_OPT for IRQ missing projects  platform/x86/amd/pmf: Refactor repetitive BIOS output handling  platform/x86/uniwill: Add TUXEDO devices  ...

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Tue, 09 Dec 2025 22:38:17 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>02c15e3ddcc5a50fbdf1e586d94f0372f5b40ed5 - platform/x86: ayaneo-ec: Move Ayaneo devices from oxpec to ayaneo-ec</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#02c15e3ddcc5a50fbdf1e586d94f0372f5b40ed5</link>
        <description>platform/x86: ayaneo-ec: Move Ayaneo devices from oxpec to ayaneo-ecCurrently, the oxpec driver contains Ayaneo devices. Move them to thenew ayaneo-ec driver, which is dedicated to them.As this driver supports charge inhibition for Ayaneo, add support for itfor the AIR, AIR 1S, AB05-Medoncino, AIR Pro, and Kun, referenced fromthe out-of-tree ayaneo-platform driver.In addition, update the readmes of oxpec to reflect this change.Link: https://github.com/ShadowBlip/ayaneo-platformTested-by: Derek J. Clark &lt;derekjohn.clark@gmail.com&gt;Reviewed-by: Armin Wolf &lt;W_Armin@gmx.de&gt;Reviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Signed-off-by: Antheas Kapenekakis &lt;lkml@antheas.dev&gt;Link: https://patch.msgid.link/20251119174505.597218-6-lkml@antheas.devSigned-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Wed, 19 Nov 2025 18:45:04 +0100</pubDate>
        <dc:creator>Antheas Kapenekakis &lt;lkml@antheas.dev&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b966ae42235a88eaea714be09ff3d698535bdfe - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/platform/x86/oxpec.c#9b966ae42235a88eaea714be09ff3d698535bdfe</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/platform/x86/oxpec.c</description>
        <pubDate>Mon, 13 Oct 2025 09:19:19 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
