Bug#631664: [PATCH] x86: Add amilo-rfkill driver for some Fujitsu-Siemens Amilo laptops

2011-11-09 Thread Johannes Berg
On Wed, 2011-11-09 at 05:44 +, Ben Hutchings wrote: > +static bool init_blocked = false; > + > +/* Initial state set by 'radio' parameter, as in the fsaa1655g driver */ > +module_param_named(radio, init_blocked, invbool, 0); I wonder what you need this for -- it shouldn't be necessary and the

Bug#631664: [PATCH] x86: Add amilo-rfkill driver for some Fujitsu-Siemens Amilo laptops

2011-11-08 Thread Ben Hutchings
An rfkill driver based on the fsaa1655g and fsam7440 drivers for Fujitsu-Siemens Amilo A1655 and M7440 models found at: http://sourceforge.net/projects/fsaa1655g/ http://sourceforge.net/projects/fsam7440/ This adds DMI matching and replaces the procfs files with rfkill devices. Signed-off-by: Be