summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/psmouse-base.c
AgeCommit message (Expand)AuthorLines
2005-03-07Input: export psmouse module parameters via sysfs:Dmitry Torokhov-18/+40
2005-02-14Input: psmouse should probe for "special" protocols only if maxDmitry Torokhov-1/+1
2005-02-04Input: Make some needlessly global code static.Adrian Bunk-2/+2
2005-02-04Input: make serio's connect routines return error codeDmitry Torokhov-3/+12
2005-02-04Input: make serio implementation more in line with standardDmitry Torokhov-10/+1
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov-8/+22
2005-02-04Input: remove serio->private in favor of using driver-specific dataDmitry Torokhov-13/+16
2005-01-19[PATCH] ALPS touchpad detection fixPeter Osterlund-5/+7
2004-10-21Input: when creating input devices for hardware attached toDmitry Torokhov-0/+1
2004-09-29Input: psmouse - explicitely specify packet size instead of relyingDmitry Torokhov-74/+82
2004-09-29Input: psmouse - make logips2pp fully decode its protocol packetsDmitry Torokhov-7/+0
2004-09-29Input: psmouse - drop PS2TPP protocol (it is handled exactly likeDmitry Torokhov-7/+4
2004-09-29Input: psmouse - export rate, resolution, resetafter and smartscrollDmitry Torokhov-2/+125
2004-09-29Input: psmouse - reset mouse before doing intellimouse/explorerDmitry Torokhov-7/+11
2004-09-29Input: psmouse - add set_rate and set_resolution handlers to makeDmitry Torokhov-23/+20
2004-09-21Input: pull common code from psmouse and atkbd into libps2 moduleDmitry Torokhov-187/+52
2004-09-21input: Add ALPS touchpad driver, driver by Neil Brown, Peter OsterlundPeter Osterlund-1/+22
2004-09-21input: Add support for Kensington ThinkingMouse PS/2 protocol.Peter Maydell-5/+50
2004-07-27Input: switch psmouse driver from busy-polling for command completionDmitry Torokhov-33/+38
2004-07-27Input: psmouse - harden command mode processing logicDmitry Torokhov-40/+52
2004-07-27Input: fix psmouse_sendbyte logicDmitry Torokhov-3/+8
2004-07-19Input: rearrange activation/children probe sequence in psmouse soDmitry Torokhov-18/+37
2004-07-19Input: do not call protocol handler in psmouse unless mouse isDmitry Torokhov-3/+10
2004-07-19Input: when changing psmouse state (activated, ignore) use srio_pause_rx/Dmitry Torokhov-11/+21
2004-06-28Input: serio sysfs integrationDmitry Torokhov-6/+12
2004-06-28Input: allow serio drivers to create children ports and register theseDmitry Torokhov-27/+48
2004-06-28Input: switch to dynamic (heap) serio port allocation in preparationDmitry Torokhov-6/+6
2004-06-28Input: more renames in serio in preparations to sysfs integrationDmitry Torokhov-7/+7
2004-06-22input: when probing for ImExPS/2 mice, the ImPS/2 sequence needsVojtech Pavlik-0/+2
2004-05-31input: Explicit variable access rules for psmouse.c, using bitops.Vojtech Pavlik-49/+78
2004-05-14input: Check for IM Explorer mice even if IMPS check failed.Vojtech Pavlik-10/+11
2004-05-09Input: do not call synaptics_init unless we are ready to do fullDmitry Torokhov-1/+1
2004-04-22Input: do not modify device's properties when probing for protocolDmitry Torokhov-35/+43
2004-04-22Input: add psmouse_sliced_command (passes extended commands encodedDmitry Torokhov-0/+24
2004-04-22Input: add protocol_handler to psmouse structure to ease addingDmitry Torokhov-2/+2
2004-04-22Input: move "reconnect after so many errors" handling from synaptics driverDmitry Torokhov-18/+43
2004-04-22Input: when getting a new device announce (0xAA 0x00) in psmouseDmitry Torokhov-1/+1
2004-04-22Input: pass maximum allowed protocol to psmouse_extensions instead ofDmitry Torokhov-10/+9
2004-03-16Merge bk://dtor.bkbits.net/input into suse.cz:/data/bk/inputVojtech Pavlik-5/+30
2004-03-10Input: if Synaptics' absolute mode is disabled make sure thatDmitry Torokhov-0/+4
2004-03-10Input: do a full reset of Synaptics touchpad if extended protocolDmitry Torokhov-2/+21
2004-03-10Input: when disconnecting PS/2 mouse give protocol's disconnect Dmitry Torokhov-3/+5
2004-03-08input: Fix oops (NULL pointer dereference) on resume in psmouse.c,Vojtech Pavlik-2/+4
2004-03-02Input: use __obsolete_setup to document removed (renamed)Dmitry Torokhov-0/+6
2004-03-02Psmouse: some hardware does not ACK "disable streaming mode" command.Dmitry Torokhov-1/+1
2004-03-02Psmouse: whitespace fixesDmitry Torokhov-7/+7
2004-01-21input: If we get a byte with timeout or parity flags in psmouse.c,Dmitry Torokhov-0/+13
2004-01-20input: Manual merge.Vojtech Pavlik-3/+11
2004-01-18[PATCH] input: psmouse option parsingAndrew Morton-20/+10
2004-01-18input: Bugfixes in atkbd and psmouse-base probing. (use unsigned char param[]Helge Deller-3/+11