1. 27 9月, 2017 1 次提交
  2. 23 9月, 2017 3 次提交
  3. 20 9月, 2017 2 次提交
  4. 14 9月, 2017 1 次提交
  5. 19 8月, 2017 4 次提交
  6. 18 8月, 2017 1 次提交
  7. 15 8月, 2017 1 次提交
  8. 13 8月, 2017 9 次提交
  9. 06 8月, 2017 2 次提交
  10. 02 8月, 2017 3 次提交
  11. 26 7月, 2017 6 次提交
  12. 22 7月, 2017 1 次提交
  13. 21 7月, 2017 1 次提交
    • A
      platform/x86: peaq-wmi: select INPUT_POLLDEV · a00c6963
      Arnd Bergmann 提交于
      The new driver fails to build without INPUT_POLLDEV
      
      drivers/platform/x86/peaq-wmi.o: In function `peaq_wmi_exit':
      peaq-wmi.c:(.exit.text+0x1c): undefined reference to `input_unregister_polled_device'
      drivers/platform/x86/peaq-wmi.o: In function `peaq_wmi_init':
      peaq-wmi.c:(.init.text+0x23): undefined reference to `input_allocate_polled_device'
      peaq-wmi.c:(.init.text+0x18e): undefined reference to `input_register_polled_device'
      
      For some reason, all other drivers that need this use 'select'
      here rather than 'depends on', so I'm doing the same.
      
      Fixes: 13bb0fd5 ("platform/x86: peaq-wmi: Add new peaq-wmi driver")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDarren Hart (VMware) <dvhart@infradead.org>
      a00c6963
  14. 13 7月, 2017 1 次提交
  15. 12 7月, 2017 4 次提交