aboutsummaryrefslogtreecommitdiff
path: root/input-switch.c
Commit message (Collapse)AuthorAgeFilesLines
* input-switch: enable requesting current valuesPřemysl Eric Janouch2022-07-251-32/+56
|
* Re-evaluate BenQ input switchingPřemysl Eric Janouch2021-11-061-6/+38
| | | | | | The manufacturer-specific KVM feature is necessary, because Input Source alone won't let me wake up the particular computer's video output.
* input-switch: add a Thunderbolt magic constantPřemysl Eric Janouch2021-11-051-0/+1
|
* Name changePřemysl Eric Janouch2020-09-281-1/+1
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-3/+2
| | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway.
* input-switch: fix typo in error messagePřemysl Janouch2017-02-091-1/+1
|
* Fix a useless compiler warningPřemysl Janouch2017-02-091-1/+1
|
* Add input-switchPřemysl Janouch2017-02-091-0/+153
Moving common stuff for DDC/CI communicating programs to ddc-ci.c.