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
/
isa
/
psm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a tunable to disable support for Synaptics touchpads. A number of
philip
2004-09-29
1
-1
/
+11
*
Improve sync recovery algorithm:
gibbs
2004-08-27
1
-97
/
+119
*
Defer the capture of the "expected sync bits" until the first "normal"
gibbs
2004-08-17
1
-20
/
+13
*
Don't initialize static variables to 0 (C should just take care of that).
philip
2004-08-16
1
-2
/
+2
*
Update support for Synaptics Touchpads (Volume V)
philip
2004-08-16
1
-5
/
+29
*
Assume a finger of regular width when no width value is reported by
philip
2004-08-08
1
-3
/
+10
*
Update support for Synaptics Touchpads (Volume IV)
philip
2004-08-08
1
-2
/
+2
*
Update support for Synaptics Touchpads (Volume III)
philip
2004-08-08
1
-0
/
+26
*
Update support for Synaptics Touchpads (Volume II)
philip
2004-08-08
1
-5
/
+26
*
Update support for Synaptics Touchpads (Volume I)
philip
2004-08-08
1
-53
/
+64
*
Add support for the Synaptics Touchpad mouse driver. I reworked the
njl
2004-07-30
1
-1
/
+213
*
Ignore more strange return values of the test_aux_port() function,
mux
2004-07-16
1
-6
/
+10
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-7
/
+7
*
Don't check for device_get_softc() returning NULL, it can't happen.
mux
2004-04-17
1
-3
/
+0
*
Put a bunch of output that us really only useful in a debug
markm
2004-04-04
1
-1
/
+13
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-8
/
+7
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Significantly reduce the "jitter" that is typical for PS/2 mice
alfred
2003-12-11
1
-110
/
+256
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar to
mikeh
2003-07-12
1
-3
/
+10
*
Reset the PSM aux device twice to help pierce through some KVM's to
mikeh
2003-07-07
1
-0
/
+9
*
Add PnP PS/2 id for Dell Latitude X200.
mikeh
2003-07-01
1
-0
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+3
*
wrap macro in do {...} while(0)
phk
2003-05-31
1
-2
/
+2
*
Remove extra ';'
phk
2003-05-31
1
-1
/
+1
*
Fix some easy, global, lint warnings. In most cases, this means
markm
2003-04-30
1
-1
/
+1
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+7
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-3
/
+3
*
YAM: This id is found in a Sony Vaio GRX-670. When will this end?
marcel
2003-01-22
1
-0
/
+1
*
Add yet another Sony Vaio PS/2 mouse ID. This one is found on a VX88.
hsu
2003-01-22
1
-2
/
+3
*
Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL.
marcel
2003-01-21
1
-0
/
+1
*
- GC a few more hand-rolled 'abs' macros.
mdodd
2003-01-15
1
-16
/
+7
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-3
/
+3
*
Remove __P.
alfred
2002-03-20
1
-29
/
+29
*
Fixes to make select/poll mpsafe.
alfred
2002-03-14
1
-2
/
+0
*
Add SONY VAIO psm controller ISA-PnP ID.
takawata
2002-03-10
1
-0
/
+1
*
Add another PS2 PNP id.
sheldonh
2001-12-19
1
-0
/
+1
*
Hack for the "out-of-sync" error.
yokota
2001-10-13
1
-109
/
+152
*
Add PnP ID 'IBM3781' for TP240 mouse.
takawata
2001-10-03
1
-0
/
+1
*
Yet another turn of workaround for psm/ACPI/PnP BIOS
yokota
2001-09-25
1
-38
/
+83
*
Refine ACPI/PnP BIOS probe/attach routines a bit.
yokota
2001-09-15
1
-13
/
+36
*
KSE Milestone 2
julian
2001-09-12
1
-5
/
+5
*
Update the atkbdc, atkbd, and psm drivers to probe/attach
yokota
2001-09-06
1
-40
/
+115
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-1
/
+1
*
- Add a hack for "psmintr: out of sync.." This is NOT a fix,
yokota
2000-12-01
1
-0
/
+11
*
- Slightly rearrnage IntelliMouse Explorer and Logitech
yokota
2000-12-01
1
-30
/
+39
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
[next]