aboutsummaryrefslogtreecommitdiff
path: root/net/rfkill
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-20rfkill: call rfkill_led_trigger_unregister() on errorGravatar Eric Paris 1-1/+4
2007-11-29rfkill: fix double-mutex-lockingGravatar Michael Buesch 1-9/+5
2007-11-10rfkill: Fix sparse warningGravatar Michael Buesch 1-0/+4
2007-11-10rfkill: Use mutex_lock() at register and add sanity checkGravatar Michael Buesch 1-11/+9
2007-11-10rfkill: Use subsys_initcallGravatar Michael Buesch 1-1/+1
2007-11-10rfkill: Register LED triggers before registering switchGravatar Michael Buesch 1-5/+6
2007-10-19get rid of input BIT* duplicate definesGravatar Jiri Slaby 1-6/+6
2007-10-10[RFKILL]: Add support for hardware-only rfkill buttonsGravatar Michael Buesch 1-1/+6
2007-10-10[RFKILL]: Add support for an rfkill LED.Gravatar Michael Buesch 2-1/+48
2007-10-10[RFKILL]: Move rfkill_switch_all out of global headerGravatar Ivo van Doorn 3-1/+19
2007-10-10[RFKILL]: Add support for ultrawidebandGravatar Ivo van Doorn 2-0/+12
2007-10-10[RFKILL]: Remove IRDAGravatar Ivo van Doorn 2-5/+2