Re: synaptics: PS/2 touchpad isn't detected if a keyboard key is held down on boot

2013-12-07 Thread Andrey Moiseev
Here is my dmesg. At boot 'H' key was held down. [0.00] Initializing cgroup subsys cpuset [0.00] Initializing cgroup subsys cpu [0.00] Initializing cgroup subsys cpuacct [0.00] Linux version 3.13.0-rc3-ARCH-dirty (o2genum@o2pc) (gcc version 4.8.2 (GCC) ) #10 SMP PR

Re: synaptics: PS/2 touchpad isn't detected if a keyboard key is held down on boot

2013-12-07 Thread Andrey Moiseev
PS2 command PS2 send byte PS2 handle ack 0xfa PS2 end command On Sat, Dec 7, 2013 at 3:01 PM, Andrey Moiseev wrote: > psmouse module is not loaded when I hold down a key on boot (when > GRUB2 says "loading vmlinuz"), and, in its turn, the PS/2 touchpad > doesn't work. L

Re: synaptics: PS/2 touchpad isn't detected if a keyboard key is held down on boot

2013-12-07 Thread Andrey Moiseev
ers somehow. On Fri, Dec 6, 2013 at 9:22 PM, Andrey Moiseev wrote: > This is an ancient bug, I noticed it since I bought my notebook. > Synaptics PS/2 touchpad is not detected and is not shown in > /dev/input/event* if I hold a keyboard key down when booting just > started. -- To unsubscri

synaptics: PS/2 touchpad isn't detected if a keyboard key is held down on boot

2013-12-06 Thread Andrey Moiseev
This is an ancient bug, I noticed it since I bought my notebook. Synaptics PS/2 touchpad is not detected and is not shown in /dev/input/event* if I hold a keyboard key down when booting just started. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Input: 8042 - only one i8042_filter

2013-09-20 Thread Andrey Moiseev
Is it ok that in /drivers/input/serio/i8042.c it's allowed to install only one i8042_filter? Theoretically, there may be several different devices that need their drivers to install i8042_filter, to eat out some device-specific subset of scancodes. Shouldn't that single pointer to the i8042_filter

Re: [PATCH] Input: i8042 - i8042_flush fix for a full 8042 buffer

2013-09-18 Thread Andrey Moiseev
Nice. That should be of no interest for the outside world how much junk 8042 contained, so that's better. On Wed, Sep 18, 2013 at 6:44 PM, Dmitry Torokhov wrote: > Hi Andrey, > > On Wed, Sep 18, 2013 at 04:35:56PM +0400, Andrey Moiseev wrote: >> When 8042 internal data buffer

[PATCH] Input: i8042 - i8042_flush fix for a full 8042 buffer

2013-09-18 Thread Andrey Moiseev
if it succeeds, indicate the error by returning -1. i8042_controller_check should be changed appropriately. Signed-off-by: Andrey Moiseev --- diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c index 78e4de4..cdda786 100644 --- a/drivers/input/serio/i8042.c +++ b/drivers/input/

[PATCH] Input: i8042 - i8042_flush fix for a full 8042 buffer

2013-09-07 Thread Andrey Moiseev
be changed appropriately. Signed-off-by: Andrey Moiseev --- diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c index 78e4de4..cdda786 100644 --- a/drivers/input/serio/i8042.c +++ b/drivers/input/serio/i8042.c @@ -222,29 +222,32 @@ static int i8042_wait_write(void) static int

input: i8042 possible bug

