Skip to content
Snippets Groups Projects
  1. Apr 22, 2010
  2. Mar 21, 2010
  3. Feb 09, 2010
  4. Jan 28, 2010
  5. Jan 13, 2010
  6. Aug 19, 2009
  7. May 23, 2009
  8. Apr 30, 2009
  9. Apr 28, 2009
  10. Apr 17, 2009
  11. Mar 08, 2009
  12. Nov 19, 2008
  13. Nov 11, 2008
  14. Oct 16, 2008
  15. Jul 26, 2008
  16. May 20, 2008
  17. Mar 14, 2008
  18. Jan 20, 2008
  19. Oct 19, 2007
  20. 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
  21. Sep 04, 2007
  22. May 09, 2007
  23. Apr 29, 2007
  24. Nov 29, 2006
  25. 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
  26. Oct 03, 2006
Loading