summaryrefslogtreecommitdiff
path: root/sys/dev/hil
AgeCommit message (Expand)Author
2011-11-09Auto-repeat keys in WSKBD_RAW mode is not needed.Alexandr Shadchin
2010-11-20Missing splx() in hil_thread(). This turned out to be harmless due to theMiod Vallat
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).Alexander Yurchenko
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2006-12-16Button boxes have their Y axis inverted, compared to mice, so compensateMiod Vallat
2006-12-16Make hil(4) shared interrupts aware, by exiting early if the stat registerMiod Vallat
2006-11-05Handle loop reconfiguration in a kernel thread, instead of doing it fromMiod Vallat
2006-08-10RegenMiod Vallat
2006-08-10Embed device list comments in generated hildevs_data.h file; no functionalMiod Vallat
2006-08-10Handle the ``arrow repeat'' special scancode on button boxes; from the oldMiod Vallat
2006-08-10No need for needs-flag for hil and hilms.Miod Vallat
2005-12-22Postpone the hil console detection logic to the first detection of a keyboard.Miod Vallat
2005-05-13Do not invoke hil_process_pendinc() from the interrupt handler if the loopMiod Vallat
2005-05-13RegenMiod Vallat
2005-05-13Separate button boxens from keyboards in the HIL device list.Miod Vallat
2005-05-08When receiving an unplugged notification from the loop, do not take actionMiod Vallat
2005-05-08Simplify loop reconfiguration code.Miod Vallat
2005-05-07PS/2 style and older style HIL keyboards have different layouts in theirMiod Vallat
2005-05-07RegenMiod Vallat
2005-05-07KNF the output.Miod Vallat
2005-02-28Fix confusion between KS_paragraph and KS_section; inspired from a PS/2Miod Vallat
2005-01-18WSDISPLAY_COMPAT_RAWKBD support for hilkbd.Miod Vallat
2005-01-15If the loop is empty when we probe it, enable the interrupt anyways, so thatMiod Vallat
2005-01-11Reliability fixes:Miod Vallat
2005-01-09Allow send_hil{,dev}_cmd to return failure, and handle this whereMiod Vallat
2004-09-15code locator is optionalMichael Shalayeff
2004-05-10obliterate undef, ok miodJolan Luff
2004-04-06Hil keyboard layout for german keyboards, at least suitable for the PS/2-likeMiod Vallat
2004-03-12Allow busy wait loops to fail, so that we don't spin if the hil loop does notMiod Vallat
2003-12-20Relax a redundant printf format specifier.Miod Vallat
2003-10-21typo from Tom Cosgrove;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-27as mentioned in hardball ers a few delays are needed; mios@ testing on hp300 ...Michael Shalayeff
2003-03-28Fix various gremlins in the hilms code my simple test program did not catch,Miod Vallat
2003-03-28Better message to report an empty loop during probe.Miod Vallat
2003-03-16A better explanation of why we need to operate hil keyboards in raw mode.Miod Vallat
2003-02-26Better support for the ps/2-style HIL keyboards (those with a real numericMiod Vallat
2003-02-26New hil child devices attachment framework, that allow them to be detachedMiod Vallat
2003-02-19Leaving console polling mode works now, and workaround boot -a slow responseMiod Vallat
2003-02-18Oops, remove debug code that was not supposed to be left hereMiod Vallat
2003-02-18Real polled mode console support, enough to play hangman in ddb.Miod Vallat
2003-02-18Track enable state and behave appropriately.Miod Vallat
2003-02-15A simple and crude driver to play with the hil so-called ``ID module''Miod Vallat
2003-02-15Provide a "code" locator for hil devices. This will let people ask theirMiod Vallat
2003-02-15Rework the console management on hppa:Miod Vallat
2003-02-15- Better type usage in the various hil code: prefer u_int8_t to u_char, butMiod Vallat
2003-02-15Remove misleading (and incorrect) HIL_STATMASK definition.Miod Vallat
2003-02-12A simple driver for HIL mice and tablets. Most of the work being alreadyMiod Vallat
2003-02-12Move values related to device identification data to hilreg.h, with betterMiod Vallat
2003-02-11I found a french HIL keyboard in a closet, so add a simple french layout.Miod Vallat