Skip to content

Commit

Permalink
Add serial device bus support to penmount serial driver.
Browse files Browse the repository at this point in the history
Currently the penmount touchscreen driver registers as a serio driver, which seems not supporting device tree binding. This patch tries to support both serio and serdev in a single module.
For this purpose, the module implements module_init and module_exit instead of using module_serio_driver. The module is also modified to share input codes for both serio and serdev.

Signed-off-by: John Sung <penmount.touch@gmail.com>
  • Loading branch information
penmount authored and intel-lab-lkp committed Jan 6, 2022
1 parent 08a6df0 commit 053957c
Showing 1 changed file with 250 additions and 57 deletions.

0 comments on commit 053957c

Please sign in to comment.