summaryrefslogtreecommitdiff
path: root/sys/dev/pckbc
AgeCommit message (Expand)Author
2000-10-13Revert previous since the finnish keymap is already present undermjl
2000-10-12Add finnish keymap, from Heikki Kallasjoki in PR/11186.mjl
2000-10-01- Add ioctl commands to wsdisplay which set/get some LCD status,takemura
2000-06-05If rnd is configured into the kernel, do rnd(4) entropy collectionsommerfeld
2000-05-19add spanish keymap, data fromdrochner
2000-04-14Add an "iopener" keymap variant, giving us.iopener andtsarna
2000-03-10Only poll for bell completion if we're calling in from cnbell(). Fixesthorpej
2000-03-06- Make the pcppi and pckbd drivers cooperate a little more -- pckbd providesthorpej
2000-03-05Add Norwegian keymap from Haavard Lygre.soren
2000-01-17make confusion of ISO 639 and ISO 3166 less likelyhubertf
2000-01-15allow french keyboard users to swap control and caps lock keysaymeric
2000-01-08Absolute pointing device support.takemura
1999-12-03Split the PC-like keyboard controller driver into chip back-end andthorpej
1999-08-25Spelling.ross
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