<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_kernel_zuk_msm8996.git/drivers/input, branch master</title>
<subtitle>null
</subtitle>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/'/>
<entry>
<title>Merge remote-tracking branch 'msm8998/lineage-20'</title>
<updated>2024-10-13T08:06:36+00:00</updated>
<author>
<name>Raghuram Subramani</name>
<email>raghus2247@gmail.com</email>
</author>
<published>2024-10-13T08:06:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=6a21d8496b038d1e71fd6a9bd8a95880135665d9'/>
<id>6a21d8496b038d1e71fd6a9bd8a95880135665d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>input: Drop INPUT_PROP_NO_DUMMY_RELEASE bit</title>
<updated>2024-02-19T11:53:46+00:00</updated>
<author>
<name>Han Wang</name>
<email>416810799@qq.com</email>
</author>
<published>2022-03-19T07:17:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=b04baa6223d275019e028c83e815fccb6616b06e'/>
<id>b04baa6223d275019e028c83e815fccb6616b06e</id>
<content type='text'>
 * INPUT_PROP_NO_DUMMY_RELEASE definition in this kernel collides with
   INPUT_PROP_ACCELEROMETER definition in bionic and upstream kernel. As
   a result, Android recognizes normal input devices like accelerometers
   and causes strange behaviors. There are no references to this bit in
   userspace and it is not in 4.9+ kernels, so let's drop this CAF jank.

Change-Id: Id9b4ec8d31470e663f533249c4bc4b9e94fd38be
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * INPUT_PROP_NO_DUMMY_RELEASE definition in this kernel collides with
   INPUT_PROP_ACCELEROMETER definition in bionic and upstream kernel. As
   a result, Android recognizes normal input devices like accelerometers
   and causes strange behaviors. There are no references to this bit in
   userspace and it is not in 4.9+ kernels, so let's drop this CAF jank.

Change-Id: Id9b4ec8d31470e663f533249c4bc4b9e94fd38be
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers: input: add hall switch driver</title>
<updated>2022-07-27T17:23:20+00:00</updated>
<author>
<name>Yaroslav Furman</name>
<email>yaro330@gmail.com</email>
</author>
<published>2018-10-23T18:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=bd899545690d3b53f189df8b7d7c41c706bab33f'/>
<id>bd899545690d3b53f189df8b7d7c41c706bab33f</id>
<content type='text'>
Used in accessories with magnets to lock/unlock
device and etc.

4.4 Linux version.

Signed-off-by: Yaroslav Furman &lt;yaro330@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used in accessories with magnets to lock/unlock
device and etc.

4.4 Linux version.

Signed-off-by: Yaroslav Furman &lt;yaro330@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drv2605l: Fix building on 4.4</title>
<updated>2022-07-27T16:59:12+00:00</updated>
<author>
<name>Davide Garberi</name>
<email>dade.garberi@gmail.com</email>
</author>
<published>2018-10-19T20:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=0138c4fb2a44692edb07af3aca1859322e27c50a'/>
<id>0138c4fb2a44692edb07af3aca1859322e27c50a</id>
<content type='text'>
* Fixes
	drivers/input/misc/vibrator/drv2605l.c: In function 'drv2605l_probe':
	drivers/input/misc/vibrator/drv2605l.c:979:39: error: too few arguments to function 'devm_gpiod_get'
	  haptics-&gt;platform_data.enable_gpio = devm_gpiod_get(&amp;client-&gt;dev, "enable");

* Vibration doesn't work on row even with this commit

Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes
	drivers/input/misc/vibrator/drv2605l.c: In function 'drv2605l_probe':
	drivers/input/misc/vibrator/drv2605l.c:979:39: error: too few arguments to function 'devm_gpiod_get'
	  haptics-&gt;platform_data.enable_gpio = devm_gpiod_get(&amp;client-&gt;dev, "enable");

