1. 11 9月, 2009 1 次提交
    • D
      Input: i8042 - bypass AUX IRQ delivery test on laptops · 1c7827ae
      Dmitry Torokhov 提交于
      It seems that many laptops do not fully implement AUX LOOP command in
      their keyboard controllers, causing issues with touchpad detection.
      We know however that almost every laptop/portable uses a PS/2 pointing
      device and, even if user disables it in favor of an external mouse,
      the system will not use IRQ 12 for anything else. Therefore we may
      bypass AUX IRQ delivery test when running on a laptop and assume that
      it is routed properly.
      
      Just to be safe we require the box to have good PNP data in order to
      bypass the test.
      
      [Jin Dongming <jin.dongming@np.css.fujitsu.com>: fix crash caused
       by missing terminator in the DMI table]
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      1c7827ae
  2. 05 8月, 2009 1 次提交
  3. 29 6月, 2009 1 次提交
  4. 12 4月, 2009 1 次提交
  5. 08 4月, 2009 1 次提交
  6. 06 1月, 2009 1 次提交
  7. 20 12月, 2008 1 次提交
  8. 20 11月, 2008 1 次提交
  9. 12 11月, 2008 1 次提交
  10. 17 10月, 2008 1 次提交
  11. 14 10月, 2008 1 次提交
  12. 05 9月, 2008 1 次提交
  13. 07 8月, 2008 1 次提交
  14. 19 7月, 2008 1 次提交
  15. 07 7月, 2008 1 次提交
  16. 03 7月, 2008 3 次提交
  17. 06 6月, 2008 1 次提交
  18. 30 5月, 2008 1 次提交
    • J
      Input: i8042 - add Intel D845PESV to nopnp list · c3a34f43
      Jiri Kosina 提交于
      This patch introduces i8042_dmi_nopnp_table to make it possible to perform
      DMI matches for systems that need 'i8042.nopnp' to work correctly, and
      introduces such an entry for Intel D845PESV -- this system doesn't
      detect PS2 mouse reliably without this option, as reported by Robert
      Lewis.
      
      [dtor@mail.ru - make it compile if CONFIG_PNP is off - reported
       by Randy Dunlap]
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      c3a34f43
  19. 21 5月, 2008 1 次提交
  20. 25 4月, 2008 1 次提交
  21. 14 3月, 2008 1 次提交
  22. 31 1月, 2008 3 次提交
  23. 21 1月, 2008 1 次提交
  24. 22 11月, 2007 1 次提交
  25. 05 9月, 2007 1 次提交
  26. 18 7月, 2007 1 次提交
    • D
      Input: i8042 - give more trust to PNP data on i386 · 080c652d
      Dmitry Torokhov 提交于
      On some boxes that don't have PS/2 mice connected at startup BIOS
      completely disables AUX port and attempts to access it result in
      hosed keyboard. Historically we do not trust ACPI/PNP data on
      i386 and try to poke AUX port even if we did not find an active
      PNP node for it. However in cases when BIOS writers got KBD port
      properly described we can assume that they did the right thing
      for AUX port as well.
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      080c652d
  27. 28 6月, 2007 1 次提交
  28. 12 6月, 2007 2 次提交
  29. 25 4月, 2007 2 次提交
  30. 16 3月, 2007 1 次提交
  31. 08 12月, 2006 1 次提交
  32. 14 9月, 2006 1 次提交
  33. 09 8月, 2006 1 次提交
  34. 14 3月, 2006 1 次提交