summaryrefslogtreecommitdiff
path: root/drivers/input/mouse
AgeCommit message (Expand)Author
2008-08-13OLPC: psmouse: don't race with irq/resync handlers when recalibratingAndres Salomon
2008-08-10Merge commit 'v2.6.25.15' into olpc-testingDeepak Saxena
2008-08-06Input: appletouch - implement reset-resume logicOliver Neukum
2008-07-06psmouse: olpc: update comments throughout driverAndres Salomon
2008-07-06psmouse: olpc: clean up checkpatch.pl warnings/errorsAndres Salomon
2008-07-06psmouse: olpc: drop advanced/stream mode stuff, use mouse mode insteadAndres Salomon
2008-07-06Revert "input: have olpc's psmouse driver default to 3 byte mousemode"Andres Salomon
2008-07-03input: have olpc's psmouse driver default to 3 byte mousemodeAndres Salomon
2008-06-05ARGHAndres Salomon
2008-06-05OLPC: psmouse: fix build error w/ previous commit.Andres Salomon
2008-05-20OLPC: psmouse: always recalibrate after an axis errorAndres Salomon
2008-05-20OLPC: psmouse: help along debugging a bitAndres Salomon
2008-05-01psmouse: the double-click bugfix never got committedAndres Salomon
2008-04-24Merge tag 'v2.6.25'Andres Salomon
2008-04-02Input: appletouch - add product IDs for the 4th generation MacBooksTobias Mueller
2008-03-18Input: ALPS - fix forward/back buttons reversed on Acer 5520-5290Laszlo Kajan
2008-03-18Input: ALPS - put secondary device in proper place in sysfsDmitry Torokhov
2008-02-11psmouse: convert BIT() macro calls to BIT_MASKAndres Salomon
2008-02-10Merge branch 'linux-2.6'Andres Salomon
2008-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2008-01-30x86: replace outb_p() with udelay(2) in drivers/input/mouse/pc110pad.cIngo Molnar
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall
2008-01-17Input: ALPS - fix sync loss on Acer Aspire 5720ZGDmitry Torokhov
2008-01-17Input: psmouse - fix input_dev leak in lifebook driverAndres Salomon
2008-01-17Input: psmouse - fix potential memory leak in psmouse_connect()Andres Salomon
2008-01-15OLPC: psmouse: ignore PT packets in the spewing hack codeAndres Salomon
2008-01-15OLPC: psmouse: keep recalibrating until we're reasonably sure we've got it rightAndres Salomon
2008-01-15OLPC: psmouse: add another spew detection hack...Andres Salomon
2008-01-15OLPC: psmouse: further hgpk_spewing_hack tweakAndres Salomon
2008-01-15OLPC: psmouse: send a finger-up packet while recalibratingAndres Salomon
2008-01-15OLPC: psmouse: update hgpk_spewing_hack to look for _almost_ repeated packetsAndres Salomon
2008-01-15OPLC: psmouse: be more aggressive w/ axis delta error recalibrationsAndres Salomon
2008-01-15OLPC: psmouse: add support for powering down touchpadAndres Salomon
2008-01-14OLPC: psmouse: add hgpk_spewing_hack to work around touchpad spewing bugAndres Salomon
2008-01-14OLPC: psmouse: force a recalibration if we get too many axis delta errorsAndres Salomon
2008-01-14OLPC: psmouse: add recalibration support and a work queue to handle recalib..Andres Salomon
2008-01-14OLPC: psmouse: rename 'mode_switch' to 'switch_wq'Andres Salomon
2008-01-14OLPC: psmouse: fix race in hgpk_disconnect with worker threadAndres Salomon
2008-01-14OLPC: psmouse: disable hgpk_fingerup_hack on C touchpads and laterAndres Salomon
2008-01-14OLPC: psmouse: drop packet dump from decode_packet()Andres Salomon
2008-01-14OLPC: psmouse: big_delta_hack should ignore finger-up packets as well...Andres Salomon
2008-01-14OLPC: psmouse: update copyright infoAndres Salomon
2008-01-14OLPC: psmouse: clean up input bitsAndres Salomon
2008-01-14OLPC: psmouse: unset input bits in the same way that psmouse-base.c sets themAndres Salomon
2008-01-14OLPC: psmouse: return early from hgpk_big_delta_hack if finger-down packetAndres Salomon
2008-01-14OLPC: psmouse: disable p->pt_down while receiving GS packetsAndres Salomon
2008-01-14OLPC: psmouse: reactivate mouse immediately after CMD_ENABLEAndres Salomon
2008-01-14OLPC: psmouse: uh, making hgpk_new_mode even less verboseAndres Salomon
2008-01-13OLPC: psmouse: clean up hgpk_mode_switchAndres Salomon
2008-01-13OLPC: psmouse: clean up hgpk_new_modeAndres Salomon