Re: [PATCH 5/6] hwmon: (dell-smm) Detect fan with index=2

2016-06-18 Thread Tolga Cakir
E call, is now doubled to around 4 - 5 seconds due to detecting 2 fans. Tested-by: Tolga Cakir 2016-06-18 0:54 GMT+02:00 Pali Rohár : > Some Dell machines (e.g. Dell Precision M3800) have two fans, first with > index=0 and second with index=2. So export also attributes for third fan >

Re: [PATCH 4/6] hwmon: (dell-smm) Cache fan_type() calls and change fan detection

2016-06-18 Thread Tolga Cakir
orrect RPM values using sensors before, because the fans were running at maximum speed, when the freeze occured. I can now read RPM values correctly and the machine doesn't annoy me with freezing up on boot anymore. Tested-by: Tolga Cakir 2016-06-18 0:54 GMT+02:00 Pali Rohár : > On more

Re: [PATCH] dell-smm-hwmon: Detect fan with index=2

2016-06-01 Thread Tolga Cakir
°C, I get 2300rpm for CPU and 2400rpm for Video. Looks good to me. Cheers, Tolga Cakir 2016-05-31 13:03 GMT+02:00 Pali Rohár : > Tolga, can you test this patch if is working for you correctly? > > On Saturday 21 May 2016 16:52:46 Pali Rohár wrote: >> Some Dell machines (e.g. Dell

Re: [PATCH 4/4] HID: microsoft: undefining ms_map_key_clear after usage

2014-04-09 Thread Tolga Cakir
Am 09.04.2014 22:42, schrieb Benjamin Tissoires: On Fri, Apr 4, 2014 at 1:07 PM, Tolga Cakir wrote: This is inspired by various other hid drivers. Signed-off-by: Tolga Cakir --- drivers/hid/hid-microsoft.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/hid/hid-microsoft.c b

Re: [PATCH 3/4] HID: microsoft: added Sidewinder X4 / X6 sysfs support

2014-04-09 Thread Tolga Cakir
Am 09.04.2014 22:42, schrieb Benjamin Tissoires: On Fri, Apr 4, 2014 at 1:07 PM, Tolga Cakir wrote: This patch enables us to set the profile, LEDs and read the key mask via sysfs. Documentation is included in this patch. Signed-off-by: Tolga Cakir --- .../ABI/testing/sysfs-driver-hid

Re: [PATCH 2/4] HID: microsoft: initial support for Microsoft Sidewinder X4 / X6 keyboards

2014-04-09 Thread Tolga Cakir
Am 09.04.2014 22:41, schrieb Benjamin Tissoires: On Fri, Apr 4, 2014 at 1:06 PM, Tolga Cakir wrote: This patch will let hid-microsoft handle the Microsoft Sidewinder X4 and X6 keyboards. I think this commit message should be a little bit more explicit, especially because the current patch

Re: [PATCH 1/4] HID: microsoft: moving quirks to struct

2014-04-09 Thread Tolga Cakir
Am 09.04.2014 22:40, schrieb Benjamin Tissoires: On Fri, Apr 4, 2014 at 1:06 PM, Tolga Cakir wrote: This will give us the opportunity to easily implement extra features for new devices. Signed-off-by: Tolga Cakir --- drivers/hid/hid-microsoft.c | 44

[PATCH 3/4] HID: microsoft: added Sidewinder X4 / X6 sysfs support

2014-04-04 Thread Tolga Cakir
This patch enables us to set the profile, LEDs and read the key mask via sysfs. Documentation is included in this patch. Signed-off-by: Tolga Cakir --- .../ABI/testing/sysfs-driver-hid-microsoft | 30 +++ drivers/hid/hid-microsoft.c| 231

[PATCH 2/4] HID: microsoft: initial support for Microsoft Sidewinder X4 / X6 keyboards

2014-04-04 Thread Tolga Cakir
This patch will let hid-microsoft handle the Microsoft Sidewinder X4 and X6 keyboards. Signed-off-by: Tolga Cakir --- drivers/hid/hid-core.c | 2 + drivers/hid/hid-ids.h | 2 + drivers/hid/hid-microsoft.c | 114 3 files changed, 118

[PATCH 4/4] HID: microsoft: undefining ms_map_key_clear after usage

2014-04-04 Thread Tolga Cakir
This is inspired by various other hid drivers. Signed-off-by: Tolga Cakir --- drivers/hid/hid-microsoft.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/hid/hid-microsoft.c b/drivers/hid/hid-microsoft.c index 5674c0c..5281d2d 100644 --- a/drivers/hid/hid-microsoft.c +++ b/drivers

[PATCH 1/4] HID: microsoft: moving quirks to struct

2014-04-04 Thread Tolga Cakir
This will give us the opportunity to easily implement extra features for new devices. Signed-off-by: Tolga Cakir --- drivers/hid/hid-microsoft.c | 44 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/drivers/hid/hid-microsoft.c b

[PATCH 1/1] HID: microsoft: adding support for Sidewinder X4 and X6 keyboards

2014-03-06 Thread Tolga Cakir
. Signed-off-by: Tolga Cakir --- .../ABI/testing/sysfs-driver-hid-microsoft | 31 ++ drivers/hid/hid-core.c | 2 + drivers/hid/hid-ids.h | 2 + drivers/hid/hid-microsoft.c| 390 - 4