aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/bcm5974.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-15/+1
2017-01-21Input: mouse - use local variables consistentlyGuenter Roeck1-1/+1
2015-07-27Input: bcm5974 - add support for the 2015 Macbook ProJohn Horan1-2/+31
2015-07-27Input: bcm5974 - prepare for a new trackpad generationHenrik Rydberg1-51/+81
2015-02-01Input: MT - add support for balanced slot assignmentHenrik Rydberg1-1/+1
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-09-04HID: Correct the USB IDs for the new Macbook Air 6Henrik Rydberg1-3/+3
2013-07-02Input: bcm5974 - add support for the 2013 MacBook AirDmitry Torokhov1-2/+34
2012-10-31HID: Add support for the MacBook Pro 10,2 keyboard / touchpadDirk Hohndel1-0/+21
2012-09-19Input: bcm5974 - Convert to MT-BHenrik Rydberg1-45/+28
2012-09-19Input: bcm5974 - Drop the logical dimensionsHenrik Rydberg1-144/+111
2012-09-19Input: bcm5974 - Preparatory renamesHenrik Rydberg1-12/+13
2012-09-19Input: bcm5974 - only setup button urb for TYPE1 devicesHenrik Rydberg1-17/+26
2012-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+20
2012-07-10Input: bcm5974 - Add support for 2012 MacBook Pro RetinaHenrik Rydberg1-0/+20
2012-05-04USB: input: bcm5974.c: fix up dev_* messagesGreg Kroah-Hartman1-11/+11
2012-05-01USB: bcm5974.c: remove dbg() usageGreg Kroah-Hartman1-6/+10
2012-05-01USB: input: bcm5974.c: fix up dev_err() usageGreg Kroah-Hartman1-5/+5
2012-04-25USB: bcm5974.c: remove err() usageGreg Kroah-Hartman1-6/+6
2012-02-14bcm5974: Add pointer and buttonpad propertiesChase Douglas1-0/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+3
2012-01-10Input: bcm5974 - set BUTTONPAD propertyJussi Pakkanen1-0/+3
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman1-13/+1
2011-09-09Input: bcm5974 - add MacBookAir4,1 trackpad supportPieter-Augustijn Van Malleghem1-0/+20
2011-08-16Input: bcm5974 - Add support for newer MacBookPro8,2Andrew Drake1-0/+20
2011-08-08Input: bcm5974 - add support for touchpads found in MacBookAir4,2Joshua V. Dillon1-0/+20
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-18Merge branch 'next' into for-linusDmitry Torokhov1-0/+60
2011-03-12Input: bcm5974 - add support for MacBookPro8Andy Botting1-0/+20
2011-02-27Input: bcm5974 - Report button also for zero fingersHenrik Rydberg1-4/+4
2010-11-15input: bcm5974: Add support for MacBookAir3Edgar (gimli) Hucek1-0/+40
2010-08-31Input: bcm5974 - adjust major/minor to scaleHenrik Rydberg1-4/+8
2010-06-23Input: bcm5974 - set the average number of events per MT event packetHenrik Rydberg1-0/+2
2010-06-08Input: bcm5974 - turn wellspring mode off if failed to start trafficLuo Jinghua1-7/+14
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-12/+12
2010-03-20Input: bcm5974 - retract efi-broken suspend_resumeHenrik Rydberg1-1/+0
2010-01-06Input: bcm5974 - report ABS_MT eventsHenrik Rydberg1-1/+43
2009-09-13Input: bcm5974 - silence uninitialized variables warningsHenrik Rydberg1-15/+16
2009-04-28Input: bcm5974 - augment debug informationHenrik Rydberg1-4/+10
2009-04-28Input: bcm5974 - Add support for the Macbook 5 (Unibody)Henrik Rydberg1-2/+43
2009-04-28Input: bcm5974 - add quad-finger tappingHenrik Rydberg1-1/+3
2009-04-28Input: bcm5974 - prepare for a new trackpad header typeHenrik Rydberg1-21/+26
2008-09-16Input: bcm5974 - switch back to normal mode when closingHenrik Rydberg1-4/+9
2008-09-04Input: bcm5974 - add BTN_TOUCH event for mousedev benefitHenrik Rydberg1-0/+2
2008-09-04Input: bcm5974 - improve finger tracking and countingHenrik Rydberg1-16/+54
2008-09-04Input: bcm5974 - small formatting cleanupHenrik Rydberg1-1/+1
2008-08-08Input: bcm5974 - implement autosuspend supportDmitry Torokhov1-0/+12
2008-08-08Input: bcm5974 - add driver for Macbook Air and Pro Penryn touchpadsHenrik Rydberg1-0/+669