summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2021-10-22One could end up with the wrong encoding in xenocara while having a uccAnton Lindqvist
2021-09-22Prevent ucc keyboards from changing the wsmux keyboard layout.Anton Lindqvist
2021-09-20Changing the encoding of a ucc keyboard doesn't make sense as only oneAnton Lindqvist
2021-03-24Improve the tap detection mechanism.Ulf Brosziewski
2021-03-24Make tap detection less restrictive for multi-finger taps.Ulf Brosziewski
2021-03-21Include wstpad allocations when cleaning up wsmouse resources.Ulf Brosziewski
2021-03-12Add WSDISPLAYIO_DEPTH_30 in order to support 30-bit color support.Mark Kettenis
2021-03-03Add a configurable button mapping for tap gestures on touchpads.Ulf Brosziewski
2021-02-09ddb: when a new wsdisplay console attaches, resize ddb cols/rows to itJoshua Stein
2021-01-09Revert mistaken commit: Stop wsmux_attach_sc race from anton@gnezdo
2021-01-09Stop wsmux_attach_sc race from anton@gnezdo
2020-12-25Refactor klist insertion and removalVisa Hankala
2020-12-06Fix yet another wscons race. In the same subsystem, the followinganton
2020-11-02Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4).tobhe
2020-10-01Add astfb(4), a driver for the framebuffer of the Aspeed BMC found onMark Kettenis
2020-09-13Fix various typos in wscons(4) comments.Frederic Cambus
2020-09-03The "USL" VT switch and keyboard ioctls are a hack and don't follow theMark Kettenis
2020-08-05Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passingFrederic Cambus
2020-07-29Fix yet another panic in which wsevent_fini() ends up being called withanton
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-10Fix two out-of-bounds array accesses in ioctl code pats. One found byMark Kettenis
2020-04-26Make explicit and enforce that WSCREEN and WSEMUL names are 0-terminated.Ulf Brosziewski
2020-04-26Remove unused assignments.Ulf Brosziewski
2020-04-19Move logic to change brightness level in reasonable steps from acpivout(4)Mark Kettenis
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-03-24Backout the rename, it was more confusing then helpful.anton
2020-03-24Remove a chatty debug printf (not enabled by default) in wskbdopen() andanton
2020-03-24Rename wsmousedoioctl() -> wmouse_do_ioctl() and follow the sameanton
2020-03-24Ensure that me_evp is still NULL before assignment during open of wsconsanton
2020-03-22Mark omissions of break statements as intentional.Ulf Brosziewski
2020-03-22zap trailing whitespaceanton
2020-03-03Add WSDISPLAY_TYPE_RKDRMMark Kettenis
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-01-08Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP andVisa Hankala
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
2019-10-13Convert all tsleep(9) calls to tsleep_nsec(9) in wsdisplay(4).Frederic Cambus
2019-10-13Move ws_get_param/ws_set_param into wsdisplay code.Mark Kettenis
2019-08-31Fix a bug of the tap-detection code.Ulf Brosziewski
2019-08-19Add a configuration option for reverse scrolling.Ulf Brosziewski
2019-08-08wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@cheloha
2019-07-01Use timeout_add_msec(9)kn
2019-05-24Remove redundant conditional. Inspecting flags is the correct way toanton
2019-05-22Cleanup debug macros in wscons. Favor __func__ over spelling out the actualanton
2019-05-22A wscons device may only be opened in read/write mode once. However,anton
2019-05-21A problem fixed in wskbd is also present in wsmux. Repeating theanton
2019-05-11Add the colemak keyboard layout.Aaron Bieber
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)Mark Kettenis
2019-03-30Restrict the number of allowed wsmux devices, just like wskbd and wsmouseanton