Skip to content
Snippets Groups Projects
  1. Oct 16, 2008
  2. Jul 26, 2008
  3. May 20, 2008
  4. Mar 14, 2008
  5. Jan 20, 2008
  6. Oct 19, 2007
  7. 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
  8. Sep 04, 2007
  9. May 09, 2007
  10. Apr 29, 2007
  11. Nov 29, 2006
  12. 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
  13. Oct 03, 2006
  14. Aug 22, 2006
  15. Jul 18, 2006
  16. Apr 01, 2006
  17. Jan 14, 2006
  18. Dec 20, 2005
  19. Oct 28, 2005
  20. Sep 12, 2005
    • Stelian Pop's avatar
      [PATCH] USB: add apple usb touchpad driver · f7214ff4
      Stelian Pop authored
      
      This is a driver for the USB touchpad which can be found on post-February 2005
      Apple PowerBooks.
      
      This driver is derived from Johannes Berg's appletrackpad driver [1],
      but it has been improved in some areas:
          * appletouch is a full kernel driver, no userspace program is necessary
          * appletouch can be interfaced with the synaptics X11 driver[2], in order
            to have touchpad acceleration, scrolling, two/three finger tap, etc.
      
      This driver has been tested by the readers of the 'debian-powerpc' mailing
      list for a few weeks now and I believe it is now ready for inclusion into the
      mainline kernel.
      
      Credits go to Johannes Berg for reverse-engineering the touchpad protocol,
      Frank Arnold for further improvements, and Alex Harper for some additional
      information about the inner workings of the touchpad sensors.
      
      Signed-off-by: default avatarStelian Pop <stelian@popies.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      f7214ff4
  21. Sep 08, 2005
  22. Apr 16, 2005
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
Loading