Add missing device ID for mid-2013 Macbook Air 6,1

2013-08-24 Thread Ian Munsie
I recently got a new mid-2013 Macbook Air, which seems to use a device ID that is missing from the kernel. From lsusb: Bus 001 Device 003: ID 05ac:0290 Apple, Inc. This generation of Macbook Air already has three IDs listed in the kernel (0x0291, 0x0292 and 0x0293) as WELLSPRING8, so I've added 0x

[PATCH 1/2] HID: apple: Add another device ID for the mid-2013 Macbook Air

2013-08-24 Thread Ian Munsie
This patch adds a device ID found for mid-2013 Macbook Air 6,1 from lsusb: Bus 001 Device 003: ID 05ac:0290 Apple, Inc. Since IDs already exist for this generation Macbook air as WELLSPRING8, name this one WELLSPRING8A. This only adds an ANSI version since it's device ID is only one less than the

[PATCH 2/2] Input: bcm5974: Add another device ID for the mid-2013 Macbook Air

2013-08-24 Thread Ian Munsie
This patch adds a device ID found for mid-2013 Macbook Air 6,1 from lsusb: Bus 001 Device 003: ID 05ac:0290 Apple, Inc. Since IDs already exist for this generation Macbook air as WELLSPRING8, name this one WELLSPRING8A. This only adds an ANSI version since it's device ID is only one less than the

Re: [PATCH 1/2] HID: apple: Add another device ID for the mid-2013 Macbook Air

2013-08-24 Thread Dmitry Torokhov
Hi Ian, On Sun, Aug 25, 2013 at 12:17:52AM +1000, Ian Munsie wrote: > This patch adds a device ID found for mid-2013 Macbook Air 6,1 from > lsusb: > > Bus 001 Device 003: ID 05ac:0290 Apple, Inc. > > Since IDs already exist for this generation Macbook air as WELLSPRING8, > name this one WELLSPRI

Re: [PATCH] Input: as5011 - fix error return code in as5011_probe()

2013-08-24 Thread Dmitry Torokhov
On Fri, Aug 23, 2013 at 10:54:55AM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Applied, thank you. > --- > drivers/input/joystick/as5011.c

Re: [PATCH] Input: wacom - fix error return code in wacom_probe()

2013-08-24 Thread Dmitry Torokhov
Hi Wei, On Fri, Aug 23, 2013 at 10:53:00AM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return a negative error code from the urb submit error > handling case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun > --- > drivers/input/tablet/wacom_sys.c

Re: [PATCH] Input: wacom - add support for 0x300 and 0x301

2013-08-24 Thread Dmitry Torokhov
On Tue, Aug 20, 2013 at 05:53:39PM -0700, Ping Cheng wrote: > Tested-by: Arjuna Rao Chavala > Signed-off-by: Ping Cheng Applied, thank you. > --- > drivers/input/tablet/wacom_wac.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/drivers/input/tablet/wacom_wa

Re: [PATCH 2/3] Input: wacom - Provide a range for the ABS_MISC axis

2013-08-24 Thread Dmitry Torokhov
Hi Jason, On Thu, Aug 22, 2013 at 06:15:36PM -0700, Jason Gerecke wrote: > Android marks found axes as 'valid' only if they have a minimum > and maximum value that aren't equal. Since we don't actually > assign any range information for ABS_MISC, Android doesn't bother > to mark it such. This prev

Re: [PATCH 1/3] Input: wacom - Support EMR and MFT sensors of Cintiq Companion Hybrid

2013-08-24 Thread Dmitry Torokhov
Hi Jason, On Thu, Aug 22, 2013 at 06:15:35PM -0700, Jason Gerecke wrote: > Adds support for the sensors integrated in to the Cintiq Companion > Hybrid. These sensors use by-and-large the same protocol as the > Cintiq 24HD touch. > > NOTE: The ExpressKeys on the Cintiq Companion Hybrid are wired t

Re: [PATCH 1/2] HID: apple: Add another device ID for the mid-2013 Macbook Air

2013-08-24 Thread Henrik Rydberg
On Sat, Aug 24, 2013 at 04:26:30PM -0700, Dmitry Torokhov wrote: > Hi Ian, > > On Sun, Aug 25, 2013 at 12:17:52AM +1000, Ian Munsie wrote: > > This patch adds a device ID found for mid-2013 Macbook Air 6,1 from > > lsusb: > > > > Bus 001 Device 003: ID 05ac:0290 Apple, Inc. > > > > Since IDs alr