1. 03 2月, 2014 1 次提交
  2. 16 12月, 2013 1 次提交
  3. 29 4月, 2013 1 次提交
  4. 03 1月, 2013 1 次提交
  5. 12 11月, 2012 1 次提交
  6. 31 10月, 2012 1 次提交
    • J
      HID: microsoft: fix invalid rdesc for 3k kbd · 3ccc60f9
      Jiri Slaby 提交于
      Microsoft Digital Media Keyboard 3000 has two interfaces, and the
      second one has a report descriptor with a bug. The second collection
      says:
      05 01 -- global; usage page -- 01 -- Generic Desktop Controls
      09 80 -- local; usage -- 80 -- System Control
      a1 01 -- main; collection -- 01 -- application
      
      85 03 -- global; report ID -- 03
      19 00 -- local; Usage Minimum -- 00
      29 ff -- local; Usage Maximum -- ff
      15 00 -- global; Logical Minimum -- 0
      26 ff 00 -- global; Logical Maximum -- ff
      81 00 -- main; input
      
      c0 -- main; End Collection
      
      I.e. it makes us think that there are all kinds of usages of system
      control. That the keyboard is a not only a keyboard, but also a
      joystick, mouse, gamepad, keypad, etc. The same as for the Wireless
      Desktop Receiver, this should be Physical Min/Max. So fix that
      appropriately.
      
      References: https://bugzilla.novell.com/show_bug.cgi?id=776834
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NJiri Slaby <jslaby@suse.cz>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      3ccc60f9
  7. 05 9月, 2012 1 次提交
    • J
      HID: remove Paul Walmsley's copyright from places where it shouldn't be · 2f43f874
      Jiri Kosina 提交于
      Paul Walmsley has implemented dynamic quirk handling back in 2007 through
      commits:
      
      2eb5dc30 ("USB HID: encapsulate quirk handling into hid-quirks.c")
      8222fbe6 ("USB HID: clarify static quirk handling as squirks")
      8cef9082 ("USB HID: add support for dynamically-created quirks")
      876b9276 ("USB HID: add 'quirks' module parameter")
      
      and as such, his copyright rightly belongs to
      drivers/hid/usbhid/hid-quirks.c file.
      
      However when generic HID code has been converted to bus and individual
      quirks separated out to individual drivers on the bus, the copyright has
      been blindly transfered into all the tiny drivers, which actually don't
      contain any of Pauls' copyrighted code.
      
      Remove the copyright from those sub-drivers.
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      Acked-by: NPaul Walmsley <paul@pwsan.com>
      2f43f874
  8. 12 7月, 2011 1 次提交
  9. 14 6月, 2011 1 次提交
  10. 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
  11. 10 8月, 2010 1 次提交
  12. 23 7月, 2009 1 次提交
  13. 30 3月, 2009 1 次提交
    • 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
  14. 29 1月, 2009 1 次提交
  15. 15 10月, 2008 2 次提交