05 Sep, 2007
1 commit
-
This fixes "atkbd.c: Suprious NAK on isa0060/serio0" errors for
HP Pavilion DV4270ca.Signed-off-by: Elvis Pranskevichus
Signed-off-by: Dmitry Torokhov
18 Jul, 2007
1 commit
-
On some boxes that don't have PS/2 mice connected at startup BIOS
completely disables AUX port and attempts to access it result in
hosed keyboard. Historically we do not trust ACPI/PNP data on
i386 and try to poke AUX port even if we did not find an active
PNP node for it. However in cases when BIOS writers got KBD port
properly described we can assume that they did the right thing
for AUX port as well.Signed-off-by: Dmitry Torokhov
28 Jun, 2007
1 commit
-
This should get rid of "atkbd.c: Suprious NAK on isa0060/serio0"
messages caused by broken MUX implementation. The box does not
have external PS/2 ports and, according to documentation,
automatically disables touchpad when an external mouse is plugged
into a port replicator, so MUX mode would not work anyway.Signed-off-by: Dmitry Torokhov
12 Jun, 2007
2 commits
-
The box does not implement AUX LOOP command properly and so we
can't test for AUX IRQ delivery so blacklist it via DMI and
assume that AUX port is present.Signed-off-by: Dmitry Torokhov
-
This board does not raise AUX IRQ in response to AUX LOOP command
which interferes with our test for proper AUX IRQ wiring. Put it
in the blacklist and assume mouse is present.Signed-off-by: Dmitry Torokhov
25 Apr, 2007
2 commits
-
Add PNP IDs for Fujitsu touchscreen/touchpad for AUX port
detection to latch onto.Signed-off-by: Dmitry Torokhov
-
There is no data coming from touchscreen on Panasonic CF-29
notebook unless keyboard controller is in legacy mode.Signed-off-by: Dmitry Torokhov
16 Mar, 2007
1 commit
-
This should get rid of "atkbd.c: Suprious NAK on isa0060/serio0"
messages caused by broken MUX implementation. The box does not
have external PS/2 ports so disabling MUX mode is safe.Signed-off-by: Dmitry Torokhov
08 Dec, 2006
1 commit
-
We already had entry for Fujitsu Lifebook P7010 in the nomux
blacklist but for some reason Fujitsu decided to fiddle with
DMI data...Signed-off-by: Dmitry Torokhov
14 Sep, 2006
1 commit
-
When keyboard controller is in active multiplexing mode ALPS touchpad
may get detected twice. Since the box does not have external PS/2
ports simply disabling MUX mode is safe solution.Signed-off-by: Dmitry Torokhov
09 Aug, 2006
1 commit
-
ALPS touchpad on Amoi laptops (Amoi is a vendor in China) is not
detected when keyboard controller is in MUX mode, add to blacklist.Signed-off-by: Andrew Morton
Signed-off-by: Dmitry Torokhov
14 Mar, 2006
1 commit
-
Do not assume that pnp_register_driver() returns the number of
devices claimed.Signed-off-by: Bjorn Helgaas
Signed-off-by: Dmitry Torokhov
14 Jan, 2006
1 commit
-
Signed-off-by: Vojtech Pavlik
Signed-off-by: Dmitry Torokhov
06 Jan, 2006
1 commit
-
Signed-off-by: Ben Collins
Signed-off-by: Dmitry Torokhov
21 Dec, 2005
1 commit
-
Add yet another entry to the ever-growing list of boxes with
non-working MUX implementation.Signed-off-by: Dmitry Torokhov
04 Sep, 2005
4 commits
-
Signed-off-by: Dmitry Torokhov
-
creation of keyboard port.
Signed-off-by: Dmitry Torokhov
-
is absent from ACPI/PNP tables.
Signed-off-by: Dmitry Torokhov
-
Signed-off-by: Dmitry Torokhov
11 Jul, 2005
2 commits
-
Signed-off-by: Vojtech Pavlik
Signed-off-by: Dmitry Torokhov -
Signed-off-by: Dmitry Torokhov
28 May, 2005
5 commits
-
put in MUX mode - Fujitsu Lifebook S6230
Signed-off-by: Dmitry Torokhov
-
because it interferes with ALPS touchpad detection and
causes horrible death on reboot. Since P10 does not have
external PS/2 ports MUX mode does not have any advantages
over legacy mode anyway.Signed-off-by: Dmitry Torokhov
-
when no i8042 controller (not PnP, not legacy) is present.
From: Kurt Garloff
Signed-off-by: Vojtech Pavlik
Signed-off-by: Dmitry Torokhov -
for i386, it's printed on many machines and usually is not
a cause for worry.Signed-off-by: Dmitry Torokhov
Signed-off-by: Vojtech Pavlik -
when only a keyboard part of the controller is detected.
Signed-off-by: Vojtech Pavlik
Signed-off-by: Dmitry Torokhov
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!