05 Sep, 2007

1 commit


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

    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

    Dmitry Torokhov
     

12 Jun, 2007

2 commits


25 Apr, 2007

2 commits


16 Mar, 2007

1 commit


08 Dec, 2006

1 commit


14 Sep, 2006

1 commit


09 Aug, 2006

1 commit


14 Mar, 2006

1 commit


14 Jan, 2006

1 commit


06 Jan, 2006

1 commit


21 Dec, 2005

1 commit


04 Sep, 2005

4 commits


11 Jul, 2005

2 commits


28 May, 2005

5 commits


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!

    Linus Torvalds