mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-09 09:56:38 +07:00
09113aea55
Also have the driver send MSC_SCAN events as most keyboards do to aid in updating keymap from userspace. Tested-by: Wan ZongShun <mcuos.com@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
16 lines
341 B
C
16 lines
341 B
C
#ifndef __ASM_ARCH_W90P910_KEYPAD_H
|
|
#define __ASM_ARCH_W90P910_KEYPAD_H
|
|
|
|
#include <linux/input/matrix_keypad.h>
|
|
|
|
extern void mfp_set_groupi(struct device *dev);
|
|
|
|
struct w90p910_keypad_platform_data {
|
|
const struct matrix_keymap_data *keymap_data;
|
|
|
|
unsigned int prescale;
|
|
unsigned int debounce;
|
|
};
|
|
|
|
#endif /* __ASM_ARCH_W90P910_KEYPAD_H */
|