1. 19 12月, 2011 1 次提交
  2. 17 12月, 2011 1 次提交
    • J
      HID: introduce proper dependency of HID_BATTERY on POWER_SUPPLY · 7e69ba7c
      Jiri Kosina 提交于
      ppc6xx_defconfig reveals this:
      
      drivers/built-in.o: In function `hidinput_cleanup_battery': drivers/hid/hid-input.c:351: undefined reference to`power_supply_unregister'
      drivers/built-in.o: In function `hidinput_setup_battery': drivers/hid/hid-input.c:338: undefined reference to `power_supply_register'
      make[1]: *** [.tmp_vmlinux1] Error 1
      
      The defconfig in question doens't mention either option and kbuild is
      genertaing
      
      	CONFIG_HID_BATTERY_STRENGTH=y
      	CONFIG_POWER_SUPPLY=m
      
      which is wrong. Put a proper dependency in place.
      Reported-by: NTony Breeds <tony@bakeyournoodle.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      7e69ba7c
  3. 15 12月, 2011 1 次提交
    • J
      HID: make parser more verbose about parsing errors by default · 8c3d52fc
      Jiri Kosina 提交于
      Most of the parsing errors (typically resulting in device not being claimed
      by HID subsystem at all) are reported only in debugging mode, which makes
      root-causing problems with buggy devices unnecessarily more difficult.
      
      Convert reporting of important HID report descriptor parsing errors to
      be reported through hid_err() / hid_warn() instead of dbg_hid().
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      8c3d52fc
  4. 30 11月, 2011 1 次提交
  5. 28 11月, 2011 1 次提交
    • J
      HID: hid-input: add support for HID devices reporting Battery Strength · 4f5ca836
      Jeremy Fitzhardinge 提交于
      Some HID devices, such as my Bluetooth mouse, report their battery
      strength as an event.  Rather than passing it through as a strange
      absolute input event, this patch registers it with the power_supply
      subsystem as a battery, so that the device's Battery Strength can be
      reported to usermode.
      
      The battery appears in sysfs names
      /sys/class/power_supply/hid-<UNIQ>-battery, and it is a child of the
      battery-containing device, so it should be clear what it's the battery of.
      
      Unfortunately on my current Fedora 16 system, while the battery does
      appear in the UI, it is listed as a Laptop Battery with 0% charge (since
      it ignores the "capacity" property of the battery and instead computes
      it from the "energy*" fields, which we can't supply given the limited
      information contained within the HID Report).
      
      Still, this patch is the first step.
      Signed-off-by: NJeremy Fitzhardinge <jeremy@goop.org>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      4f5ca836
  6. 23 11月, 2011 4 次提交
  7. 20 11月, 2011 2 次提交
  8. 19 11月, 2011 1 次提交
  9. 16 11月, 2011 3 次提交
  10. 11 11月, 2011 1 次提交
  11. 03 11月, 2011 24 次提交