Please Kindly Assist

2015-07-28 Thread Mrs Zhang
Please i need your assistance on a pressing matter, please kindly reply back on receipt of this message so i can give you more details. Thanks i hope to read from you soon Regards Mrs Zhang Guihua -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a

Re: [PATCH v2 1/4] toshiba_acpi: Change *available functions return type

2015-07-28 Thread Darren Hart
On Mon, Jul 27, 2015 at 07:22:25PM -0600, Azael Avalos wrote: This patch changes the *available functions return type from int to void. The checks for support of their respective features are done inside such functions and there was no need to return anything as we can flag the queried

Re: [PATCH] ideapad-laptop: add alternative representation for Yoga 2 to DMI table

2015-07-28 Thread Darren Hart
On Sun, Jul 19, 2015 at 01:10:21AM +0200, Sebastian Krzyszkowiak wrote: There is at least one (mine) Yoga 2 Pro in existence that has incorrect product version stored in DMI (reading as INVALID), causing it to not be recognized as Yoga 2 by ideapad-laptop module, which in turn causes

Re: [PATCH v2 3/4] toshiba_acpi: Refactor *{get, set} functions return value

2015-07-28 Thread Darren Hart
On Mon, Jul 27, 2015 at 07:22:27PM -0600, Azael Avalos wrote: This patch changes the default return value of the driver *{get, set} functions from 0 (success) to -EIO, since the driver default error value is -EIO. All the functions now check for TOS_FAILURE, TOS_NOT_SUPPORTED and

Re: [PATCH v2] toshiba_acpi: Add set_fan_status function

2015-07-28 Thread Darren Hart
On Mon, Jul 27, 2015 at 07:22:23PM -0600, Azael Avalos wrote: This patch adds a new function named set_fan_status to complement its get* counterpart, as well as to avoid code duplication between fan_proc_write and fan_store. Also, both functions (get*, set*) are now checking for TOS_FAILURE,

Re: [PATCH v2 2/4] toshiba_acpi: Remove *not supported feature prints

2015-07-28 Thread Darren Hart
Hi Azael, On Mon, Jul 27, 2015 at 07:22:26PM -0600, Azael Avalos wrote: Currently the driver prints *not supported if any of the features queried are in fact not supported, let us print the available features instead. This patch removes all instances pr_info printing *not supported, and