Return-Path: From: Ed Tomlinson To: Dmitry Torokhov Subject: Re: [PATCH 0/2] Provide a driver for the Apple Magic Mouse - opps Date: Tue, 16 Feb 2010 07:34:47 -0500 Cc: Jiri Kosina , Michael Poole , linux-input@vger.kernel.org, Marcel Holtmann , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org References: <201002140922.42014.edt@aei.ca> <20100215071145.GA9135@core.coreip.homeip.net> In-Reply-To: <20100215071145.GA9135@core.coreip.homeip.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Message-Id: <201002160734.47588.edt@aei.ca> List-ID: On Monday 15 February 2010 02:11:46 Dmitry Torokhov wrote: > Almost... you need to do hid_hw_stop() first and only then unregister > input device, Otherwise if you unload the module while moving the mouse > it is likely to still oops. The exit routing for the module also has a hid_hw_stop. Is it going to cause problems when it gets called twice? TIA Ed