summaryrefslogtreecommitdiffstats
path: root/sys/dev/wscons
AgeCommit message (Expand)AuthorFilesLines
2021-03-24Improve the tap detection mechanism.bru1-12/+21
2021-03-24Make tap detection less restrictive for multi-finger taps.bru1-9/+3
2021-03-21Include wstpad allocations when cleaning up wsmouse resources.bru3-3/+20
2021-03-12Add WSDISPLAYIO_DEPTH_30 in order to support 30-bit color support.kettenis1-1/+2
2021-03-03Add a configurable button mapping for tap gestures on touchpads.bru2-22/+47
2021-02-09ddb: when a new wsdisplay console attaches, resize ddb cols/rows to itjcs1-1/+9
2021-01-09Revert mistaken commit: Stop wsmux_attach_sc race from anton@gnezdo1-2/+2
2021-01-09Stop wsmux_attach_sc race from anton@gnezdo1-2/+2
2020-12-25Refactor klist insertion and removalvisa1-3/+3
2020-12-06Fix yet another wscons race. In the same subsystem, the followinganton1-6/+5
2020-11-02Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4).tobhe1-10/+15
2020-10-01Add astfb(4), a driver for the framebuffer of the Aspeed BMC found onkettenis1-1/+2
2020-09-13Fix various typos in wscons(4) comments.fcambus4-8/+8
2020-09-03The "USL" VT switch and keyboard ioctls are a hack and don't follow thekettenis1-8/+8
2020-08-05Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passingfcambus1-4/+9
2020-07-29Fix yet another panic in which wsevent_fini() ends up being called withanton3-9/+11
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt1-2/+1
2020-05-25change wsdisplay attribute type from long to uint32_tjsg8-54/+57
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg5-16/+15
2020-05-10Fix two out-of-bounds array accesses in ioctl code pats. One found bykettenis2-4/+4
2020-04-26Make explicit and enforce that WSCREEN and WSEMUL names are 0-terminated.bru1-5/+5
2020-04-26Remove unused assignments.bru1-3/+1
2020-04-19Move logic to change brightness level in reasonable steps from acpivout(4)kettenis3-6/+124
2020-04-07Abstract the head of knote lists. This allows extending the lists,visa1-3/+3
2020-03-24Backout the rename, it was more confusing then helpful.anton1-9/+9
2020-03-24Remove a chatty debug printf (not enabled by default) in wskbdopen() andanton2-10/+4
2020-03-24Rename wsmousedoioctl() -> wmouse_do_ioctl() and follow the sameanton1-9/+9
2020-03-24Ensure that me_evp is still NULL before assignment during open of wsconsanton3-26/+35
2020-03-22Mark omissions of break statements as intentional.bru1-3/+3
2020-03-22zap trailing whitespaceanton6-21/+21
2020-03-03Add WSDISPLAY_TYPE_RKDRMkettenis1-1/+2
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowvisa1-2/+2
2020-01-08Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP andvisa3-17/+20
2019-12-31Use C99 designated initializers with struct filterops. In addition,visa1-5/+5
2019-10-13Convert all tsleep(9) calls to tsleep_nsec(9) in wsdisplay(4).fcambus1-4/+5
2019-10-13Move ws_get_param/ws_set_param into wsdisplay code.kettenis2-2/+14
2019-08-31Fix a bug of the tap-detection code.bru1-13/+18
2019-08-19Add a configuration option for reverse scrolling.bru3-9/+25
2019-08-08wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@cheloha3-7/+7
2019-07-01Use timeout_add_msec(9)kn2-16/+15
2019-05-24Remove redundant conditional. Inspecting flags is the correct way toanton1-5/+3
2019-05-22Cleanup debug macros in wscons. Favor __func__ over spelling out the actualanton3-56/+54
2019-05-22A wscons device may only be opened in read/write mode once. However,anton5-16/+25
2019-05-21A problem fixed in wskbd is also present in wsmux. Repeating theanton1-2/+2
2019-05-11Add the colemak keyboard layout.abieber1-2/+4
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)kettenis2-5/+20
2019-03-30Restrict the number of allowed wsmux devices, just like wskbd and wsmouseanton1-1/+4
2019-03-24Fix a precedence problem.bru1-3/+6
2019-03-24Switch to precision scrolling in wstpad.bru3-64/+93
2019-03-24Add new event types for precision scrolling.bru1-1/+7