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

2011-11-22 Thread Matthew Garrett
On Sun, Nov 13, 2011 at 07:06:42PM +, Ben Hutchings wrote: > +#define A1655_STATE_PORT 0x64 > +#define A1655_COMMAND_PORT 0x64 > +#define A1655_DATA_PORT 0x60 You'll need to synchronise with the i8042 driver here, otherwise things could go horribly wrong. > +#define M7440

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

2011-11-13 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