1. 06 4月, 2017 18 次提交
  2. 12 7月, 2016 1 次提交
    • A
      HID: logitech-hidpp: select CONFIG_POWER_SUPPLY · 351744aa
      Arnd Bergmann 提交于
      A recent commit added barry support to this driver, but that causes
      a link failure when CONFIG_POWER_SUPPLY is not set:
      
      drivers/hid/built-in.o: In function `hidpp_battery_get_property':
      :(.text+0x1a834): undefined reference to `power_supply_get_drvdata'
      drivers/hid/built-in.o: In function `hidpp_raw_event':
      :(.text+0x1b10c): undefined reference to `power_supply_changed'
      drivers/hid/built-in.o: In function `hidpp_connect_event':
      :(.text+0x1bd88): undefined reference to `devm_power_supply_register'
      :(.text+0x1be30): undefined reference to `power_supply_powers'
      
      This adds a dependency, identically to the other HID drivers that need this.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Reviewed-by: NBenjamin Tissoires <benjamin.tissoires@redhat.com>
      Fixes: 5a2b190c ("HID: logitech-hidpp: add battery support for HID++ 2.0 devices")
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      351744aa
  3. 07 7月, 2016 2 次提交
  4. 29 6月, 2016 1 次提交
  5. 28 6月, 2016 7 次提交
  6. 27 6月, 2016 2 次提交
  7. 25 6月, 2016 9 次提交