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