index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
atkbdc
/
psm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r319162:
wulf
2017-07-16
1
-24
/
+582
*
MFC r317811:
wulf
2017-05-18
1
-56
/
+126
*
MFC r313757:
gonzo
2017-02-27
1
-1
/
+1
*
MFC r308189:
gonzo
2016-11-14
1
-16
/
+25
*
MFC r306355, r306474, r306746:
gonzo
2016-10-18
1
-481
/
+1670
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
1
-3
/
+3
*
sys/dev: use our nitems() macro when it is avaliable through param.h.
pfg
2016-04-19
1
-7
/
+6
*
When exiting two-finger scroll the Synaptics device may report a jump in
andrew
2015-12-14
1
-1
/
+10
*
Synaptics: fix a problem with trackpoint passthrough.
rpaulo
2015-06-19
1
-5
/
+22
*
Fix miss from r284320.
glebius
2015-06-16
1
-1
/
+1
*
Unbreak mouse on resume on Thinkpads when hw.psm.trackpoint_support=0,
glebius
2015-06-12
1
-57
/
+64
*
synaptics: more support for semi-MT trackpads.
rpaulo
2015-05-10
1
-70
/
+172
*
Synaptics: don't report the middle button when clickPad is used.
rpaulo
2015-04-18
1
-1
/
+2
*
Add support for controlling the trackpoint when Synaptics is enabled.
rpaulo
2015-04-11
1
-24
/
+116
*
Improve Synaptics support for newer touchpads.
rpaulo
2015-04-11
1
-28
/
+141
*
psm: print newer Synaptics Touchpad capabilities.
rpaulo
2015-04-06
1
-0
/
+8
*
Quirk based support of Chromebook keyboard found in Acer C720
grembo
2015-02-14
1
-6
/
+16
*
Revert r255152:
eadler
2013-09-04
1
-2
/
+2
*
psm: Add support for middle and extended buttons on Synaptics touchpads
dumbbell
2013-09-02
1
-40
/
+91
*
synaptics and trackpoint support are stable enough to be on by default.
eadler
2013-09-02
1
-2
/
+2
*
Remove a bogus re-assignment.
jkim
2013-05-13
1
-2
/
+0
*
List TrackPoint device before generic model.
jkim
2013-03-18
1
-1
/
+1
*
Add preliminary support for IBM/Lenovo TrackPoint.
jkim
2013-03-18
1
-1
/
+270
*
psm: Support detection of Synaptics touchpad v7.5 and above
dumbbell
2012-12-18
1
-3
/
+9
*
Fix typo: s/protocl/protocol
kevlo
2012-09-20
1
-2
/
+2
*
Use callout(9) instead of timeout(9) to manage timers.
jhb
2012-09-07
1
-13
/
+15
*
- Do not clobber softc when psm(4) is reintialized.
jkim
2012-03-27
1
-141
/
+124
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-2
/
+2
*
- When moving the IRQ resource from the psmcpnp device to the psm device,
jhb
2010-12-16
1
-15
/
+5
*
Various small typos and grammar nits in comments.
jhb
2010-11-18
1
-4
/
+4
*
Let psm(4) use si_drv1 to refer to its softc.
ed
2010-09-09
1
-28
/
+22
*
Add new "hw.psm.tap_enabled" tunable and sysctl.
dumbbell
2009-12-18
1
-0
/
+35
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-4
/
+0
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-0
/
+4
*
Teach psm about O_ASYNC
rnoland
2009-03-16
1
-0
/
+23
*
Synaptics touchpads must be reinitialized after suspend/resume.
dumbbell
2008-12-17
1
-1
/
+9
*
Rephrase and/or fix some comments in Synaptics touchpad initialization
dumbbell
2008-12-16
1
-10
/
+15
*
Rewrite Synaptics touchpads support with the following goals in mind:
dumbbell
2008-10-14
1
-175
/
+982
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-2
/
+2
*
Fill in sysctl descriptions.
trhodes
2008-07-26
1
-10
/
+18
*
Try to detect a Synaptics touchpad before IntelliMouse. Some touchpads will
philip
2008-06-01
1
-2
/
+2
*
Clean up and fix style(9) nits.
jkim
2008-04-08
1
-2852
/
+2938
*
- Add write(2) support for psm(4) in native operation level. Now arbitrary
jkim
2008-04-08
1
-7
/
+53
*
Some PS/2 mice (at least the A4Tech X-7xx) need to be set to Intelli mode
rink
2008-02-25
1
-0
/
+7
*
Initialize mouse resolution to zero if converting from
mjacob
2007-06-17
1
-0
/
+2
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Synaptics TouchPad seems to go back to Relative Mode after the call
dumbbell
2007-02-04
1
-0
/
+10
*
Spell "Kensington Thinking Mouse" correctly.
keramida
2006-12-18
1
-1
/
+1
*
Add ALPS glide point ID and some compatibility IDs.
takawata
2006-03-15
1
-0
/
+3
*
Fix a bug in Synaptics Touchapd support where psm(4) will enter an infinite
dumbbell
2006-01-05
1
-1
/
+2
[next]