summaryrefslogtreecommitdiffstats
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
...
* Some PS/2 mice (at least the A4Tech X-7xx) need to be set to Intelli moderink2008-02-251-0/+7
* Remove explicit calls to keyboard methods with their respective variantswkoszek2007-12-292-8/+8
* Initialize mouse resolution to zero if converting frommjacob2007-06-171-0/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-2/+2
* Synaptics TouchPad seems to go back to Relative Mode after the calldumbbell2007-02-041-0/+10
* Spell "Kensington Thinking Mouse" correctly.keramida2006-12-181-1/+1
* Fix LEDs not working when atkbd is an active keyboard and the physicalru2006-10-251-16/+16
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-0/+33
* Avoid an infinite loop in empty_both_buffers() by adding a timeout.dwhite2006-09-041-0/+11
* Make sure command/data port (0x60) and status port (0x64) are in correctjkim2006-07-031-4/+10
* MFp4: need machine/bus.h here since we use bus space macros. It used toimp2006-06-121-0/+1
* Send the pcvt(4) driver off to retirement.phk2006-05-171-3/+0
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-122-3/+1
* Use the same method for detecting actual presence of AT-style keyboardsobomax2006-04-263-5/+61
* Add ALPS glide point ID and some compatibility IDs.takawata2006-03-151-0/+3
* Fix a bug in Synaptics Touchapd support where psm(4) will enter an infinitedumbbell2006-01-051-1/+2
* Fix -Wundef.ru2005-12-042-2/+2
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourcemarius2005-06-1011-453/+555
* Delete a file that was meant to be renamed while repo-copying it butmarius2005-06-101-180/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-5/+0
* Backout previous diffs - this functionality is already provided by thesobomax2005-04-071-15/+0
* Make previous commit actually working by replacing TUNABLE_INT() withsobomax2005-04-071-11/+11
* Provide a new tunable hw.atkbdc.broken_kit_cmd, which if set to 1sobomax2005-04-071-0/+15
* plug memory leaksam2005-02-261-18/+37
* Make life for owners of Synaptics Touchpads more pleasant :-)philip2005-01-101-11/+207
* Reduce diffs to work in progress before checking in serious changes.philip2005-01-031-19/+20
* Add a new flag to the atkbd(4) driver to disable testing the keyboardjhb2004-12-152-1/+3
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-142-4/+0
* Introduce a tunable to disable support for Synaptics touchpads. A number ofphilip2004-09-291-1/+11
* Improve sync recovery algorithm:gibbs2004-08-271-97/+119
* Defer the capture of the "expected sync bits" until the first "normal"gibbs2004-08-171-20/+13
* Don't initialize static variables to 0 (C should just take care of that).philip2004-08-161-2/+2
* Update support for Synaptics Touchpads (Volume V)philip2004-08-161-5/+29
* Assume a finger of regular width when no width value is reported byphilip2004-08-081-3/+10
* Update support for Synaptics Touchpads (Volume IV)philip2004-08-081-2/+2
* Update support for Synaptics Touchpads (Volume III)philip2004-08-081-0/+26
* Update support for Synaptics Touchpads (Volume II)philip2004-08-081-5/+26
* Update support for Synaptics Touchpads (Volume I)philip2004-08-081-53/+64
* Add support for the Synaptics Touchpad mouse driver. I reworked thenjl2004-07-301-1/+213
* Ignore more strange return values of the test_aux_port() function,mux2004-07-161-6/+10
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-7/+7
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-0/+1
* add missing #include <sys/module.h>phk2004-05-304-0/+4
* Don't check for device_get_softc() returning NULL, it can't happen.mux2004-04-171-3/+0
* Put a bunch of output that us really only useful in a debugmarkm2004-04-041-1/+13
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-175-32/+27
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Significantly reduce the "jitter" that is typical for PS/2 micealfred2003-12-111-110/+256
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
OpenPOWER on IntegriCloud