Skip to content
Snippets Groups Projects
  1. May 09, 2007
  2. Apr 29, 2007
  3. Nov 29, 2006
  4. 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
  5. Oct 03, 2006
  6. Aug 22, 2006
  7. Jul 18, 2006
  8. Apr 01, 2006
  9. Jan 14, 2006
  10. Dec 20, 2005
  11. Oct 28, 2005
  12. 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
  13. Sep 08, 2005
  14. 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