Re: [PATCH] Input: add switch event(SW_COVER_ATTACHED)

2020-11-01 Thread kernel test robot
Hi HyungJae, Thank you for the patch! Yet something to improve: [auto build test ERROR on input/next] [also build test ERROR on linus/master linux/master v5.10-rc1 next-20201030] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '

[PATCH] Input: add switch event(SW_COVER_ATTACHED)

2020-10-29 Thread HyungJae Im
We need support to various accessories on the device, some requiring switch does not exist in switch list. So added switch for the following purpose. SW_COVER_ATTACHED is for the checking the cover attached or not on the device. We also added driver that uses such event. Signed-off-by: Hyungjae I