aboutsummaryrefslogtreecommitdiff
path: root/net/rfkill
AgeCommit message (Expand)AuthorFilesLines
2009-08-04rfkill: add the GPS radio typeGravatar Tomas Winkler 1-1/+3
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-8/+23
2009-07-21rfkill: fix rfkill_set_states() to set the hw stateGravatar Alan Jenkins 1-0/+4
2009-07-21rfkill: allow toggling soft state in sysfs againGravatar Johannes Berg 1-8/+19
2009-07-10rfkill: prep for rfkill API changesGravatar Johannes Berg 1-2/+8
2009-06-19rfkill: export persistent attribute in sysfsGravatar Alan Jenkins 1-0/+10
2009-06-19rfkill: don't restore software blocked state on persistent devicesGravatar Alan Jenkins 1-15/+25
2009-06-19rfkill: rfkill_set_block() when suspended nitpickGravatar Alan Jenkins 1-3/+3
2009-06-10rfkill: don't impose global states on resume (just restore the previous states)Gravatar Alan Jenkins 1-5/+1
2009-06-10rfkill: remove set_global_sw_stateGravatar Alan Jenkins 1-51/+30
2009-06-10rfkill: remove input KconfigGravatar Johannes Berg 1-1/+1
2009-06-10rfkill: print events when input handler is disabled/enabledGravatar Johannes Berg 1-2/+4
2009-06-03rfkill: always init poll delayed workGravatar Johannes Berg 1-7/+6
2009-06-03rfkill: add function to query stateGravatar Johannes Berg 1-0/+13
2009-06-03rfkill: create useful userspace interfaceGravatar Johannes Berg 2-7/+327
2009-06-03rfkill: rewriteGravatar Johannes Berg 7-1263/+1256
2009-05-06net/rfkill/rfkill.c: fix build with CONFIG_RFKILL_LEDS=nGravatar Andrew Morton 1-0/+5
2009-04-22rfkill: Fix broken rfkill LED in 2.6.30-rc1Gravatar Larry Finger 1-1/+8
2009-04-22rfkill-input: remove unused codeGravatar Johannes Berg 1-69/+0
2009-04-22rfkill: remove user_claim stuffGravatar Johannes Berg 1-42/+3
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