1. 12 4月, 2007 3 次提交
    • D
      Input: add input_{get|set}_drvdata() helpers · 3abccf36
      Dmitry Torokhov 提交于
      Add helpers to set up and access driver-specific data in input
      device structure. Once conversion to struct driver is complete
      we will drop input_dev->private and will use dev_get_drvdata()
      and dev_set_drvdata().
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      3abccf36
    • 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
    • D
      Input: rework handle creation code · 5b2a0826
      Dmitry Torokhov 提交于
       - consolidate code for binding handlers to a device
       - return error codes from handlers connect() methods back to input
         core and log failures
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      5b2a0826
  2. 16 3月, 2007 1 次提交
    • H
      Input: HIL - fix rwlock recursion bug · 9575499d
      Helge Deller 提交于
      The following bug happens when insmoding hp_sdc_mlc.ko:
      
          HP SDC MLC: Registering the System Domain Controller's HIL MLC.
          BUG: rwlock recursion on CPU#0, hotplug/1814, 00854734
          Backtrace:
           [<10267560>] _raw_write_lock+0x50/0x88
           [<10104008>] _write_lock_irqsave+0x14/0x24
           [<008537d4>] hp_sdc_mlc_out+0x38/0x25c [hp_sdc_mlc]
           [<0084ebd8>] hilse_donode+0x308/0x470 [hil_mlc]
           [<0084ed80>] hil_mlcs_process+0x40/0x6c [hil_mlc]
           [<10130f80>] tasklet_action+0x78/0xb8
           [<10130cec>] __do_softirq+0x60/0xcc
           [<1010428c>] __lock_text_end+0x38/0x48
           [<10108348>] do_cpu_irq_mask+0xf0/0x11c
           [<1010b068>] intr_return+0x0/0xc
      Signed-off-by: NHelge Deller <deller@gmx.de>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      9575499d
  3. 15 3月, 2007 1 次提交
  4. 18 2月, 2007 1 次提交
  5. 17 2月, 2007 28 次提交
  6. 16 2月, 2007 2 次提交
  7. 15 2月, 2007 4 次提交