string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / net / rfkill /
2009-12-07 Andrew Mortonnet/rfkill/core.c: work around gcc-4.0.2 silliness
2009-11-29 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-23 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-11-23 Johannes Bergrfkill: fix miscdev ops
2009-11-18 Marcel Holtmannrfkill: Add constant for RFKILL_TYPE_FM radio devices
2009-10-04 Alexey Dobriyanheaders: remove sched.h from poll.h
2009-08-04 Tomas Winklerrfkill: add the GPS radio type
2009-07-24 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-21 Alan Jenkinsrfkill: fix rfkill_set_states() to set the hw state
2009-07-21 Johannes Bergrfkill: allow toggling soft state in sysfs again
2009-07-10 Johannes Bergrfkill: prep for rfkill API changes
2009-06-19 Alan Jenkinsrfkill: export persistent attribute in sysfs
2009-06-19 Alan Jenkinsrfkill: don't restore software blocked state on persist...
2009-06-19 Alan Jenkinsrfkill: rfkill_set_block() when suspended nitpick
2009-06-10 Alan Jenkinsrfkill: don't impose global states on resume (just...
2009-06-10 Alan Jenkinsrfkill: remove set_global_sw_state
2009-06-10 Johannes Bergrfkill: remove input Kconfig
2009-06-10 Johannes Bergrfkill: print events when input handler is disabled...
2009-06-03 Johannes Bergrfkill: always init poll delayed work
2009-06-03 Johannes Bergrfkill: add function to query state
2009-06-03 Johannes Bergrfkill: create useful userspace interface
2009-06-03 Johannes Bergrfkill: rewrite
2009-05-06 Andrew Mortonnet/rfkill/rfkill.c: fix build with CONFIG_RFKILL_LEDS=n
2009-04-22 Larry Fingerrfkill: Fix broken rfkill LED in 2.6.30-rc1
2009-04-22 Johannes Bergrfkill-input: remove unused code
2009-04-22 Johannes Bergrfkill: remove user_claim stuff
2009-01-05 Simon Holm Thøgersennet/rfkill/rfkill.c: fix unused rfkill_led_trigger...
2008-12-12 Johannes Bergrfkill: strip pointless notifier chain
2008-11-26 Henrique de Moraes... rfkill: always call get_state() hook on resume
2008-11-26 Henrique de Moraes... rfkill: preserve state across suspend
2008-11-10 Kay Sieversnet: struct device - replace bus_id with dev_name(...
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-06 Jonathan McDowellFix logic error in rfkill_check_duplicity
2008-10-31 Henrique de Moraes... rfkill: rate-limit rfkill-input workqueue usage (v3)
2008-10-31 Henrique de Moraes... rfkill: honour EPO state when resuming a rfkill controller
2008-10-31 Henrique de Moraes... rfkill: add master_switch_mode and EPO lock to rfkill...
2008-10-31 Henrique de Moraes... rfkill: export global states to rfkill-input
2008-10-31 Henrique de Moraes... rfkill: use killable locks instead of interruptible
2008-10-27 Dmitry BaryshkovRFKILL: fix input layer initialisation
2008-10-14 Geert Uytterhoevennet/rfkill/rfkill-input.c needs <linux/sched.h>
2008-10-06 Henrique de Moraes... rfkill: update LEDs for all state changes
2008-09-15 Henrique de Moraes... rfkill: remove transmitter blocking on suspend
2008-08-29 Henrique de Moraes... rfkill: rename rfkill_mutex to rfkill_global_mutex
2008-08-29 Henrique de Moraes... rfkill: add WARN and BUG_ON paranoia (v2)
2008-08-29 Felipe Balbirfkill: add missing line break
2008-08-29 Henrique de Moraes... rfkill: use strict_strtoul (v2)
2008-08-27 Felipe Balbinet: rfkill: add missing line break
2008-08-22 Henrique de Moraes... rfkill: introduce RFKILL_STATE_MAX
2008-08-22 Henrique de Moraes... rfkill: add __must_check annotations
2008-08-22 Henrique de Moraes... rfkill: add default global states (v2)
2008-08-22 Henrique de Moraes... rfkill: detect bogus double-registering (v2)
2008-08-18 Henrique de Moraes... rfkill: protect suspended rfkill controllers
2008-08-01 Dmitry BaryshkovRFKILL: set the status of the leds on activation.
2008-08-01 Dmitry BaryshkovRFKILL: allow one to specify led trigger name
2008-08-01 Henrique de Moraes... rfkill: query EV_SW states when rfkill-input (re)?conne...
2008-07-29 Henrique de Moraes... rfkill: yet more minor kernel-doc fixes
2008-07-29 Henrique de Moraes... rfkill: mutex fixes
2008-07-29 Henrique de Moraes... rfkill: fix led-trigger unregister order in error unwind
2008-07-29 Henrique de Moraes... rfkill: document rfkill_force_state as required (v2)
2008-07-08 Henrique de Moraes... rfkill: ignore errors from rfkill_toggle_radio in rfkil...
2008-07-08 Henrique de Moraes... rfkill: some minor kernel-doc changes for rfkill_toggle...
2008-06-26 Henrique de Moraes... rfkill: rename the rfkill_state states and add block...
2008-06-26 Henrique de Moraes... rfkill: do not allow userspace to override ALL RADIOS OFF
2008-06-26 Fabien Crespelrfkill: drop current_state from tasks in rfkill-input
2008-06-26 Henrique de Moraes... rfkill: add uevent notifications
2008-06-26 Henrique de Moraes... rfkill: add type string helper
2008-06-26 Henrique de Moraes... rfkill: add notifier chains support
2008-06-26 Henrique de Moraes... rfkill: rework suspend and resume handlers
2008-06-26 Henrique de Moraes... rfkill: add the WWAN radio type
2008-06-26 Henrique de Moraes... rfkill: add read-write rfkill switch support
2008-06-26 Henrique de Moraes... rfkill: add parameter to disable radios by default
2008-06-26 Henrique de Moraes... rfkill: handle SW_RFKILL_ALL events
2008-06-26 Henrique de Moraes... rfkill: fix minor typo in kernel doc
2008-04-15 Carlos Corbachorfkill: Fix device type check when toggling states
2008-02-23 Rafael J. WysockiPM: Introduce PM_EVENT_HIBERNATE callback state
2008-02-03 Oliver Pintertypo fix in net/rfkill/rfkill.c
2008-02-01 Iñaky Pérez-Gonzálezrfkill: add the WiMAX radio type
2008-01-21 Eric Parisrfkill: call rfkill_led_trigger_unregister() on error
2007-11-29 Michael Bueschrfkill: fix double-mutex-locking
2007-11-11 Michael Bueschrfkill: Fix sparse warning
2007-11-11 Michael Bueschrfkill: Use mutex_lock() at register and add sanity...
2007-11-11 Michael Bueschrfkill: Use subsys_initcall
2007-11-11 Michael Bueschrfkill: Register LED triggers before registering switch
2007-10-19 Jiri Slabyget rid of input BIT* duplicate defines
2007-10-10 Michael Buesch[RFKILL]: Add support for hardware-only rfkill buttons
2007-10-10 Michael Buesch[RFKILL]: Add support for an rfkill LED.
2007-10-10 Ivo van Doorn[RFKILL]: Move rfkill_switch_all out of global header
2007-10-10 Ivo van Doorn[RFKILL]: Add support for ultrawideband
2007-10-10 Ivo van Doorn[RFKILL]: Remove IRDA
2007-07-19 YOSHIFUJI Hideaki[NET] RFKILL: Fix whitespace errors.
2007-07-18 Ivo van Doorn[RFKILL]: Make state sysfs writable
2007-07-15 Ingo Molnar[RFKILL]: fix net/rfkill/rfkill-input.c bug on 64-bit...
2007-05-19 Ivo van Doorn[RFKILL]: Fix check for correct rfkill allocation
2007-05-07 Ivo van Doorn[NET]: rfkill: add support for input key to control...