aboutsummaryrefslogtreecommitdiffstats
path: root/net/rfkill (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-31rfkill: use killable locks instead of interruptibleHenrique de Moraes Holschuh1-3/+4
2008-10-27RFKILL: fix input layer initialisationDmitry Baryshkov1-0/+5
2008-10-14net/rfkill/rfkill-input.c needs <linux/sched.h>Geert Uytterhoeven1-0/+1
2008-10-06rfkill: update LEDs for all state changesHenrique de Moraes Holschuh1-3/+2
2008-09-15rfkill: remove transmitter blocking on suspendHenrique de Moraes Holschuh1-14/+2
2008-08-29rfkill: rename rfkill_mutex to rfkill_global_mutexHenrique de Moraes Holschuh1-18/+20
2008-08-29rfkill: add WARN and BUG_ON paranoia (v2)Henrique de Moraes Holschuh1-13/+37
2008-08-29rfkill: add missing line breakFelipe Balbi1-1/+1
2008-08-29rfkill: use strict_strtoul (v2)Henrique de Moraes Holschuh1-2/+12
2008-08-22rfkill: introduce RFKILL_STATE_MAXHenrique de Moraes Holschuh1-3/+8
2008-08-22rfkill: add __must_check annotationsHenrique de Moraes Holschuh1-2/+3
2008-08-22rfkill: add default global states (v2)Henrique de Moraes Holschuh2-12/+116
2008-08-22rfkill: detect bogus double-registering (v2)Henrique de Moraes Holschuh1-1/+28
2008-08-18rfkill: protect suspended rfkill controllersHenrique de Moraes Holschuh1-4/+10
2008-08-01RFKILL: set the status of the leds on activation.Dmitry Baryshkov1-0/+12
2008-08-01RFKILL: allow one to specify led trigger nameDmitry Baryshkov1-1/+2
2008-08-01rfkill: query EV_SW states when rfkill-input (re)?connects to a input deviceHenrique de Moraes Holschuh1-15/+39
2008-07-29rfkill: yet more minor kernel-doc fixesHenrique de Moraes Holschuh1-10/+10
2008-07-29rfkill: mutex fixesHenrique de Moraes Holschuh1-10/+19
2008-07-29rfkill: fix led-trigger unregister order in error unwindHenrique de Moraes Holschuh1-2/+4
2008-07-29rfkill: document rfkill_force_state as required (v2)Henrique de Moraes Holschuh1-1/+6
2008-07-08rfkill: ignore errors from rfkill_toggle_radio in rfkill_add_switchHenrique de Moraes Holschuh1-6/+4
2008-07-08rfkill: some minor kernel-doc changes for rfkill_toggle_radioHenrique de Moraes Holschuh1-5/+7
2008-06-26rfkill: rename the rfkill_state states and add block-locked stateHenrique de Moraes Holschuh2-28/+76
2008-06-26rfkill: do not allow userspace to override ALL RADIOS OFFHenrique de Moraes Holschuh3-15/+51
2008-06-26rfkill: drop current_state from tasks in rfkill-inputFabien Crespel1-14/+1
2008-06-26rfkill: add uevent notificationsHenrique de Moraes Holschuh1-0/+42
2008-06-26rfkill: add type string helperHenrique de Moraes Holschuh1-18/+15
2008-06-26rfkill: add notifier chains supportHenrique de Moraes Holschuh1-3/+67
2008-06-26rfkill: rework suspend and resume handlersHenrique de Moraes Holschuh1-17/+18
2008-06-26rfkill: add the WWAN radio typeHenrique de Moraes Holschuh2-0/+7
2008-06-26rfkill: add read-write rfkill switch supportHenrique de Moraes Holschuh1-3/+50
2008-06-26rfkill: add parameter to disable radios by defaultHenrique de Moraes Holschuh1-1/+10
2008-06-26rfkill: handle SW_RFKILL_ALL eventsHenrique de Moraes Holschuh1-2/+43
2008-06-26rfkill: fix minor typo in kernel docHenrique de Moraes Holschuh1-1/+1
2008-04-15rfkill: Fix device type check when toggling statesCarlos Corbacho1-1/+1
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki1-1/+1
2008-02-03typo fix in net/rfkill/rfkill.cOliver Pinter1-1/+1
2008-01-31rfkill: add the WiMAX radio typeIñaky Pérez-González2-0/+12
2008-01-20rfkill: call rfkill_led_trigger_unregister() on errorEric Paris1-1/+4
2007-11-29rfkill: fix double-mutex-lockingMichael Buesch1-9/+5
2007-11-10rfkill: Fix sparse warningMichael Buesch1-0/+4
2007-11-10rfkill: Use mutex_lock() at register and add sanity checkMichael Buesch1-11/+9
2007-11-10rfkill: Use subsys_initcallMichael Buesch1-1/+1
2007-11-10rfkill: Register LED triggers before registering switchMichael Buesch1-5/+6
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-6/+6
2007-10-10[RFKILL]: Add support for hardware-only rfkill buttonsMichael Buesch1-1/+6
2007-10-10[RFKILL]: Add support for an rfkill LED.Michael Buesch2-1/+48
2007-10-10[RFKILL]: Move rfkill_switch_all out of global headerIvo van Doorn3-1/+19
2007-10-10[RFKILL]: Add support for ultrawidebandIvo van Doorn2-0/+12