commit | c36b867e5b9747a027e3ef633ab2b85f0cda90a2 | [log] [tgz] |
---|---|---|
author | Flemmard <flemmard@gmail.com> | Wed Oct 23 17:43:54 2013 +0200 |
committer | flintman <flintman@flintmancomputers.com> | Mon Apr 27 08:04:32 2015 -0400 |
tree | 542a91891748fd4058fd900592002393f7de7cb7 | |
parent | 1e1978e0f7a002254374e08bf79bb9c1f50ccf3e [diff] [blame] |
crucial_oj: add oj driver and modifications needed in gpio_input/event/matrix
diff --git a/include/linux/gpio_event.h b/include/linux/gpio_event.h index 2613fc5..71ee16a 100644 --- a/include/linux/gpio_event.h +++ b/include/linux/gpio_event.h
@@ -37,6 +37,9 @@ void **data, unsigned int dev, unsigned int type, unsigned int code, int value); /* out events */ bool no_suspend; +#ifdef CONFIG_OPTICALJOYSTICK_CRUCIAL + bool oj_btn; +#endif }; struct gpio_event_platform_data {