Skip to content
Snippets Groups Projects
  1. Feb 09, 2010
  2. Jan 28, 2010
  3. Aug 19, 2009
  4. May 23, 2009
  5. Apr 30, 2009
  6. Apr 28, 2009
  7. Apr 17, 2009
  8. Mar 08, 2009
  9. Nov 19, 2008
  10. Nov 11, 2008
  11. Oct 16, 2008
  12. Jul 26, 2008
  13. May 20, 2008
  14. Mar 14, 2008
  15. Jan 20, 2008
  16. Oct 19, 2007
  17. Sep 20, 2007
    • Linus Torvalds's avatar
      Fix CRLF line endings in Documentation/input/iforce-protocol.txt · 6d0b842d
      Linus Torvalds authored
      
      Emil Medve points out that this documentation file uses CRLF line
      endings, which means that if you use
      
      	[core]
      		autocrlf=input
      
      (which makes sense if you ever develop under Windows, for example, or if
      you use other broken tools) in your git config, git will always complain
      about the file being dirty.
      
      This removes the bogus DOS line endings, and removes whitespace at the
      end of line.
      
      Cc: Emil Medve <Emilian.Medve@Freescale.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      6d0b842d
  18. Sep 04, 2007
  19. May 09, 2007
  20. Apr 29, 2007
  21. Nov 29, 2006
  22. Oct 17, 2006
    • Dominic Cerquetti's avatar
      USB: xpad: dance pad support · deb8ee43
      Dominic Cerquetti authored
      
      Adds support for dance pads to the xpad driver. Dance pads require the
      d-pad to be mapped to four buttons instead of two axes, so that
      combinations of up/down and left/right can be hit simultaneously.
      Known dance pads are detected, and there is a module parameter added
      to default unknown xpad devices to map the d-pad to buttons if this is
      desired. (dpad_to_buttons). Minor modifications were made to port the
      changes in the original patch to a newer kernel version.
      
      This patch was originally from Dominic Cerquetti originally written
      for kernel 2.6.11.4, with minor modifications (API changes for USB,
      spelling fixes to the documentation added in the original patch) made
      to apply to the current kernel. I have modified Dominic's original
      patch per some suggestions from Dmitry Torokhov. (There was nothing
      in the patch format description about multiple From: lines, so I
      haven't added myself.)
      
      [akpm@osdl.org: cleanups]
      Signed-off-by: default avatarAdam Buchbinder <adam.buchbinder@gmail.com>
      Acked-by: default avatarDmitry Torokhov <dtor@mail.ru>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      deb8ee43
  23. Oct 03, 2006
  24. Aug 22, 2006
  25. Jul 18, 2006
  26. Apr 01, 2006
  27. Jan 14, 2006
Loading