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 2 次提交
  3. 15 3月, 2007 1 次提交
  4. 18 2月, 2007 1 次提交
  5. 17 2月, 2007 33 次提交