Skip to content
Snippets Groups Projects
  1. Apr 25, 2012
  2. Mar 30, 2012
  3. Mar 26, 2012
  4. Mar 13, 2012
  5. Mar 07, 2012
  6. Feb 24, 2012
  7. Jan 31, 2012
  8. Dec 12, 2011
  9. Nov 18, 2011
    • Greg Kroah-Hartman's avatar
      USB: convert drivers/input/* to use module_usb_driver() · 08642e7c
      Greg Kroah-Hartman authored
      
      This converts the drivers in drivers/input/* to use the
      module_usb_driver() macro which makes the code smaller and a bit
      simpler.
      
      Added bonus is that it removes some unneeded kernel log messages about
      drivers loading and/or unloading.
      
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Ville Syrjala <syrjala@sci.fi>
      Cc: Henk Vergonet <Henk.Vergonet@gmail.com>
      Cc: Alessandro Rubini <rubini@ipvvis.unipv.it>
      Cc: Henrik Rydberg <rydberg@euromail.se>
      Cc: "Magnus Hörlin" <magnus@alefors.se>
      Cc: Chris Moeller <kode54@gmail.c>
      Cc: Christoph Fritz <chf.fritz@googlemail.com>
      Cc: Lucas De Marchi <lucas.demarchi@profusion.mobi>
      Cc: Jesper Juhl <jj@chaosbits.net>
      Cc: Edwin van Vliet <edwin@cheatah.nl>
      Cc: Ping Cheng <pingc@wacom.com>
      Cc: Eduard Hasenleithner <eduard@hasenleithner.at>
      Cc: Alexander Strakh <strakh@ispras.ru>
      Cc: Glenn Sommer <gsommer@datanordisk.dk>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      08642e7c
  10. Nov 10, 2011
  11. Nov 08, 2011
    • Chris Bagwell's avatar
      Input: wacom - ignore unwanted bamboo packets · 5a6c865d
      Chris Bagwell authored
      
      Bamboo's Pen and Touch packets always start with a value
      of 0x02 in first byte.  In 3rd gen Bamboo's, the hw is now
      periodically sending some additional packets with unrelated data
      and uses a value other than 0x02 to inform driver this.
      
      Ignore those packets now.
      
      This was reported by users as bad behavior in Gimp. The
      invalid packets being processed made the stylus report
      out of proximity for the 1 packet and this triggered some
      secondary bug which caused Gimp to stop drawing until
      user really took pen out of proximity of tablet.
      
      Signed-off-by: default avatarChris Bagwell <chris@cnpbagwell.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      5a6c865d
  12. Oct 27, 2011
  13. Oct 10, 2011
  14. Oct 05, 2011
  15. Sep 13, 2011
    • Chris Bagwell's avatar
      Input: wacom - fix touch parsing on newer Bamboos · 8f906860
      Chris Bagwell authored
      
      Bamboos with Product ID's > 0xD4 return values unrelated to pressure
      in touch 1 pressure field.  They also report 2nd touch X/Y values
      shifted down 1 byte (where pressure was).  This results in jumpy
      1 finger touch and totally invalid 2nd finger data.
      
      For touch detection, switch to a Touch Present single bit that
      all versions of Bamboo support.
      
      For touch 2 offset, calculate offset based on a bit that is set
      different between the two packet layouts.
      
      Since touch pressure reports were removed from driver, there was
      no need to be reading pressure any more.
      
      Signed-off-by: default avatarChris Bagwell <chris@cnpbagwell.com>
      Reviewed-by: default avatarPing Cheng <pinglinux@gmail.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      8f906860
  16. Sep 08, 2011
  17. Sep 07, 2011
  18. Aug 27, 2011
  19. Aug 16, 2011
Loading