1. 03 1月, 2013 1 次提交
  2. 28 2月, 2012 1 次提交
  3. 10 12月, 2010 1 次提交
    • J
      HID: Add and use hid_<level>: dev_<level> equivalents · 4291ee30
      Joe Perches 提交于
      Neaten current uses of dev_<level> by adding and using
      hid specific hid_<level> macros.
      
      Convert existing uses of dev_<level> uses to hid_<level>.
      Convert hid-pidff printk uses to hid_<level>.
      
      Remove err_hid and use hid_err instead.
      
      Add missing newlines to logging messages where necessary.
      Coalesce format strings.
      
      Add and use pr_fmt(fmt) KBUILD_MODNAME ": " fmt
      
      Other miscellaneous changes:
      
      Add const struct hid_device * argument to hid-core functions
      extract() and implement() so hid_<level> can be used by them.
      Fix bad indentation in hid-core hid_input_field function
      that calls extract() function above.
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      4291ee30
  4. 10 8月, 2010 1 次提交
  5. 23 7月, 2009 1 次提交
  6. 30 3月, 2009 2 次提交
    • J
      HID: remove compat stuff · afa5eb7c
      Jiri Slaby 提交于
      This removal was scheduled and there is no problem with later
      distros to adapt for the new bus, thanks to aliases.
      
      module-init-tools map files are deprecated nowadays, so that
      the patch which introduced hid ones into the m-i-t won't be
      accepted and hence there is no reason for leaving compat stuff in.
      Signed-off-by: NJiri Slaby <jirislaby@gmail.com>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      afa5eb7c
    • J
      HID: add support for Kye/Genius Ergo 525V · 79422741
      Jiri Kosina 提交于
      This device sends several buttons in a separate field, which is
      wrongly described in the report descriptor. Fix it in the following
      way:
      
      - change led usage page to button
      - report size 8 count 1 becomes report size 1 count 8
      - the button usage range changed to 4-7 (the mouse has three buttons in
        a different field already).
      Reported-by: NTomas Hanak <tomas.hanak@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      79422741