<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: hid-multitouch in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/hid-multitouch/m-p/1604382#M792</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for sharing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Intel will no longer monitor this thread since this issue has been resolved.&amp;nbsp;If you need any additional information from Intel, please submit a new question.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cordially,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Iffa&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2024 07:18:56 GMT</pubDate>
    <dc:creator>Iffa_Intel</dc:creator>
    <dc:date>2024-06-06T07:18:56Z</dc:date>
    <item>
      <title>hid-multitouch</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/hid-multitouch/m-p/1603618#M790</link>
      <description>&lt;P&gt;I want to use a touchscreen, but when I install the eci kernel the hid-multitouch driver is not included, could I have the source code of the kernel so that I can build and enable it, or can you make a build available with hid-multitouch enabled, or give me a way to be able to use a touchscreen properly with the eci kernel?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 07:58:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/hid-multitouch/m-p/1603618#M790</guid>
      <dc:creator>grandixximo</dc:creator>
      <dc:date>2024-06-04T07:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: hid-multitouch</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/hid-multitouch/m-p/1603884#M791</link>
      <description>&lt;P&gt;I succeded in enabling the hid-multitouch, if anyone needs it this is roughly what I did on Debian 11 bullseye&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Steps Taken to Enable hid-multitouch Driver:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Install Linux Source:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Installed the source for the 5.10 kernel using:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;bash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Copy code&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sudo apt install linux-source-5.10&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Build the Kernel:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Built the 5.10.218-1 kernel from source, disabling some certificates during the build process.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Extract Relevant Drivers:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Copied the /drivers/hid folder from the built kernel source.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Created a DKMS module directory at /usr/src/hid-multitouch-1.0.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Adjust Header Files:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Copied necessary .h files from /usr/src/hid-multitouch-1.0/intel-ish-hid/ishtp to /usr/src/hid-multitouch-1.0/intel-ish-hid/ipc.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Create DKMS Configuration:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Created a dkms.conf file in /usr/src/hid-multitouch-1.0 with the following content:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;plaintext&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Copy code&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;PACKAGE_NAME="hid-multitouch"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;PACKAGE_VERSION="1.0"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;BUILT_MODULE_NAME[0]="hid-multitouch"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DEST_MODULE_LOCATION[0]="/updates/dkms"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AUTOINSTALL="yes"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MAKE[0]="make -C &lt;/SPAN&gt;&lt;SPAN&gt;${kernel_source_dir}&lt;/SPAN&gt;&lt;SPAN&gt; M=&lt;/SPAN&gt;&lt;SPAN&gt;${dkms_tree}&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;${PACKAGE_NAME}&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;${PACKAGE_VERSION}&lt;/SPAN&gt;&lt;SPAN&gt;/build CFLAGS=\"-I&lt;/SPAN&gt;&lt;SPAN&gt;${kernel_source_dir}&lt;/SPAN&gt;&lt;SPAN&gt;/drivers/hid/intel-ish-hid/ishtp\""&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CLEAN="make -C &lt;/SPAN&gt;&lt;SPAN&gt;${kernel_source_dir}&lt;/SPAN&gt;&lt;SPAN&gt; M=&lt;/SPAN&gt;&lt;SPAN&gt;${dkms_tree}&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;${PACKAGE_NAME}&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;${PACKAGE_VERSION}&lt;/SPAN&gt;&lt;SPAN&gt;/build clean"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Build and Install DKMS Module:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Added the module to DKMS:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;bash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Copy code&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sudo dkms add -m hid-multitouch -v 1.0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Built the module for the current vanilla kernel:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;bash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Copy code&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sudo dkms build -m hid-multitouch -v 1.0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Install Intel ESE Kernel Headers and Kernel:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Installed the headers and kernel for 5.10.179-rt87-intel-ese-standard-lts-rt+. The DKMS install failed initially due to the hid-multitouch driver being disabled in the kernel configuration.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Enable Driver in Kernel Configuration:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Modified the kernel configuration file to enable CONFIG_HID_MULTITOUCH:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;bash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Copy code&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sudo pluma /usr/src/linux-headers-5.10.179-rt87-intel-ese-standard-lts-rt+/.config&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Added or modified the line:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;plaintext&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Copy code&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CONFIG_HID_MULTITOUCH=m&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Update Grub and Reboot:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Updated Grub configuration:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;bash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Copy code&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sudo update-grub&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rebooted into the 5.10.179-rt87-intel-ese-standard-lts-rt+ kernel.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Manually Install DKMS Module:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Ran the DKMS install manually, which succeeded:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;bash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Copy code&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sudo dkms install -m hid-multitouch -v 1.0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Verify Touchscreen Functionality:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;After rebooting, the touchscreen was working as expected.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;By following these steps, you successfully enabled and installed the hid-multitouch driver for the 5.10.179-rt87-intel-ese-standard-lts-rt+ kernel.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Jun 2024 01:25:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/hid-multitouch/m-p/1603884#M791</guid>
      <dc:creator>grandixximo</dc:creator>
      <dc:date>2024-06-05T01:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: hid-multitouch</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/hid-multitouch/m-p/1604382#M792</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for sharing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Intel will no longer monitor this thread since this issue has been resolved.&amp;nbsp;If you need any additional information from Intel, please submit a new question.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cordially,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Iffa&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 07:18:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/hid-multitouch/m-p/1604382#M792</guid>
      <dc:creator>Iffa_Intel</dc:creator>
      <dc:date>2024-06-06T07:18:56Z</dc:date>
    </item>
  </channel>
</rss>

