summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/appletouch.c
AgeCommit message (Expand)AuthorLines
2014-03-30Input: appletouch - fix jumps when additional fingers are detectedClinton Sprain-6/+21
2014-03-30Input: appletouch - implement sensor data smoothingClinton Sprain-24/+79
2014-03-28Input: appletouch - dial back fuzz settingClinton Sprain-6/+9
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2012-05-04USB: input: appletouch: fix up compiler warningGreg Kroah-Hartman-1/+0
2012-05-04USB: input: appletouch.c: fix up dev_* messagesGreg Kroah-Hartman-12/+15
2012-05-01USB: appletouch.c: remove dbg() usageGreg Kroah-Hartman-7/+11
2012-05-01USB: input: appletouch.c: fix up dev_err() usageGreg Kroah-Hartman-13/+11
2012-04-25USB: appletouch.c: remove err() usageGreg Kroah-Hartman-11/+14
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman-12/+1
2010-10-31Input: appletouch - remove extra KERN_DEBUG use from dprintkJoe Perches-1/+1
2010-08-09Revert "Input: appletouch - fix integer overflow issue"Benjamin Herrenschmidt-3/+3
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack-6/+6
2010-03-11Input: appletouch - fix integer overflow issueVadim Zaliva-3/+3
2009-06-03Input: appletouch - improve finger detectionJeremy Huddleston-1/+1
2009-04-28Input: appletouch - fix DMA to/from stack bufferBob Copeland-6/+18
2008-10-29Input: appletouch - driver refactoringStelian Pop-138/+136
2008-08-08Input: appletouch - handle geyser 3/4 status bitsSven Anders-18/+35
2008-08-08Input: appletouch - prepare for geyser 3/4 handlingSven Anders-69/+197
2008-06-17Merge branch 'for-linus' into nextDmitry Torokhov-8/+41
2008-06-17Input: appletouch - implement reset-resume logicOliver Neukum-8/+41
2008-05-16Input: appletouch - simplify touchpad type detectionSven Anders-107/+57
2008-05-16Input: appletouch - miscellaneous code cleanupsJohannes Berg-73/+100
2008-05-16Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison-4/+4
2008-04-02Input: appletouch - add product IDs for the 4th generation MacBooksTobias Mueller-1/+12
2007-11-01Input: appletouch - idle reset logic broke older FountainsDmitry Torokhov-48/+77
2007-10-22Input: appletouch - apply idle reset logic to all touchpadsAnton Ekblad-14/+11
2007-10-13Input: appletouch - another fix for idle reset logicSoeren Sonnenburg-5/+10
2007-09-25Input: appletouch - fix idle reset logicThomas Rohwer-2/+4
2007-07-20Input: appletouch - improve powersaving for Geyser3 devicesSoeren Sonnenburg-37/+74
2007-05-08Input: move USB mice under drivers/input/mouseDmitry Torokhov-0/+706