1. 31 7月, 2008 20 次提交
  2. 26 7月, 2008 5 次提交
  3. 25 7月, 2008 1 次提交
  4. 24 7月, 2008 1 次提交
  5. 22 7月, 2008 2 次提交
  6. 21 7月, 2008 7 次提交
  7. 19 7月, 2008 1 次提交
  8. 17 7月, 2008 3 次提交
    • R
      fujitsu-laptop: depends on INPUT · c735ab7d
      Randy Dunlap 提交于
      fujitsu-laptop uses input_* functions, so it should depend on INPUT.
      
      drivers/built-in.o: In function `acpi_fujitsu_add':
      fujitsu-laptop.c:(.text+0xaaec7): undefined reference to `input_allocate_device'
      fujitsu-laptop.c:(.text+0xaaf39): undefined reference to `input_register_device'
      fujitsu-laptop.c:(.text+0xab025): undefined reference to `input_free_device'
      drivers/built-in.o: In function `acpi_fujitsu_notify':
      fujitsu-laptop.c:(.text+0xab0d8): undefined reference to `input_event'
      fujitsu-laptop.c:(.text+0xab0e5): undefined reference to `input_event'
      fujitsu-laptop.c:(.text+0xab0f5): undefined reference to `input_event'
      fujitsu-laptop.c:(.text+0xab102): undefined reference to `input_event'
      drivers/built-in.o: In function `acpi_fujitsu_hotkey_notify':
      fujitsu-laptop.c:(.text+0xab261): undefined reference to `input_event'
      drivers/built-in.o:fujitsu-laptop.c:(.text+0xab26e): more undefined references to `input_event' follow
      drivers/built-in.o: In function `acpi_fujitsu_hotkey_add':
      fujitsu-laptop.c:(.text+0xab49c): undefined reference to `input_allocate_device'
      fujitsu-laptop.c:(.text+0xab51a): undefined reference to `input_register_device'
      fujitsu-laptop.c:(.text+0xab5e4): undefined reference to `input_free_device'
      make[1]: *** [.tmp_vmlinux1] Error 1
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NAndi Kleen <ak@linux.intel.com>
      Acked-by: NJonathan Woithe <jwoithe@physics.adelaide.edu.au>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      c735ab7d
    • C
      acer-wmi: Remove version number · 860f0c6b
      Carlos Corbacho 提交于
      It doesn't make much sense these days.
      Signed-off-by: NCarlos Corbacho <carlos@strangeworlds.co.uk>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      Signed-off-by: NAndi Kleen <ak@linux.intel.com>
      860f0c6b
    • C
      acer-wmi: Add debugfs file for device detection · 81143522
      Carlos Corbacho 提交于
      Add a debugfs file for showing the full results of the method we use to
      detect devices on WMID laptops.
      
      This should be useful in the case that a Linux user gets an Acer laptop
      with 3G support (and/ or people who enjoy ripping their wireless cards out)
      so we can get some feedback on how this value changes in these cases.
      
      (At the moment, we always enable the wireless and 3G control. In the case
      of the former, this is fairly safe. In the case of the latter though,
      trying to toggle this device if it doesn't exist on a laptop causes ACPI
      warnings/ errors).
      
      To summarise: If you have an Acer laptop with a built in 3G card, please
      report back the value from this file.
      Signed-off-by: NCarlos Corbacho <carlos@strangeworlds.co.uk>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      Signed-off-by: NAndi Kleen <ak@linux.intel.com>
      81143522