From: Igor Murzov Date: Fri, 30 Mar 2012 17:32:09 +0000 (+0400) Subject: ACPI video: Don't start video device until its associated input device has been allocated X-Git-Tag: v3.4-rc1~18^2~3^12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b60e7f6166857c76871977794fa266b02da1f394;p=pandora-kernel.git ACPI video: Don't start video device until its associated input device has been allocated Quoth Dmitry Torokhov: In addition to bus notifier we do install device notifier explicitly so it might fire up early. The easiest fox would be to move acpi_video_bus_start_devices() after input_allocate_device() but before input_register_device() - unregistered input devices can handle input_event() calls just fine. May fix crashes reported in: https://bugzilla.kernel.org/show_bug.cgi?id=40672 Signed-off-by: Igor Murzov Signed-off-by: Len Brown --- Reading git-diff-tree failed