An error occurred fetching the project authors.
  1. 22 Jul, 2009 1 commit
  2. 15 May, 2009 1 commit
    • Jiri Kosina's avatar
      HID: fix hid-ff drivers so that devices work even without ff support · 0f6f4319
      Jiri Kosina authored
      Currently, the hid-*ff force feedback drivers, which claim the blacklisted
      device on a HID bus, are only compiled in if the user selects force feedback
      support.
      
      However we want the device to be supported even when the kernel is configured
      without force feedback.
      
      This patch fixes the drivers in a way that they get compiled even if force
      feedback is turned off; all the force feedback support code is compiled out in
      such case, and the driver works as a usual driver on HID bus, claiming and
      initializing the device, making it operational without FF effects.
      Reported-by: default avatarJussi Kivilinna <jussi.kivilinna@mbnet.fi>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      0f6f4319
  3. 30 Mar, 2009 1 commit
    • Jiri Slaby's avatar
      HID: remove compat stuff · afa5eb7c
      Jiri Slaby authored
      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: default avatarJiri Slaby <jirislaby@gmail.com>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      afa5eb7c
  4. 14 Oct, 2008 2 commits
  5. 09 Jul, 2007 1 commit
    • Jiri Kosina's avatar
      HID: make debugging output runtime-configurable · 58037eb9
      Jiri Kosina authored
      There have been many reports recently about broken HID devices, the
      diagnosis of which required users to recompile their kernels in order
      to be able to provide debugging output needed for coding a quirk for
      a particular device.
      
      This patch makes CONFIG_HID_DEBUG default y if !EMBEDDED and makes it
      possible to control debugging output produced by HID code by supplying
      'debug=1' module parameter.
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      58037eb9
  6. 09 May, 2007 1 commit
  7. 11 Apr, 2007 1 commit
  8. 08 Dec, 2006 2 commits
  9. 19 Jul, 2006 1 commit