aboutsummaryrefslogtreecommitdiff
path: root/net/rfkill
AgeCommit message (Expand)AuthorFilesLines
2009-01-04net/rfkill/rfkill.c: fix unused rfkill_led_trigger() warningGravatar Simon Holm Thøgersen 1-3/+1
2008-12-12rfkill: strip pointless notifier chainGravatar Johannes Berg 1-78/+5
2008-11-26rfkill: always call get_state() hook on resumeGravatar Henrique de Moraes Holschuh 1-0/+10
2008-11-26rfkill: preserve state across suspendGravatar Henrique de Moraes Holschuh 1-1/+6
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-3/+2
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2008-11-06Fix logic error in rfkill_check_duplicityGravatar Jonathan McDowell 1-1/+1
2008-10-31rfkill: rate-limit rfkill-input workqueue usage (v3)Gravatar Henrique de Moraes Holschuh 1-8/+41
2008-10-31rfkill: honour EPO state when resuming a rfkill controllerGravatar Henrique de Moraes Holschuh 1-2/+11
2008-10-31rfkill: add master_switch_mode and EPO lock to rfkill and rfkill-inputGravatar Henrique de Moraes Holschuh 3-80/+274
2008-10-31rfkill: export global states to rfkill-inputGravatar Henrique de Moraes Holschuh 2-0/+15
2008-10-31rfkill: use killable locks instead of interruptibleGravatar Henrique de Moraes Holschuh 1-3/+4
2008-10-27RFKILL: fix input layer initialisationGravatar Dmitry Baryshkov 1-0/+5
2008-10-14net/rfkill/rfkill-input.c needs <linux/sched.h>Gravatar Geert Uytterhoeven 1-0/+1
2008-10-06rfkill: update LEDs for all state changesGravatar Henrique de Moraes Holschuh 1-3/+2
2008-09-15rfkill: remove transmitter blocking on suspendGravatar Henrique de Moraes Holschuh 1-14/+2
2008-08-29rfkill: rename rfkill_mutex to rfkill_global_mutexGravatar Henrique de Moraes Holschuh 1-18/+20
2008-08-29rfkill: add WARN and BUG_ON paranoia (v2)Gravatar Henrique de Moraes Holschuh 1-13/+37
2008-08-29rfkill: add missing line breakGravatar Felipe Balbi 1-1/+1
2008-08-29rfkill: use strict_strtoul (v2)Gravatar Henrique de Moraes Holschuh 1-2/+12
2008-08-22rfkill: introduce RFKILL_STATE_MAXGravatar Henrique de Moraes Holschuh 1-3/+8
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 2-12/+116
2008-08-22rfkill: detect bogus double-registering (v2)Gravatar Henrique de Moraes Holschuh 1-1/+28
2008-08-18rfkill: protect suspended rfkill controllersGravatar Henrique de Moraes Holschuh 1-4/+10
2008-08-01RFKILL: set the status of the leds on activation.Gravatar Dmitry Baryshkov 1-0/+12
2008-08-01RFKILL: allow one to specify led trigger nameGravatar Dmitry Baryshkov 1-1/+2
2008-08-01rfkill: query EV_SW states when rfkill-input (re)?connects to a input deviceGravatar Henrique de Moraes Holschuh 1-15/+39
2008-07-29rfkill: yet more minor kernel-doc fixesGravatar Henrique de Moraes Holschuh 1-10/+10
2008-07-29rfkill: mutex fixesGravatar Henrique de Moraes Holschuh 1-10/+19
2008-07-29rfkill: fix led-trigger unregister order in error unwindGravatar Henrique de Moraes Holschuh 1-2/+4
2008-07-29rfkill: document rfkill_force_state as required (v2)Gravatar Henrique de Moraes Holschuh 1-1/+6
2008-07-08rfkill: ignore errors from rfkill_toggle_radio in rfkill_add_switchGravatar Henrique de Moraes Holschuh 1-6/+4
2008-07-08rfkill: some minor kernel-doc changes for rfkill_toggle_radioGravatar Henrique de Moraes Holschuh 1-5/+7
2008-06-26rfkill: rename the rfkill_state states and add block-locked stateGravatar Henrique de Moraes Holschuh 2-28/+76
2008-06-26rfkill: do not allow userspace to override ALL RADIOS OFFGravatar Henrique de Moraes Holschuh 3-15/+51
2008-06-26rfkill: drop current_state from tasks in rfkill-inputGravatar Fabien Crespel 1-14/+1
2008-06-26rfkill: add uevent notificationsGravatar Henrique de Moraes Holschuh 1-0/+42
2008-06-26rfkill: add type string helperGravatar Henrique de Moraes Holschuh 1-18/+15
2008-06-26rfkill: add notifier chains supportGravatar Henrique de Moraes Holschuh 1-3/+67
2008-06-26rfkill: rework suspend and resume handlersGravatar Henrique de Moraes Holschuh 1-17/+18
2008-06-26rfkill: add the WWAN radio typeGravatar Henrique de Moraes Holschuh 2-0/+7
2008-06-26rfkill: add read-write rfkill switch supportGravatar Henrique de Moraes Holschuh 1-3/+50
2008-06-26rfkill: add parameter to disable radios by defaultGravatar Henrique de Moraes Holschuh 1-1/+10
2008-06-26rfkill: handle SW_RFKILL_ALL eventsGravatar Henrique de Moraes Holschuh 1-2/+43
2008-06-26rfkill: fix minor typo in kernel docGravatar Henrique de Moraes Holschuh 1-1/+1
2008-04-15rfkill: Fix device type check when toggling statesGravatar Carlos Corbacho 1-1/+1
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateGravatar Rafael J. Wysocki 1-1/+1
2008-02-03typo fix in net/rfkill/rfkill.cGravatar Oliver Pinter 1-1/+1
2008-01-31rfkill: add the WiMAX radio typeGravatar Iñaky Pérez-González 2-0/+12