File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ struct pcmcia_device_id {
318
318
#define INPUT_DEVICE_ID_LED_MAX 0x0f
319
319
#define INPUT_DEVICE_ID_SND_MAX 0x07
320
320
#define INPUT_DEVICE_ID_FF_MAX 0x7f
321
- #define INPUT_DEVICE_ID_SW_MAX 0x0f
321
+ #define INPUT_DEVICE_ID_SW_MAX 0x10
322
322
#define INPUT_DEVICE_ID_PROP_MAX 0x1f
323
323
324
324
#define INPUT_DEVICE_ID_MATCH_BUS 1
Original file line number Diff line number Diff line change 888
888
#define SW_LINEIN_INSERT 0x0d /* set = inserted */
889
889
#define SW_MUTE_DEVICE 0x0e /* set = device disabled */
890
890
#define SW_PEN_INSERTED 0x0f /* set = pen inserted */
891
- #define SW_MAX 0x0f
891
+ #define SW_MACHINE_COVER 0x10 /* set = cover closed */
892
+ #define SW_MAX 0x10
892
893
#define SW_CNT (SW_MAX+1)
893
894
894
895
/*
You can’t perform that action at this time.
0 commit comments