summaryrefslogtreecommitdiffstats
path: root/sys/dev/hil (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert infinite sleeps to {m,t}sleep_nsec(9).mpi2019-12-311-2/+3
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* Introduce a new knob to force the first USB keyboard as console input.mpi2017-03-111-2/+1
* Use the new input functions of wsmouse in mouse and touchscreen drivers.bru2016-06-051-10/+17
* add some missing splx() callsjsg2015-05-151-1/+2
* Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxmiod2014-01-261-3/+3
* simplify kthread_create(). no more stdargderaadt2013-11-181-2/+2
* Auto-repeat keys in WSKBD_RAW mode is not needed.shadchin2011-11-091-39/+2
* Missing splx() in hil_thread(). This turned out to be harmless due to themiod2010-11-201-1/+2
* Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).grange2009-01-211-4/+3
* Add support for a fourth axis on wsmouse devices, e.g. on the Apple Mightmiod2007-04-101-2/+2
* Button boxes have their Y axis inverted, compared to mice, so compensatemiod2006-12-161-8/+16
* Make hil(4) shared interrupts aware, by exiting early if the stat registermiod2006-12-161-1/+10
* Handle loop reconfiguration in a kernel thread, instead of doing it frommiod2006-11-052-13/+40
* Regenmiod2006-08-101-4/+4
* Embed device list comments in generated hildevs_data.h file; no functionalmiod2006-08-102-8/+14
* Handle the ``arrow repeat'' special scancode on button boxes; from the oldmiod2006-08-102-11/+27
* No need for needs-flag for hil and hilms.miod2006-08-101-4/+4
* Postpone the hil console detection logic to the first detection of a keyboard.miod2005-12-222-6/+19
* Do not invoke hil_process_pendinc() from the interrupt handler if the loopmiod2005-05-131-9/+4
* Regenmiod2005-05-131-7/+7
* Separate button boxens from keyboards in the HIL device list.miod2005-05-134-22/+31
* When receiving an unplugged notification from the loop, do not take actionmiod2005-05-081-15/+33
* Simplify loop reconfiguration code.miod2005-05-081-42/+27
* PS/2 style and older style HIL keyboards have different layouts in theirmiod2005-05-073-151/+420
* Regenmiod2005-05-071-2/+3
* KNF the output.miod2005-05-071-2/+2
* Fix confusion between KS_paragraph and KS_section; inspired from a PS/2miod2005-02-281-3/+3
* WSDISPLAY_COMPAT_RAWKBD support for hilkbd.miod2005-01-183-10/+232
* If the loop is empty when we probe it, enable the interrupt anyways, so thatmiod2005-01-151-2/+4
* Reliability fixes:miod2005-01-113-12/+100
* Allow send_hil{,dev}_cmd to return failure, and handle this wheremiod2005-01-093-30/+41
* code locator is optionalmickey2004-09-151-2/+2
* obliterate undef, ok miodjolan2004-05-101-3/+1
* Hil keyboard layout for german keyboards, at least suitable for the PS/2-likemiod2004-04-061-3/+51
* Allow busy wait loops to fail, so that we don't spin if the hil loop does notmiod2004-03-121-18/+59
* Relax a redundant printf format specifier.miod2003-12-201-2/+2
* typo from Tom Cosgrove;jmc2003-10-211-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-023-18/+6
* as mentioned in hardball ers a few delays are needed; mios@ testing on hp300 and okmickey2003-05-271-3/+12
* Fix various gremlins in the hilms code my simple test program did not catch,miod2003-03-281-8/+29
* Better message to report an empty loop during probe.miod2003-03-281-2/+2
* A better explanation of why we need to operate hil keyboards in raw mode.miod2003-03-161-3/+8
* Better support for the ps/2-style HIL keyboards (those with a real numericmiod2003-02-262-26/+37
* New hil child devices attachment framework, that allow them to be detachedmiod2003-02-266-138/+241
* Leaving console polling mode works now, and workaround boot -a slow responsemiod2003-02-191-5/+6
* Oops, remove debug code that was not supposed to be left heremiod2003-02-181-6/+1
* Real polled mode console support, enough to play hangman in ddb.miod2003-02-183-16/+94
* Track enable state and behave appropriately.miod2003-02-181-4/+32
* A simple and crude driver to play with the hil so-called ``ID module''miod2003-02-152-1/+94