1. 06 10月, 2009 1 次提交
  2. 14 9月, 2009 1 次提交
  3. 09 8月, 2009 1 次提交
  4. 06 8月, 2009 1 次提交
    • T
      Input: wistron_btns - support Prestigio Wifi RF kill button · 19493478
      TJ 提交于
      The Prestigio 157, an old no-name clone laptop uses input keys very
      similar to the Wistron 1557/MS2141 with the addition of BIOS-controlled
      wireless radio frequency kill switch.
      
      This patch adds support for the RF kill switch control and adds manual
      identification of the model.
      
      The Prestigio does not expose any recognisable identity via dmidecode
      and so requires manual selection at module init using
      
      force=1 keymap=prestigio
      Signed-off-by: NTJ <ubuntu@tjworld.net>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      19493478
  5. 13 7月, 2009 1 次提交
    • G
      Input: wistron_btns - recognize Maxdata Pro 7000 notebooks · e705cee4
      Giuseppe Mazzotta 提交于
      This patch adds DMI information to automatically load the correct
      layout for the Maxdata Pro 7000X/DX notebook models. Such notebooks
      are clones of Fujitsu Amilo V2000, the hook for the v2000 is being
      used and I have tested that perfectly works.
      
      The immediate result of integrating this patch is that the five
      special buttons will work on these specific notebook models and that
      the RF killswitch will not be activated after suspend. This patch
      definitively obsoletes the fsam7400 module which I was still needing
      to enable wifi and to fix the RF killswitch suspend problem; in the
      current 2.6.30 kernel it is necessary to load the wistron_btns module
      with options 'force=1 keymap=1557/MS2141', which was not anyway a
      complete workaround.
      Signed-off-by: NGiuseppe Mazzotta <g.mazzotta@iragan.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      e705cee4
  6. 09 8月, 2008 1 次提交
  7. 30 6月, 2008 1 次提交
  8. 07 2月, 2008 1 次提交
  9. 10 10月, 2007 1 次提交
    • J
      drivers/firmware: const-ify DMI API and internals · 1855256c
      Jeff Garzik 提交于
      Three main sets of changes:
      
      1) dmi_get_system_info() return value should have been marked const,
         since callers should not be changing that data.
      
      2) const-ify DMI internals, since DMI firmware tables should,
         whenever possible, be marked const to ensure we never ever write to
         that data area.
      
      3) const-ify DMI API, to enable marking tables const where possible
         in low-level drivers.
      
      And if we're really lucky, this might enable some additional
      optimizations on the part of the compiler.
      
      The bulk of the changes are #2 and #3, which are interrelated.  #1 could
      have been a separate patch, but it was so small compared to the others,
      it was easier to roll it into this changeset.
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      1855256c
  10. 10 7月, 2007 4 次提交
  11. 30 4月, 2007 1 次提交
  12. 12 4月, 2007 3 次提交
    • E
      Input: wistron - declare keymaps as initdata · 55d29c98
      Eric Piel 提交于
      As the number of keymaps increases and is very unlikely to
      reduce, this patch helps to reduce memory consumption by
      declaring all keymaps as __initdata and copying right keymap
      during DMI detection. On x86 this make the module size at
      runtime going from 10616 to 9428: a bit more than 1kb saved.
      Signed-off-by: NEric Piel <eric.piel@tremplin-utc.net>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      55d29c98
    • E
      Input: wistron - introduce generic keymap · 7b0a4cd7
      Eric Piel 提交于
      It turns out that the keymaps in the wistron driver are almost the
      same, the main difference being some keys which may not exist and
      leds which might not be present. Therefore it's possible to write
      a generic keymap which would allow the use of an unknown keyboard
      with little drawbacks. The user can select it specifying the parameter
      "keymap=generic".
      Signed-off-by: NEric Piel <eric.piel@tremplin-utc.net>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      7b0a4cd7
    • E
      Input: wistron - add acerhk laptop database · 6480e2a2
      Eric Piel 提交于
      Acerhk supports already a lot of laptops. Lets import its database so
      that everyone can benefit of the work of Olaf Tauber. Only the "tm_new"
      laptops were imported. "tm_old" laptops could be possible but requires
      more testing and probably only few laptops are still alive. "dritek"
      laptops should probably be imported into a different driver. Also compress
      the keymaps by fitting each entry on an int. Most of the dmi matching was
      written based on google searches, so it's rather prone to errors. That's
      why I'm asking people to confirm it works.
      
      Support to generate switch input events was added as some laptops indicate
      lid open/close through this interface.
      
      This adds the following hardware:
      Acer TravelMate 370
      Acer TravelMate 380
      Acer TravelMate C300
      Acer TravelMate C100
      Acer TravelMate C110
      Acer TravelMate 250
      Acer TravelMate 350
      Acer TravelMate 620
      Acer TravelMate 630
      Acer TravelMate 220
      Acer TravelMate 230
      Acer TravelMate 260
      Acer TravelMate 280
      Acer TravelMate 360
      Acer TravelMate 2100
      Acer TravelMate 2410
      Acer Aspire 1500
      Acer Aspire 1600
      Acer Aspire 3020
      Acer Aspire 5020
      Medion MD 2900
      Medion MD 40100
      Medion MD 95400
      Medion MD 96500
      Fujitsu Siemens Amilo 7820
      Signed-off-by: NEric Piel <eric.piel@tremplin-utc.net>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      6480e2a2
  13. 07 3月, 2007 1 次提交
  14. 10 2月, 2007 1 次提交
  15. 12 10月, 2006 1 次提交
  16. 02 10月, 2006 2 次提交
  17. 23 8月, 2006 1 次提交
  18. 06 7月, 2006 1 次提交
  19. 27 6月, 2006 1 次提交
  20. 30 5月, 2006 1 次提交
  21. 05 4月, 2006 2 次提交
  22. 10 1月, 2006 1 次提交
  23. 28 12月, 2005 1 次提交
  24. 16 12月, 2005 1 次提交
  25. 12 12月, 2005 1 次提交
  26. 20 11月, 2005 5 次提交