aboutsummaryrefslogtreecommitdiffstats
path: root/rfkill.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-03fix compiler warningJohannes Berg1-3/+2
2013-05-03Add NFC supportSamuel Ortiz1-0/+3
2010-01-26Help text: output rfkill type names from an array instead of a static string.Darren Salt1-1/+6
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 Salt1-1/+3
2010-01-19update rfkill.h from kernel 2.6.33Tomas Winkler1-0/+3
2009-12-03print time instead of useless textJohannes Berg1-3/+6
2009-10-29flush output after eventsJohannes Berg1-0/+1
2009-08-26remove copyright notice from fileJohannes Berg1-2/+0
2009-08-25sync with kernel, add GPSJohannes Berg1-1/+4
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-05check event size for version 1Johannes Berg1-2/+2
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-04implement basic rfkill functionalityMarcel Holtmann1-6/+214
2009-05-28init rfkill basic codeJohannes Berg1-0/+33