Re: [PATCH 5/6] msi-laptop: Add missing ABI documentation

2012-11-27 Thread joeyli
於 日,2012-11-25 於 00:29 +0200,Maxim Mikityanskiy 提到: > Signed-off-by: Maxim Mikityanskiy > --- > .../ABI/testing/sysfs-platform-msi-laptop | 83 > ++ > 1 file changed, 83 insertions(+) > create mode 100644 Documentation/ABI/testing/sysfs-platform-msi-laptop > > diff

Re: [PATCH 4/6] msi-laptop: Add MSI Wind U90/U100 support

2012-11-27 Thread joeyli
於 日,2012-11-25 於 00:28 +0200,Maxim Mikityanskiy 提到: > Add MSI Wind U90/U100 to separate DMI table, add U90/U100 specific > workarounds and add some missing EC features support such as basic fan > control, turbo and ECO modes and touchpad state. > > Signed-off-by: Maxim Mikityanskiy > --- > drive

Re: [PATCH 3/6] msi-laptop: Code cleanups

2012-11-27 Thread joeyli
於 日,2012-11-25 於 00:28 +0200,Maxim Mikityanskiy 提到: > Replaced msi_init_rfkill() by msi_update_rfkill(), removed delays by > replacing delayed works by just works and made msi_laptop_i8042_filter() > filter out KEY_TOUCHPAD_TOGGLE when sending KEY_TOUCHPAD_ON and > KEY_TOUCHPAD_OFF. Please separat

Re: [PATCH 2/6] msi-laptop: Work around gcc warning

2012-11-27 Thread joeyli
於 日,2012-11-25 於 00:28 +0200,Maxim Mikityanskiy 提到: > Signed-off-by: Maxim Mikityanskiy Signed-off-by: Lee, Chun-Yi Thanks for your patch! Joey Lee > --- > drivers/platform/x86/msi-laptop.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/platform/x86/msi-

Re: [PATCH 1/6] msi-laptop: Use proper return codes instead of -1

2012-11-27 Thread joeyli
於 日,2012-11-25 於 00:28 +0200,Maxim Mikityanskiy 提到: > Signed-off-by: Maxim Mikityanskiy Signed-off-by: Lee, Chun-Yi Thanks for your patch! Joey Lee > --- > drivers/platform/x86/msi-laptop.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/drivers/platform

Re: [PATCH 6/6] Add MSI Wind WMI support

2012-11-27 Thread joeyli
於 二,2012-11-27 於 17:55 +0200,Maxim Mikityanskiy 提到: > 2012/11/27 Corentin Chary : > > On Tue, Nov 27, 2012 at 8:14 AM, joeyli wrote: > >> Hi Maxim, > >> > >> 於 日,2012-11-25 於 00:29 +0200,Maxim Mikityanskiy 提到: > >>> Create a driver to support WMI found on MSI Wind laptops. This driver > >>> allows

Re: [PATCH 6/6] Add MSI Wind WMI support

2012-11-27 Thread Maxim Mikityanskiy
2012/11/27 Corentin Chary : > On Tue, Nov 27, 2012 at 3:55 PM, Maxim Mikityanskiy > wrote: >> 2012/11/27 Corentin Chary : >>> On Tue, Nov 27, 2012 at 8:14 AM, joeyli wrote: Hi Maxim, 於 日,2012-11-25 於 00:29 +0200,Maxim Mikityanskiy 提到: > Create a driver to support WMI found on

Re: [PATCH 6/6] Add MSI Wind WMI support

2012-11-27 Thread Corentin Chary
On Tue, Nov 27, 2012 at 3:55 PM, Maxim Mikityanskiy wrote: > 2012/11/27 Corentin Chary : >> On Tue, Nov 27, 2012 at 8:14 AM, joeyli wrote: >>> Hi Maxim, >>> >>> 於 日,2012-11-25 於 00:29 +0200,Maxim Mikityanskiy 提到: Create a driver to support WMI found on MSI Wind laptops. This driver allo

Re: [PATCH 6/6] Add MSI Wind WMI support

2012-11-27 Thread Maxim Mikityanskiy
2012/11/27 Corentin Chary : > On Tue, Nov 27, 2012 at 8:14 AM, joeyli wrote: >> Hi Maxim, >> >> 於 日,2012-11-25 於 00:29 +0200,Maxim Mikityanskiy 提到: >>> Create a driver to support WMI found on MSI Wind laptops. This driver >>> allows us to receive some additional keycodes for keys that are not >>>

Re: Fwd: Acer Aspire 5733 - acer_wmi problems

2012-11-27 Thread Sebastian Riemer
On 26.11.2012 19:28, joeyli wrote: > Hi Justin, > > OK, looks not just one problem on you machine. Let's clarify one by one: > > + For the Fn key you said: >+ key combos not working > >That a bit strange for at least the volume control (normally on Acer > machine are Fn+up/down) sh

Re: [PATCH 6/6] Add MSI Wind WMI support

2012-11-27 Thread Corentin Chary
On Tue, Nov 27, 2012 at 8:14 AM, joeyli wrote: > Hi Maxim, > > 於 日,2012-11-25 於 00:29 +0200,Maxim Mikityanskiy 提到: >> Create a driver to support WMI found on MSI Wind laptops. This driver >> allows us to receive some additional keycodes for keys that are not >> handled without this driver. >> >> S

Re: A weird rfkill problem after rebooting the system

2012-11-27 Thread Johannes Berg
On Tue, 2012-11-27 at 14:35 +0800, AceLan Kao wrote: > Hi, > > I encountered a strange rfkill problem on the ASUS laptop. > But it's more like an rfkill issue to me, so I mail to the > linux-wireless mailing list and > CC'd to the maintainer of the asus-wmi driver. This totally sounds like a plat

Re: [PATCH 6/6] Add MSI Wind WMI support

2012-11-27 Thread joeyli
Hi Maxim, 於 日,2012-11-25 於 00:29 +0200,Maxim Mikityanskiy 提到: > Create a driver to support WMI found on MSI Wind laptops. This driver > allows us to receive some additional keycodes for keys that are not > handled without this driver. > > Signed-off-by: Maxim Mikityanskiy I simply review this