Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: iqs7222 - trim force communication command

According to the datasheets, writing only 0xFF is sufficient to
elicit a communication window. Remove the superfluous 0x00 from
the force communication command.

Fixes: e505edaedcb9 ("Input: add support for Azoteq IQS7222A/B/C")
Signed-off-by: Jeff LaBundy <jeff@labundy.com>
Link: https://lore.kernel.org/r/20220908131548.48120-6-jeff@labundy.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Jeff LaBundy and committed by
Dmitry Torokhov
10e629d3 cd01569b

+1 -1
+1 -1
drivers/input/misc/iqs7222.c
··· 1077 1077 1078 1078 static int iqs7222_force_comms(struct iqs7222_private *iqs7222) 1079 1079 { 1080 - u8 msg_buf[] = { 0xFF, 0x00, }; 1080 + u8 msg_buf[] = { 0xFF, }; 1081 1081 int ret; 1082 1082 1083 1083 /*