aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
* Quirk based support of Chromebook keyboard found in Acer C720Michael Gmelin2015-02-144-35/+123
* Convert from timeout(9) to callout(9).John Baldwin2014-09-221-14/+23
* Remove ia64.Marcel Moolenaar2014-07-071-2/+0
* Revert r255152:Eitan Adler2013-09-041-2/+2
* psm: Add support for middle and extended buttons on Synaptics touchpadsJean-Sébastien Pédron2013-09-021-40/+91
* synaptics and trackpoint support are stable enough to be on by default.Eitan Adler2013-09-021-2/+2
* Remove a bogus re-assignment.Jung-uk Kim2013-05-131-2/+0
* List TrackPoint device before generic model.Jung-uk Kim2013-03-181-1/+1
* Add preliminary support for IBM/Lenovo TrackPoint.Jung-uk Kim2013-03-181-1/+270
* Pass the device_t into atkbd_{probe,attach}_unit and get theWarner Losh2013-01-113-14/+11
* style(9) changes before I do more real changes.Warner Losh2013-01-111-83/+79
* psm: Support detection of Synaptics touchpad v7.5 and aboveJean-Sébastien Pédron2012-12-181-3/+9
* Fix typo: s/protocl/protocolKevin Lo2012-09-201-2/+2
* Use callout(9) instead of timeout(9) to manage timers.John Baldwin2012-09-071-13/+15
* Add another PS/2 keyboard PNP ID. This ID is listed asJohn Baldwin2012-07-061-0/+1
* Add a PNP ID for Japanese 106-key keyboard.Jung-uk Kim2012-03-281-0/+1
* - Do not clobber softc when psm(4) is reintialized.Jung-uk Kim2012-03-271-141/+124
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-2/+2
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-171-0/+1
* Correct a typo.Xin LI2011-06-201-1/+1
* Add comments about the validation.Xin LI2011-06-111-0/+9
* Validate INT 15h and 16h vectors more strictly. Traditionally these entryJung-uk Kim2011-06-061-1/+2
* Revert r222152. The root cause was analysed and better fix is upcoming.Jung-uk Kim2011-06-062-4/+0
* Add a new knob to atkbd(4) to enable typematic rate detection on boot,Xin LI2011-05-202-0/+4
* Only use the BIOS-supplied IRQ for the atkbdc device for a child atkbdJohn Baldwin2010-12-211-8/+10
* Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans2010-12-201-4/+2
* - If the atkbdc device is assigned an IRQ resource by ACPI or the PnPBIOS,John Baldwin2010-12-163-14/+55
* - When moving the IRQ resource from the psmcpnp device to the psm device,John Baldwin2010-12-161-15/+5
* Various small typos and grammar nits in comments.John Baldwin2010-11-181-4/+4
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-2/+2
* Let psm(4) use si_drv1 to refer to its softc.Ed Schouten2010-09-091-28/+22
* On certain chipsets AT keyboard controller isn't present and isMaxim Sobolev2010-04-294-16/+69
* Add new "hw.psm.tap_enabled" tunable and sysctl.Jean-Sébastien Pédron2009-12-181-0/+35
* Rewrite x86bios and update its dependent drivers.Jung-uk Kim2009-10-191-6/+9
* Fix couple of style nits missed in the previous commit.Jung-uk Kim2009-09-251-1/+1
* - Use x86bios_offset() instead of BIOS_PADDRTOVADDR() macro.[1]Jung-uk Kim2009-09-251-14/+23
* - Use FreeBSD function naming convention.Jung-uk Kim2009-09-241-3/+3
* Move sys/dev/x86bios to sys/compat/x86bios.Jung-uk Kim2009-09-231-1/+1
* Temporarily disable typematic retrieving code until we get a real fix,Xin LI2009-09-221-2/+2
* Allow atkbd to obtain keyboard repeat rate from BIOS on amd64.Xin LI2009-09-211-19/+18
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn 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-175/+982
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Fill in sysctl descriptions.Tom Rhodes2008-07-261-10/+18