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