* Vibration doesn't work on row even with this commit

Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>z2_row: Add vibrator driver</title>
<updated>2022-07-27T16:59:12+00:00</updated>
<author>
<name>chenzc</name>
<email>dazzworld@163.com</email>
</author>
<published>2017-03-25T17:58:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=304e96070a1177961a2caddab1114b8aab1f13f4'/>
<id>304e96070a1177961a2caddab1114b8aab1f13f4</id>
<content type='text'>
Change-Id: Ibe196b420b37040b4abeabab101f4cf867f8d333
Signed-off-by: dd3boh &lt;dade.garberi@gmail.com&gt;
Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ibe196b420b37040b4abeabab101f4cf867f8d333
Signed-off-by: dd3boh &lt;dade.garberi@gmail.com&gt;
Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers: gpio: Only modify home status if key is home key</title>
<updated>2022-07-27T16:59:03+00:00</updated>
<author>
<name>Álvaro Brey</name>
<email>alvaro.brv@gmail.com</email>
</author>
<published>2017-03-16T12:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=6bd30bca5cb6d755d69c7a4dce9c5bdaf0803f28'/>
<id>6bd30bca5cb6d755d69c7a4dce9c5bdaf0803f28</id>
<content type='text'>
Change-Id: I3f43fec9906ea13060a96856335f15a5fca0c6d2
Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3f43fec9906ea13060a96856335f15a5fca0c6d2
Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers: fpc/gpio cleanup</title>
<updated>2022-07-27T16:59:03+00:00</updated>
<author>
<name>Álvaro Brey</name>
<email>alvaro.brv@gmail.com</email>
</author>
<published>2017-03-16T12:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=6b401a46c8b30241ed29ce4d5cb437779dd0368d'/>
<id>6b401a46c8b30241ed29ce4d5cb437779dd0368d</id>
<content type='text'>
* General improvements to code style
* Remove unused functions
* Remove redundant param for reset_home_button
* Reuse function calls as variables to improve performance
* Simplify boolean checks
* Document extern functions and relevant variables

Change-Id: I597c5d4f35b80b797d6ab51dc0030d48d665bad1
Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* General improvements to code style
* Remove unused functions
* Remove redundant param for reset_home_button
* Reuse function calls as variables to improve performance
* Simplify boolean checks
* Document extern functions and relevant variables

Change-Id: I597c5d4f35b80b797d6ab51dc0030d48d665bad1
Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers: Fix home button bug</title>
<updated>2022-07-27T16:59:03+00:00</updated>
<author>
<name>davidevinavil</name>
<email>davidevinavil@gmail.com</email>
</author>
<published>2017-03-14T18:59:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=9c94cc153eb85eaec8d13888343529fe6ca5385c'/>
<id>9c94cc153eb85eaec8d13888343529fe6ca5385c</id>
<content type='text'>
Change-Id: I26fd52c464e26dd8abb19b62eea9c83b0b9fb09c
Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I26fd52c464e26dd8abb19b62eea9c83b0b9fb09c
Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gt1151: Properly ifdef all fw update references</title>
<updated>2022-07-27T16:58:54+00:00</updated>
<author>
<name>Yaroslav Furman</name>
<email>yaro330@gmail.com</email>
</author>
<published>2018-10-31T15:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=583588b9613db95e0a44a7391e2c6a8e0ed5a489'/>
<id>583588b9613db95e0a44a7391e2c6a8e0ed5a489</id>
<content type='text'>
* While Z2 Pro doesn't suffer from touchscreen going bad, it's still kinda pointless to have all that unused code and proc entries that it creates.

Signed-off-by: Yaroslav Furman &lt;yaro330@gmail.com&gt;
Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* While Z2 Pro doesn't suffer from touchscreen going bad, it's still kinda pointless to have all that unused code and proc entries that it creates.

Signed-off-by: Yaroslav Furman &lt;yaro330@gmail.com&gt;
Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gt1151: gt1x_generic: update guitar reset function</title>
<updated>2022-07-27T16:58:54+00:00</updated>
<author>
<name>Yaroslav Furman</name>
<email>yaro330@gmail.com</email>
</author>
<published>2018-10-20T18:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.compromyse.xyz/android/android_kernel_zuk_msm8996.git/commit/?id=29044edd21287f267593ecce47a4956cf1763003'/>
<id>29044edd21287f267593ecce47a4956cf1763003</id>
<content type='text'>
Our touchscreen only worked fine with HZ 100, before this.
Code taken from: [1] and cleaned up.
[1]: https://github.com/goodix/gt1x_driver_generic/blob/master/gt1x_generic.c#L884

Signed-off-by: Yaroslav Furman &lt;yaro330@gmail.com&gt;
Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our touchscreen only worked fine with HZ 100, before this.
Code taken from: [1] and cleaned up.
[1]: https://github.com/goodix/gt1x_driver_generic/blob/master/gt1x_generic.c#L884

Signed-off-by: Yaroslav Furman &lt;yaro330@gmail.com&gt;
Signed-off-by: Davide Garberi &lt;dade.garberi@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
