summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2013-02-23Run common vga attachment code after drm attached instead of before.Mark Kettenis
2013-02-23Don't set cn_tab if we're just overriding the console attachment.Mark Kettenis
2013-01-06don't propagate XF86XK_Audio{Lower,Raise}Volume keys to userspace,Alexandre Ratchov
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-29Add support for Elantech touchpads to pms(4). This allows the X synaptics(4)Stefan Sperling
2012-10-17#if NWSDISPLAY > 0 not #if WSDISPLAY > 0Jonathan Gray
2012-07-22Fix for ClickPad. On issue pointed gilles@ and matthieu@Alexandr Shadchin
2012-07-13Try to avoid using the same wchan name twice.Theo de Raadt
2012-04-17Add type numbers for upcoming sgi work, forgotten during newport(4) import.Miod Vallat
2012-03-28guenther notes that s_pid must also move to matchTheo de Raadt
2012-03-28Yet another ioctl-related pid value. Should be the master of theTheo de Raadt
2011-11-09If directly open /dev/wskbdX, then wskbdX be removed from mux wskbd,Alexandr Shadchin
2011-09-20Prepare to add support ALPS touchpadsAlexandr Shadchin
2011-08-17Adding support Synaptics touchpad. Thanks all for test.Alexandr Shadchin
2011-08-04In `string' state, accept bell (^G) as an end of sequence in addition toMiod Vallat
2011-07-03Fix return values of wsdisplaykqfilter and move some code so it matchesNicholas Marriott
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-06-23a bit more ansi; ok teduTheo de Raadt
2011-06-06Microphone mute button support from acpithinkpad (or elsewhere).Theo de Raadt
2011-05-05synaptics touchpad keep the current (pms) behaviour until WSMOUSEIO_SETMODEAlexandr Shadchin
2011-04-14Reducing number of call update_leds().Alexandr Shadchin
2011-04-13wskbd_holdscreen() is not needed and can be removedAlexandr Shadchin
2011-04-07Prepare to add support Synaptics touchpadsAlexandr Shadchin
2011-04-05Icelandic keyboard mapping. Commited from an Icelandic keyboard.Miod Vallat
2011-04-05Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, noPhilip Guenthe
2011-01-30Report the compose key on sun keyboards in raw mode as a different keycodeMiod Vallat
2010-11-20Change wsdisplay_kbdinput() to get an aray of keysym_t and a count, instead ofMiod Vallat
2010-11-20Replace all mentions of sc_base.me_dispdv with sc_displaydv. The latter is aMiod Vallat
2010-09-01After all escape sequence processing, check for being beyond the lastNicholas Marriott
2010-08-28ansify function definitions, and constify a few arrays while there.Miod Vallat
2010-07-31Support extra F-keys (up to F24) on HID keyboards.Miod Vallat
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-07-01Make it possible to get the screen types and emulations for a wsdisplay.Mats O Jansson
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-03-30Prevent the apmd/x races for good.Owain Ainsworth
2010-03-07Minimalistic driver for the ImpactSR (Mardigras) video option found on olderMiod Vallat
2010-03-04Add wsdisplay type for SGI VPro (aka Odyssey)Joel Sing
2010-02-28Minimal frame buffer driver for the SiS 315 found on Lemote Fuloong systems.Miod Vallat
2009-12-25A couple more device types.Miod Vallat
2009-12-10a few sizeof(array)/sizeof(array[0]) -> nitems(array) conversions found whileOwain Ainsworth
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-10-31KNOTE() after selwakeup(); ok miodTheo de Raadt
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-09-21Document a private ioctl range for wscons drivers (from Miod). ThereforeMarcus Glocker
2009-09-14Correctly empty the tty rings in wsdisplaystart() if the display isMiod Vallat
2009-09-05Buglet crept in.Miod Vallat
2009-09-05Check the return value of all emulops in the emulation code, and abortMiod Vallat