1. 20 Nov, 2005 5 commits
    • Andrew Morton's avatar
      Input: wistron - disable for x86_64 · e9fb028e
      Andrew Morton authored
      On x86_64:
      
      {standard input}:233: Error: suffix or operands invalid for `push'
      {standard input}:233: Error: suffix or operands invalid for `pop'
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      e9fb028e
    • Dmitry Torokhov's avatar
      Input: add Wistron driver · 5fc14680
      Dmitry Torokhov authored
      A driver for laptop buttons using an x86 BIOS interface that is
      apparently used on quite a few laptops and seems to be originating
      from Wistron.
      
      This driver currently "knows" only about Fujitsu-Siemens Amilo Pro V2000
      (i.e. it can detect the laptop using DMI and it contains the
      keycode->key meaning mapping for this laptop) and Xeron SonicPro X 155G
      (probably can't be reliably autodetected, requires a module parameter),
      adding other laptops should be easy.
      
      In addition to reporting button presses to the input layer the driver
      also allows enabling/disabling the embedded wireless NIC (using the
      "Wifi" button); this is done using the same BIOS interface, so it seems
      only logical to keep the implementation together.  Any flexibility
      possibly gained by allowing users to remap the function of the "Wifi"
      button is IMHO not worth it when weighted against the necessity to run
      an user-space daemon to convert button presses to wifi state changes.
      Signed-off-by: default avatarMiloslav Trmac <mitr@volny.cz>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      5fc14680
    • Dmitry Torokhov's avatar
      Input: atkbd - speed up setting leds/repeat state · 0d4c8597
      Dmitry Torokhov authored
      Changing led state is pretty slow operation; when there are multiple
      requests coming at a high rate they may interfere with normal typing.
      Try optimize (skip) changing hardware state when multiple requests
      are coming back-to-back.
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      0d4c8597
    • Linus Torvalds's avatar
      Linux v2.6.15-rc2 · 3bedff1d
      Linus Torvalds authored
      3bedff1d
    • Linus Torvalds's avatar
  2. 19 Nov, 2005 21 commits
  3. 18 Nov, 2005 14 commits