[Bug 221789] [BUG] Prestige 16 Flip AI+ C3MTG Panther Lake - Tablet Mode Switch SW_TABLET_MODE) Not Detected

[email protected] Sat, 01 Aug 2026 04:06:00 +0000
Newsgroups org.kernel.vger.platform-driver-x86
Message-ID <[email protected]/>
https://bugzilla.kernel.org/show_bug.cgi?id=3D221789

work ([email protected]) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |TAINTED_KERNEL

--- Comment #1 from work ([email protected]) ---
the issue is resolved it was the ISH server bundled with fedora that had is=
sues
so I downloaded and replaced it. Bellow are the steps i used to resolve the
issue



# 1. Navigate to the 2622 firmware directory
cd
ISH/ISH_Kit_5.8.1.7779v2_14T2_2622/Drivers/Win10/IshHeci/2622/x64/FWImage/0=
004/

# 2. Compress the file into the XZ format required by Fedora
xz --check=3Dcrc32 -c ishS_SI_5.8.1.7779.bin > ish_ptl.bin.xz  #must use th=
is
flag for kernel to recognise

# 3. Back up the default, non-working stock file
sudo mv /usr/lib/firmware/intel/ish/ish_ptl.bin.xz
/usr/lib/firmware/intel/ish/ish_ptl.bin.xz.bak

# 4. Copy the new firmware to the system directory and fix permissions
sudo cp ish_ptl.bin.xz /usr/lib/firmware/intel/ish/
sudo chmod 644 /usr/lib/firmware/intel/ish/ish_ptl.bin.xz

# 5. Tell the Intel HID driver to listen to the 360-degree folding state
echo "options intel_hid enable_sw_tablet_mode=3D1" | sudo tee
/etc/modprobe.d/intel-hid-tablet.conf

# 6. Rebuild the system's boot image cache and restart
sudo dracut --force
sudo reboot

--=20
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.=