aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-12bump version to 1.0HEADv1.0masterJohannes Berg1-1/+1
2021-02-12rfkill: support hard block reason in C codeMarkus Theil1-2/+13
2021-02-12rfkill.c: deal with updated struct sizeMarkus Theil1-2/+4
2021-02-12rfkill: update rfkill.hMarkus Theil1-1/+17
2021-01-21rfkill: support hard block reason in python codeMarkus Theil1-11/+39
2021-01-21rfkill.py: migrate to python3Markus Theil1-11/+12
2021-01-21rfkill.py: explicitly set buffering=0Johannes Berg1-5/+5
2015-01-08add python moduleJohannes Berg1-0/+150
2015-01-08use uapi rfkill.hJohannes Berg1-289/+6
2013-05-03version 0.5v0.5Johannes Berg1-1/+1
2013-05-03fix compiler warningJohannes Berg1-3/+2
2013-05-03Add NFC supportSamuel Ortiz3-1/+6
2010-02-06version 0.4v0.4Johannes Berg1-1/+1
2010-01-26Add rfkill type "fm" to the man page.Darren Salt1-1/+1
2010-01-26Help text: output rfkill type names from an array instead of a static string.Darren Salt1-1/+6
2010-01-26Tweak version handling to allow vendor-specific suffixes without patching.Darren Salt2-1/+14
2010-01-23change manpage for new rfkill list behaviourJohannes Berg1-2/+3
2010-01-23Add filtering to "rfkill list".Darren Salt1-3/+31
2010-01-23Refactor rfkill index/type lookup: move it below rfkill_block.Darren Salt1-57/+73
2010-01-23Return error codes instead of exiting.Darren Salt1-16/+16
2010-01-23Constification.Darren Salt1-5/+5
2010-01-23Rearrange the help text for block & unblock.Darren Salt1-4/+4
2010-01-23Add "wlan" and "ultrawideband" as aliases for "wifi" and "uwb".Darren Salt2-2/+5
2010-01-19update rfkill.h from kernel 2.6.33Tomas Winkler2-0/+6
2009-12-04Move the man page to section 8Darren Salt2-5/+5
2009-12-03print time instead of useless textJohannes Berg1-3/+6
2009-10-29flush output after eventsJohannes Berg1-0/+1
2009-09-30default install to $(PREFIX)/sbinJohn W. Linville1-3/+3
2009-09-02version 0.3v0.3Johannes Berg1-1/+1
2009-09-02resync rfkill.h with kernelJohannes Berg1-13/+10
2009-08-26remove copyright notice from fileJohannes Berg1-2/+0
2009-08-26add copyright noticesJohannes Berg1-0/+4
2009-08-25version 0.2v0.2Johannes Berg1-1/+1
2009-08-25sync with kernel, add GPSJohannes Berg4-33/+55
2009-08-25add manpageJohannes Berg3-4/+41
2009-07-23remove iteration and let the kernel do itJohannes Berg1-62/+20
2009-07-23Added support for block/unblock wireless types.Tim Gardner1-8/+58
2009-07-23Added rfkill_block_all()Tim Gardner1-0/+19
2009-07-23Added a utility function to acquire a list of events.Tim Gardner1-8/+38
2009-07-21bump version to 0.1v0.1Johannes Berg1-1/+1
2009-07-05check event size for version 1Johannes Berg2-2/+12
2009-07-05use right event size for read()Johannes Berg1-16/+14
2009-06-05open device read-only for list and event operationsMarcel Holtmann1-2/+2
2009-06-04comment out rfkill manpage install for nowJohannes Berg1-4/+4
2009-06-04add *~ to gitignoreJohannes Berg1-0/+1
2009-06-04add .gitignoreJohannes Berg1-0/+3
2009-06-04version script "improvement"Johannes Berg1-2/+2
2009-06-04implement basic rfkill functionalityMarcel Holtmann1-6/+214
2009-06-04update to latest rfkill.hMarcel Holtmann1-11/+16
2009-06-04fix wrong rfkill_version typeMarcel Holtmann1-1/+1
2009-05-28init rfkill basic codeJohannes Berg7-0/+501