summaryrefslogtreecommitdiff
path: root/sys/dev/pckbport
AgeCommit message (Expand)Author
2018-02-19Add Turkish keyboard layout.maya
2017-12-05Add hw.synaptics.movement_enable sysctl. Default value is 1, but if setjmcneill
2017-11-07Return res in non-synaptics case like before. Fix ALPS caseryoon
2017-11-06Add two finger support and middle/right button emulation.blymn
2017-08-16Remove extra newline.nat
2017-08-16If ALPS probe fails, send a PMS_RESET.nat
2017-08-15Do not print ALPS related message when generic PS/2 caseryoon
2017-08-13PR/52483: Ryo ONODERA: Add support for ALPS PS/2 pointing deviceschristos
2017-06-11New device wsbell - allows for a console beep for non pckbds (usb etc).nat
2015-07-16Disambiguate debug message.prlw1
2015-03-04Fix clickpad button detection (From Rhialto)christos
2014-07-14Add a belgian keyboard layout, based on the french keyboard layout.mbalmer
2014-06-11Nuke trailing whitespace.riastradh
2014-05-23PR/48831: Jörg Grundmann: Synaptics Touch pad (ClickPad) andchristos
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-01-11KASSERT that cmd is non-NULL in more places, and in a place that previouslyjakllsch
2013-09-15Cosemetically "fix" the pckbd_attach() return value, so gcc can see themartin
2013-03-06fix debugging printfchristos
2013-03-06Deal with Foxconn NanoPC nT-i1250 returning BAT_FAIL and don't infinite loopchristos
2012-10-13Add the extra keys found on the Tadpole SPARCle to the keysym list.jdc
2012-10-13Add two flags to keyboard/mouse attachment:jdc
2012-06-03Remove a couple of (void *) casts added in the previous commin.dsl
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-01-07add support for elantech (v2) touchpads that report input pressurejmcneill
2011-09-10Correct and improve some comments. Collect unused variables. Add a define.jakllsch
2011-09-09Replace pms_synaptics_send_command() and identical pms_elantech_send_command()jakllsch
2011-09-09const-ify input command buffer argument tojakllsch
2011-09-08Sprinkle static.jakllsch
2011-09-08Cosmetic changes.jakllsch
2011-09-08Make whitespace more consistent.jakllsch
2011-09-07options PMS_DISABLE_POWERHOOK has been obsolete for a while now,jakllsch
2011-07-22fixes from gilbert dot fernandes at orange dot frchristos
2011-07-22fixes from OpenBSDchristos
2011-07-22PR/35473: Wigcher Spanninga: Add Dutch keyboard support to wsconschristos
2011-05-24Use proper format stringjoerg
2011-02-08add PS/2 registers from synaptics spec:cegger
2011-01-29use aprint_debug_dev and get rid of SYNAPTICSDEBUGcegger
2010-11-15wakeup needs sys/proc.h.uebayasi
2010-03-21send the SET_SCALE11 command before the 'sliced' command as per theplunky
2010-03-21Extended capability probes can confuse the passthrough device,plunky
2010-03-21some definitions from the Linux driver (via PR kern/42853)plunky
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-08Expand PMF_FN_* macros.dyoung
2009-07-28Add hungarian qwertz keyboard layout.ahoka
2009-07-16Ignore scancodes E0 2A, E0 AA, E0 36, E0 B6 when decoding.jakllsch
2009-06-13Add support for Swiss german kezboard to wskbd.tonnerre
2009-04-06Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters.mkirby
2009-03-08use aprint_errorad
2009-02-03Enable Colemak altgr keys.ghen
2008-12-30Silence printf in common "device not found" error path.jmcneill