17 May, 2005

6 commits

  • This patch fixes two possible off by one errors found by the Coverity
    checker (look at the period[i] and delay[j] in the two first unchanged
    lines).

    Signed-off-by: Adrian Bunk
    Cc: Vojtech Pavlik
    Cc: Dmitry Torokhov
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     
  • move serio port's id attributes into separate subdirectory:
    ..devices/serioX/id_type -> ..devices/serioX/id/type
    ..devices/serioX/id_proto -> ..devices/serioX/id/proto

    Signed-off-by: Dmitry Torokhov
    Cc: Vojtech Pavlik
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Dmitry Torokhov
     
  • serport - avoid calling serio_interrupt or serio_write_wakeup on unregistered
    port. Also fix memory leak which could happen if serport was left unused by
    moving serio allocation down to serport_ldisc_read.

    Signed-off-by: Dmitry Torokhov
    Cc: Vojtech Pavlik
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Dmitry Torokhov
     
  • ALPS needs to be reset for detection to work reliably when reconnecting.

    Signed-off-by: Dmitry Torokhov
    Cc: Vojtech Pavlik
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Dmitry Torokhov
     
  • Make the alps printk output look consistent.

    Cc: Vojtech Pavlik
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrew Morton
     
  • serio - do not attempt to immediately disconnect port if resume failed, let
    kseriod take care of it. Otherwise we may attempt to unregister associated
    input devices which will generate hotplug events which are not handled well
    during swsusp.

    Signed-off-by: Dmitry Torokhov
    Cc: Vojtech Pavlik
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Dmitry Torokhov
     

01 May, 2005

2 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