Re: [PATCH v5 2/4] HID: lenovo: Prepare support for adding other devices

2014-07-25 Thread Antonio Ospite
On Wed, 23 Jul 2014 23:30:46 +0100 Jamie Lentin wrote: > Ensure all tpkbd specifics are within a postfixed function, the > main functions for the driver should just switch to the appropriate > function depending on product ID. Given this, we can add extra devices > by including extra postfixed fu

[PATCH v5 2/4] HID: lenovo: Prepare support for adding other devices

2014-07-23 Thread Jamie Lentin
Ensure all tpkbd specifics are within a postfixed function, the main functions for the driver should just switch to the appropriate function depending on product ID. Given this, we can add extra devices by including extra postfixed functions. Signed-off-by: Jamie Lentin --- drivers/hid/hid-lenov