[PATCH] USB: serial: add support Infineon modem USB flashloader driver

2013-05-29 Thread Wei Shuai
If you want to download Infineon modem via USB, this Infineon USB flashloader driver is required. Signed-off-by: Wei Shuai --- drivers/usb/serial/Kconfig | 10 ++ drivers/usb/serial/Makefile |1 + drivers/usb/serial/flashloader.c | 39

Re: [PATCH] Input: break joystick limitation of maximum 80 buttons

2020-07-13 Thread Wei Shuai
一 下午5:06写道: > > On Sun, Jul 12, 2020 at 07:54:54AM +0800, Wei Shuai wrote: > > The joystick max buttons 80 limitation comes from > > > > #define BTN_JOYSTICK 0x120 > > #define BTN_DEAD 0x12f > > #define BTN_TRIGGER_HAPPY 0x2c0 > > #define KEY_MAX 0x2ff >

[PATCH] break joystick limitation of maxmium 80 buttons

2020-07-09 Thread Wei Shuai
~KEY_MAX Finally I got the max limitation is 80. Signed-off-by: Wei Shuai --- include/linux/mod_devicetable.h| 2 +- include/uapi/linux/input-event-codes.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/mod_devicetable.h b/include/linux

[PATCH] break joystick limitation of maximum 80 buttons

2020-07-09 Thread Wei Shuai
~KEY_MAX and Finally I got the max limitation is 80. Signed-off-by: Wei Shuai --- include/linux/mod_devicetable.h| 2 +- include/uapi/linux/input-event-codes.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/mod_devicetable.h b/include/linux

[PATCH] Input: break joystick limitation of maximum 80 buttons

2020-07-11 Thread Wei Shuai
Signed-off-by: Wei Shuai --- include/linux/mod_devicetable.h| 2 +- include/uapi/linux/input-event-codes.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 8d764aab29de..35eb59ae1f19 100644 --- a