summaryrefslogtreecommitdiff
path: root/sys/dev/pckbc
AgeCommit message (Expand)Author
1999-06-04In pckbd_decode(), do the remapping of "extended" (multibyte) keysdrochner
1999-05-15now that wscons_glue is gone we can back out rev. 1.16 (which madedrochner
1999-05-11add swedish keyboard map from Johan Danielsson (joda@pdc.kth.se) perdrochner
1999-05-03Pull in slightly modified ioctl() routine from psm.c (handles WSMOUSEIO_SRES).ad
1999-05-03Update ioctl routine to handle WSMOUSEIO_SRES case.ad
1999-03-26In a PC keyboard doesn't accept a "set to scanset 2" command, reset itdrochner
1999-01-26don't wait for completion of keyboard enable/disable commands; thisdrochner
1999-01-23-correction to PR kern/6814 from AW9K-NNK@asahi-net.or.jpdrochner
1999-01-23back to the roots: rename psm->pmsdrochner
1999-01-15add japanese keyboard map, from AW9K-NNK@asahi-net.or.jp (Nonaka Kimihiro)drochner
1999-01-14map the new "reset emulator" function to CTL-ALT-Backspacedrochner
1999-01-10Rename the "windows" keys and add the new keys to the keyboard maps.augustss
1999-01-09implement the option to swap left CTL and caps lock key, fromdrochner
1999-01-06add british keymap, from Patrick Welche per PR kern/6735drochner
1998-10-03french keymap, from Matthieu Herrb <matthieu@mipnet.fr> per PR kern/6231drochner
1998-09-18Map the "backspace" key to "delete" and the "remove" key todrochner
1998-09-17Move keyboard map from <dev/wscons/wskbdmap_mfii.h> into a _source_ file.drochner
1998-09-02Can't use pckbc_enqueue_cmd() in attach() because pckbc's initializationdrochner
1998-08-15Assign my copyrights to TNF.mycroft
1998-08-15Make copyright notices with my name consistent.mycroft
1998-08-07use an md keyboard beep replacement function on alpha toodrochner
1998-08-02Adapt to wskbd interface changes; implement enable/disable function.drochner
1998-07-29Make sure to report wheel movements.augustss
1998-07-28Reset the mouse in attach(); Bog knows what other drivers did to itdrochner
1998-07-27add support for native "Intelli" mice (wheel = z axis)drochner
1998-07-27add zero z axis argumentdrochner
1998-06-16defopt PCKBD_LAYOUTdrochner
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-06-11implement a way to get raw keyboard data (for X)drochner
1998-05-03Make error reporting similar to "pckbd".drochner
1998-05-03Let keyboard probe succeed without a keyboard connected if it is useddrochner
1998-04-28Fix a couple of function names used in diagnostic printfs.thorpej
1998-04-18-Set keyboard (and/or controller) to XT scancode in early consoledrochner
1998-04-16-don't modify call arguments in place - bad for debuggingdrochner
1998-04-09Split wscons/wskbd.c's softc into a static and a nonstatic part.hannken
1998-04-07Put some diagnostic output inside "#ifdef DIAGNOSTIC".drochner
1998-04-07Initial import of MI keyboard translation for dev/wscons.hannken
1998-03-22Devices attached to the PC keyboard controller (or its aux port),drochner