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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Remove explicit calls to keyboard methods with their respective variants
wkoszek
2007-12-29
2
-8
/
+8
*
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
2
-2
/
+2
*
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
*
Fix LEDs not working when atkbd is an active keyboard and the physical
ru
2006-10-25
1
-16
/
+16
*
Fix our ioctl(2) implementation when the argument is "int". New
ru
2006-09-27
1
-0
/
+33
*
Avoid an infinite loop in empty_both_buffers() by adding a timeout.
dwhite
2006-09-04
1
-0
/
+11
*
Make sure command/data port (0x60) and status port (0x64) are in correct
jkim
2006-07-03
1
-4
/
+10
*
MFp4: need machine/bus.h here since we use bus space macros. It used to
imp
2006-06-12
1
-0
/
+1
*
Send the pcvt(4) driver off to retirement.
phk
2006-05-17
1
-3
/
+0
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
2
-3
/
+1
*
Use the same method for detecting actual presence of AT-style keyboard
sobomax
2006-04-26
3
-5
/
+61
*
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
*
Fix -Wundef.
ru
2005-12-04
2
-2
/
+2
*
- Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source
marius
2005-06-10
11
-453
/
+555
*
Delete a file that was meant to be renamed while repo-copying it but
marius
2005-06-10
1
-180
/
+0
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
3
-5
/
+0
*
Backout previous diffs - this functionality is already provided by the
sobomax
2005-04-07
1
-15
/
+0
*
Make previous commit actually working by replacing TUNABLE_INT() with
sobomax
2005-04-07
1
-11
/
+11
*
Provide a new tunable hw.atkbdc.broken_kit_cmd, which if set to 1
sobomax
2005-04-07
1
-0
/
+15
*
plug memory leak
sam
2005-02-26
1
-18
/
+37
*
Make life for owners of Synaptics Touchpads more pleasant :-)
philip
2005-01-10
1
-11
/
+207
*
Reduce diffs to work in progress before checking in serious changes.
philip
2005-01-03
1
-19
/
+20
*
Add a new flag to the atkbd(4) driver to disable testing the keyboard
jhb
2004-12-15
2
-1
/
+3
*
Remove local hacks to set flags now that the device probe does this for us.
njl
2004-10-14
2
-4
/
+0
*
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
*
Remove atdevbase and replace it's remaining uses with direct references to
jhb
2004-06-10
1
-0
/
+1
*
add missing #include <sys/module.h>
phk
2004-05-30
4
-0
/
+4
*
Don't check for device_get_softc() returning NULL, it can't happen.
mux
2004-04-17
1
-3
/
+0
[next]