summaryrefslogtreecommitdiffstats
path: root/net/rfkill/rfkill.c
AgeCommit message (Expand)AuthorLines
2008-11-06Fix logic error in rfkill_check_duplicityJonathan McDowell-1/+1
2008-10-06rfkill: update LEDs for all state changesHenrique de Moraes Holschuh-3/+2
2008-09-15rfkill: remove transmitter blocking on suspendHenrique de Moraes Holschuh-14/+2
2008-08-29rfkill: rename rfkill_mutex to rfkill_global_mutexHenrique de Moraes Holschuh-18/+20
2008-08-29rfkill: add WARN and BUG_ON paranoia (v2)Henrique de Moraes Holschuh-13/+37
2008-08-29rfkill: add missing line breakFelipe Balbi-1/+1
2008-08-29rfkill: use strict_strtoul (v2)Henrique de Moraes Holschuh-2/+12
2008-08-22rfkill: introduce RFKILL_STATE_MAXHenrique de Moraes Holschuh-3/+8
2008-08-22rfkill: add __must_check annotationsHenrique de Moraes Holschuh-2/+3
2008-08-22rfkill: add default global states (v2)Henrique de Moraes Holschuh-12/+115
2008-08-22rfkill: detect bogus double-registering (v2)Henrique de Moraes Holschuh-1/+28
2008-08-18rfkill: protect suspended rfkill controllersHenrique de Moraes Holschuh-4/+10
2008-08-01RFKILL: set the status of the leds on activation.Dmitry Baryshkov-0/+12
2008-08-01RFKILL: allow one to specify led trigger nameDmitry Baryshkov-1/+2
2008-07-29rfkill: yet more minor kernel-doc fixesHenrique de Moraes Holschuh-10/+10
2008-07-29rfkill: mutex fixesHenrique de Moraes Holschuh-10/+19
2008-07-29rfkill: fix led-trigger unregister order in error unwindHenrique de Moraes Holschuh-2/+4
2008-07-29rfkill: document rfkill_force_state as required (v2)Henrique de Moraes Holschuh-1/+6
2008-07-08rfkill: ignore errors from rfkill_toggle_radio in rfkill_add_switchHenrique de Moraes Holschuh-6/+4
2008-07-08rfkill: some minor kernel-doc changes for rfkill_toggle_radioHenrique de Moraes Holschuh-5/+7
2008-06-26rfkill: rename the rfkill_state states and add block-locked stateHenrique de Moraes Holschuh-14/+61
2008-06-26rfkill: do not allow userspace to override ALL RADIOS OFFHenrique de Moraes Holschuh-0/+18
2008-06-26rfkill: add uevent notificationsHenrique de Moraes Holschuh-0/+42
2008-06-26rfkill: add type string helperHenrique de Moraes Holschuh-18/+15
2008-06-26rfkill: add notifier chains supportHenrique de Moraes Holschuh-3/+67
2008-06-26rfkill: rework suspend and resume handlersHenrique de Moraes Holschuh-17/+18
2008-06-26rfkill: add the WWAN radio typeHenrique de Moraes Holschuh-0/+3
2008-06-26rfkill: add read-write rfkill switch supportHenrique de Moraes Holschuh-3/+50
2008-06-26rfkill: add parameter to disable radios by defaultHenrique de Moraes Holschuh-1/+10
2008-06-26rfkill: fix minor typo in kernel docHenrique de Moraes Holschuh-1/+1
2008-04-15rfkill: Fix device type check when toggling statesCarlos Corbacho-1/+1
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki-1/+1
2008-02-03typo fix in net/rfkill/rfkill.cOliver Pinter-1/+1
2008-01-31rfkill: add the WiMAX radio typeIñaky Pérez-González-0/+3
2008-01-20rfkill: call rfkill_led_trigger_unregister() on errorEric Paris-1/+4
2007-11-29rfkill: fix double-mutex-lockingMichael Buesch-9/+5
2007-11-10rfkill: Fix sparse warningMichael Buesch-0/+4
2007-11-10rfkill: Use mutex_lock() at register and add sanity checkMichael Buesch-11/+9
2007-11-10rfkill: Use subsys_initcallMichael Buesch-1/+1
2007-11-10rfkill: Register LED triggers before registering switchMichael Buesch-5/+6
2007-10-10[RFKILL]: Add support for hardware-only rfkill buttonsMichael Buesch-1/+6
2007-10-10[RFKILL]: Add support for an rfkill LED.Michael Buesch-1/+41
2007-10-10[RFKILL]: Move rfkill_switch_all out of global headerIvo van Doorn-1/+1
2007-10-10[RFKILL]: Add support for ultrawidebandIvo van Doorn-0/+3
2007-10-10[RFKILL]: Remove IRDAIvo van Doorn-4/+1
2007-07-18[RFKILL]: Make state sysfs writableIvo van Doorn-1/+1
2007-05-19[RFKILL]: Fix check for correct rfkill allocationIvo van Doorn-1/+1
2007-05-07[NET]: rfkill: add support for input key to control wireless radioIvo van Doorn-0/+407