Re: [PATCH v2 1/2] cap1106: Add support for various cap11xx devices

2014-09-23 Thread Matt Ranostay
On Mon, Sep 22, 2014 at 11:46 PM, Daniel Mack wrote: > On 09/23/2014 06:04 AM, Matt Ranostay wrote: >> diff --git a/drivers/input/keyboard/cap1106.c >> b/drivers/input/keyboard/cap1106.c >> index d70b65a..07f9e88 100644 >> --- a/drivers/input/keyboard/cap1106.c >> +++

Re: [PATCH v2 1/2] cap1106: Add support for various cap11xx devices

2014-09-23 Thread Daniel Mack
On 09/23/2014 06:04 AM, Matt Ranostay wrote: > diff --git a/drivers/input/keyboard/cap1106.c > b/drivers/input/keyboard/cap1106.c > index d70b65a..07f9e88 100644 > --- a/drivers/input/keyboard/cap1106.c > +++ b/drivers/input/keyboard/cap1106.c > @@ -55,8 +55,6 @@ > #define

Re: [PATCH v2 1/2] cap1106: Add support for various cap11xx devices

2014-09-23 Thread Daniel Mack
On 09/23/2014 06:04 AM, Matt Ranostay wrote: diff --git a/drivers/input/keyboard/cap1106.c b/drivers/input/keyboard/cap1106.c index d70b65a..07f9e88 100644 --- a/drivers/input/keyboard/cap1106.c +++ b/drivers/input/keyboard/cap1106.c @@ -55,8 +55,6 @@ #define CAP1106_REG_MANUFACTURER_ID

Re: [PATCH v2 1/2] cap1106: Add support for various cap11xx devices

2014-09-23 Thread Matt Ranostay
On Mon, Sep 22, 2014 at 11:46 PM, Daniel Mack dan...@zonque.org wrote: On 09/23/2014 06:04 AM, Matt Ranostay wrote: diff --git a/drivers/input/keyboard/cap1106.c b/drivers/input/keyboard/cap1106.c index d70b65a..07f9e88 100644 --- a/drivers/input/keyboard/cap1106.c +++

[PATCH v2 1/2] cap1106: Add support for various cap11xx devices

2014-09-22 Thread Matt Ranostay
Several other variants of the cap11xx device exists with a varying number of capacitance detection channels. Add support for creating the channels dynamically. Signed-off-by: Matt Ranostay --- drivers/input/keyboard/cap1106.c | 64 +++- 1 file changed, 44

[PATCH v2 1/2] cap1106: Add support for various cap11xx devices

2014-09-22 Thread Matt Ranostay
Several other variants of the cap11xx device exists with a varying number of capacitance detection channels. Add support for creating the channels dynamically. Signed-off-by: Matt Ranostay mranos...@gmail.com --- drivers/input/keyboard/cap1106.c | 64 +++- 1