2013-09-03 Thread Andrey Moiseev
Here is an extract from drivers/input/serio/i8042.c: > > static int i8042_flush(void) > { > unsigned long flags; > unsigned char data, str; > int i = 0; > > spin_lock_irqsave(&i8042_lock, flags); > > while (((str = i8042_read_status()) & I8042_STR_OBF) && (i < > I8

[PATCH v8 1/1] input: ideapad_slidebar: new input driver

2013-08-20 Thread Andrey Moiseev
o2genum/ideapad-slidebar.git Patch is generated against current mainline kernel. Signed-off-by: Andrey Moiseev --- MAINTAINERS | 7 + drivers/input/misc/Kconfig| 9 + drivers/input/misc/Makefile | 1 + drivers/input/misc/ideapad_s

[PATCH v7 1/1] input: ideapad_slidebar: new input driver

2013-08-15 Thread Andrey Moiseev
ly, some others. Driver source: https://github.com/o2genum/ideapad-slidebar.git Patch is generated against current mainline kernel. Signed-off-by: Andrey Moiseev --- MAINTAINERS | 7 + drivers/input/misc/Kconfig| 9 + drivers/input/misc/Makefile |

[PATCH v6 resend] input: ideapad_slidebar: new input driver

2013-08-15 Thread Andrey Moiseev
ly, some others. Driver source: https://github.com/o2genum/ideapad-slidebar.git Patch is generated against current mainline kernel. Signed-off-by: Andrey Moiseev diff --git a/MAINTAINERS b/MAINTAINERS index defc053..2ff3dd8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4096,6 +4096,13 @

[PATCH v6 1/1] input: ideapad_slidebar: new input driver

2013-08-15 Thread Andrey Moiseev
probably, some others. Driver source: https://github.com/o2genum/ideapad-slidebar.git Patch is generated against current mainline kernel. Signed-off-by: Andrey Moiseev --- MAINTAINERS | 7 + drivers/input/misc/Kconfig| 9 + drivers/input/misc/Makefile

[PATCH v5 1/1] input: ideapad_slidebar: new input driver

2013-08-12 Thread Andrey Moiseev
o2genum/ideapad-slidebar.git Patch is generated against current mainline kernel. Signed-off-by: Andrey Moiseev --- MAINTAINERS | 7 + drivers/input/misc/Kconfig| 9 + drivers/input/misc/Makefile | 1 + drivers/input/misc/ideapad_s

[PATCH v4 1/1] input: ideapad_slidebar: new input driver

2013-08-10 Thread Andrey Moiseev
o2genum/ideapad-slidebar.git Patch is generated against current mainline kernel. Signed-off-by: Andrey Moiseev --- MAINTAINERS | 7 + drivers/input/misc/Kconfig| 9 + drivers/input/misc/Makefile | 1 + drivers/input/misc/ideapad_s

[PATCH v3 1/1] input: ideapad_slidebar: new input driver

2013-08-08 Thread Andrey Moiseev
hub.com/o2genum/ideapad-slidebar.git Patch is generated against current mainline kernel. Signed-off-by: Andrey Moiseev --- MAINTAINERS | 7 + drivers/input/misc/Kconfig| 9 + drivers/input/misc/Makefile | 1 + drivers/input/misc/ideapad_s

[PATCH v2 1/1] input: ideapad_slidebar: new input driver

2013-08-07 Thread Andrey Moiseev
r source: https://github.com/o2genum/ideapad-slidebar.git Patch is generated against current version of the mainline kernel. Signed-off-by: Andrey Moiseev --- MAINTAINERS | 7 + drivers/input/misc/Kconfig| 9 + drivers/input/misc/Makefile | 1 +

[PATCH v2 1/1] input: ideapad_slidebar: new input driver

2013-08-07 Thread Andrey Moiseev
o2genum/ideapad-slidebar.git Patch is generated against current version of the mainline kernel. Signed-off-by: Andrey Moiseev --- MAINTAINERS | 7 + drivers/input/misc/Kconfig| 9 + drivers/input/misc/Makefile | 1 + drivers/input/misc/ideapad_s

[PATCH resend] INPUT: ideapad-slidebar: add new drive

2013-07-30 Thread Andrey Moiseev
e and /sys/devices/platform/ideapad_slidebar/slidebar_mode for switching slidebar's modes. Now works on: * Lenovo IdeaPad Y550P This patch made against linux-3.10.4. Git tree for reference: https://github.com/o2genum/ideapad-slidebar.git Signed-off-by: Andrey Moiseev --- diff -upNr /usr/s

[PATCH resend] INPUT: ideapad-slidebar: add new driver

2013-07-30 Thread Andrey Moiseev
r_mode for switching slidebar's modes. Now works on: * Lenovo IdeaPad Y550P This patch made against linux-3.10.4. Git tree for reference: https://github.com/o2genum/ideapad-slidebar.git Signed-off-by: Andrey Moiseev --- diff -upNr /usr/src/linux-3.10.4/drivers/input/misc/ideapad_slidebar

[PATCH] ideapad-slidebar: add new input driver

2013-07-30 Thread Andrey Moiseev
7;s modes. Now works on: * Lenovo IdeaPad Y550P The developing git tree as reference: git://kernel.ubuntu.com/ikepanhc/ideapad-laptop.git This patch made against linux-3.10.4. Git tree for reference: https://github.com/o2genum/ideapad-slidebar.git Signed-off-by: Andrey Moiseev --- diff -upNr