aboutsummaryrefslogtreecommitdiff
path: root/include/linux/rfkill.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-11rfkill: add a reason to the HW rfkill stateGravatar Emmanuel Grumbach 1-1/+23
2018-06-15rfkill: Fixes and cleanup of kernel-doc in the header fileGravatar Peter Meerwald 1-10/+10
2016-02-24net: rfkill: add rfkill_find_type functionGravatar Heikki Krogerus 1-0/+15
2016-02-24rfkill: disentangle polling pause and suspendGravatar Johannes Berg 1-1/+2
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-89/+3
2012-08-21Revert "rfkill: remove dead code"Gravatar AceLan Kao 1-0/+31
2012-03-16device.h: audit and cleanup users in main include dirGravatar Paul Gortmaker 1-1/+1
2010-11-15rfkill: remove dead codeGravatar Stephen Hemminger 1-31/+0
2010-08-22header: fix broken headers for user spaceGravatar Changli Gao 1-1/+1
2010-03-02rfkill: Add support for KEY_RFKILLGravatar Matthew Garrett 1-1/+1
2009-11-18rfkill: Add constant for RFKILL_TYPE_FM radio devicesGravatar Marcel Holtmann 1-0/+2
2009-11-18rfkill: Add missing description for RFKILL_TYPE_GPSGravatar Marcel Holtmann 1-0/+1
2009-09-01rfkill: relicense header fileGravatar Johannes Berg 1-13/+10
2009-08-04rfkill: add the GPS radio typeGravatar Tomas Winkler 1-0/+1
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2009-07-21rfkill: remove too-strict __must_checkGravatar Alan Jenkins 1-1/+1
2009-07-10rfkill: prep for rfkill API changesGravatar Johannes Berg 1-0/+14
2009-07-08includecheck fix: include/linux, rfkill.hGravatar Jaswinder Singh Rajput 1-1/+0
2009-06-19rfkill: export persistent attribute in sysfsGravatar Alan Jenkins 1-2/+3
2009-06-19rfkill: don't restore software blocked state on persistent devicesGravatar Alan Jenkins 1-5/+27
2009-06-10rfkill: don't impose global states on resume (just restore the previous states)Gravatar Alan Jenkins 1-3/+4
2009-06-10rfkill: remove set_global_sw_stateGravatar Alan Jenkins 1-20/+8
2009-06-09rfkill: include err.hGravatar Johannes Berg 1-0/+1
2009-06-03rfkill: add function to query stateGravatar Johannes Berg 1-0/+12
2009-06-03rfkill: create useful userspace interfaceGravatar Johannes Berg 1-24/+60
2009-06-03rfkill: rewriteGravatar Johannes Berg 1-74/+251
2009-04-22rfkill: remove user_claim stuffGravatar Johannes Berg 1-6/+0
2009-04-22rfkill: remove deprecated state constantsGravatar Johannes Berg 1-8/+0
2008-12-12rfkill: strip pointless notifier chainGravatar Johannes Berg 1-7/+0
2008-11-26rfkill: preserve state across suspendGravatar Henrique de Moraes Holschuh 1-0/+1
2008-08-22rfkill: introduce RFKILL_STATE_MAXGravatar Henrique de Moraes Holschuh 1-0/+1
2008-08-22rfkill: add __must_check annotationsGravatar Henrique de Moraes Holschuh 1-2/+3
2008-08-22rfkill: add default global states (v2)Gravatar Henrique de Moraes Holschuh 1-0/+1
2008-07-29rfkill: document the rfkill struct locking (v2)Gravatar Henrique de Moraes Holschuh 1-3/+5
2008-06-26rfkill: rename the rfkill_state states and add block-locked stateGravatar Henrique de Moraes Holschuh 1-3/+29
2008-06-26rfkill: add notifier chains supportGravatar Henrique de Moraes Holschuh 1-0/+7
2008-06-26rfkill: add the WWAN radio typeGravatar Henrique de Moraes Holschuh 1-0/+2
2008-06-26rfkill: add read-write rfkill switch supportGravatar Henrique de Moraes Holschuh 1-0/+5
2008-06-26rfkill: clarify meaning of rfkill statesGravatar Henrique de Moraes Holschuh 1-3/+3
2008-01-31rfkill: add the WiMAX radio typeGravatar Iñaky Pérez-González 1-0/+2
2007-10-10[RFKILL]: Add support for hardware-only rfkill buttonsGravatar Michael Buesch 1-0/+3
2007-10-10[RFKILL]: Add support for an rfkill LED.Gravatar Michael Buesch 1-0/+21
2007-10-10[RFKILL]: Move rfkill_switch_all out of global headerGravatar Ivo van Doorn 1-3/+1
2007-10-10[PATCH] rfkill: Fix documentation typosGravatar Michael Buesch 1-3/+3
2007-10-10[RFKILL]: Add support for ultrawidebandGravatar Ivo van Doorn 1-0/+2
2007-10-10[RFKILL]: Remove IRDAGravatar Ivo van Doorn 1-5/+3
2007-06-07[RFKILL]: Make rfkill->name constGravatar Ivo van Doorn 1-1/+1
2007-05-07[NET]: rfkill: add support for input key to control wireless radioGravatar Ivo van Doorn 1-0/+89