summaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
* MFC r212413: bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-201-2/+2
* MFC x86emu/x86bios emulator and make previously i386 only dpms and vesaXin LI2010-03-021-26/+37
* MFC 196403: Temporarily revert the new-bus locking for 8.0 release.John Baldwin2009-08-201-4/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+4
* Prevent atkbd(4) interrupt handler from calling keyboard callback functionMaksim Yevmenkin2009-04-171-2/+4
* Teach psm about O_ASYNCRobert Noland2009-03-161-0/+23
* bus_add_child takes a const char *.Warner Losh2009-02-051-3/+3
* Synaptics touchpads must be reinitialized after suspend/resume.Jean-Sébastien Pédron2008-12-171-1/+9
* Rephrase and/or fix some comments in Synaptics touchpad initializationJean-Sébastien Pédron2008-12-161-10/+15
* Rewrite Synaptics touchpads support with the following goals in mind:Jean-Sébastien Pédron2008-10-141-172/+979
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Fill in sysctl descriptions.Tom Rhodes2008-07-261-10/+18
* Try to detect a Synaptics touchpad before IntelliMouse. Some touchpads willPhilip Paeps2008-06-011-2/+2
* Clean up and fix style(9) nits.Jung-uk Kim2008-04-081-2681/+2767
* - Add write(2) support for psm(4) in native operation level. Now arbitraryJung-uk Kim2008-04-081-7/+53
* Some PS/2 mice (at least the A4Tech X-7xx) need to be set to Intelli modeRink Springer2008-02-251-0/+7
* Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek2007-12-292-8/+8
* Initialize mouse resolution to zero if converting fromMatt Jacob2007-06-171-0/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-2/+2
* Synaptics TouchPad seems to go back to Relative Mode after the callJean-Sébastien Pédron2007-02-041-0/+10
* Spell "Kensington Thinking Mouse" correctly.Giorgos Keramidas2006-12-181-1/+1
* Fix LEDs not working when atkbd is an active keyboard and the physicalRuslan Ermilov2006-10-251-16/+16
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-0/+33
* Avoid an infinite loop in empty_both_buffers() by adding a timeout.Doug White2006-09-041-0/+11
* Make sure command/data port (0x60) and status port (0x64) are in correctJung-uk Kim2006-07-031-4/+10
* MFp4: need machine/bus.h here since we use bus space macros. It used toWarner Losh2006-06-121-0/+1
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-171-3/+0
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-122-3/+1
* Use the same method for detecting actual presence of AT-style keyboardMaxim Sobolev2006-04-263-5/+61
* Add ALPS glide point ID and some compatibility IDs.Takanori Watanabe2006-03-151-0/+3
* Fix a bug in Synaptics Touchapd support where psm(4) will enter an infiniteJean-Sébastien Pédron2006-01-051-1/+2
* Fix -Wundef.Ruslan Ermilov2005-12-042-2/+2
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourceMarius Strobl2005-06-1011-452/+554
* Delete a file that was meant to be renamed while repo-copying it butMarius Strobl2005-06-101-180/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-293-5/+0
* Backout previous diffs - this functionality is already provided by theMaxim Sobolev2005-04-071-15/+0
* Make previous commit actually working by replacing TUNABLE_INT() withMaxim Sobolev2005-04-071-10/+10
* Provide a new tunable hw.atkbdc.broken_kit_cmd, which if set to 1Maxim Sobolev2005-04-071-0/+15
* plug memory leakSam Leffler2005-02-261-18/+37
* Make life for owners of Synaptics Touchpads more pleasant :-)Philip Paeps2005-01-101-11/+207
* Reduce diffs to work in progress before checking in serious changes.Philip Paeps2005-01-031-19/+20
* Add a new flag to the atkbd(4) driver to disable testing the keyboardJohn Baldwin2004-12-152-1/+3
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-142-4/+0
* Introduce a tunable to disable support for Synaptics touchpads. A number ofPhilip Paeps2004-09-291-1/+11
* Improve sync recovery algorithm:Justin T. Gibbs2004-08-271-97/+119
* Defer the capture of the "expected sync bits" until the first "normal"Justin T. Gibbs2004-08-171-20/+13
* Don't initialize static variables to 0 (C should just take care of that).Philip Paeps2004-08-161-2/+2
* Update support for Synaptics Touchpads (Volume V)Philip Paeps2004-08-161-5/+29
* Assume a finger of regular width when no width value is reported byPhilip Paeps2004-08-081-3/+10
* Update support for Synaptics Touchpads (Volume IV)Philip Paeps2004-08-081-2/+2