Re: [PATCH v5 2/3] cap11xx: Add support for various cap11xx devices
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-10-10 17:29:52
Also in:
linux-devicetree
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-10-10 17:29:52
Also in:
linux-devicetree
Hi Matt, On Thu, Oct 09, 2014 at 09:23:02PM -0700, Matt Ranostay wrote:
@@ -63,7 +60,25 @@ struct cap11xx_priv { struct input_dev *idev; /* config */ - unsigned short keycodes[CAP11XX_NUM_CHN]; + unsigned int num_channels; + u32 keycodes[];
Any particular reason you decided to keep num_channels field givfen that the same data is accessible through priv->idev->keycodemax? Thanks. -- Dmitry