From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH] HID: wacom: Fix invalid power_supply_powers calls Date: Mon, 06 Feb 2012 09:34:36 -0800 Message-ID: <4F300F2C.9030308@goop.org> References: <1328481324-7241-1-git-send-email-przemo@firszt.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from claw.goop.org ([74.207.240.146]:46545 "EHLO claw.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750756Ab2BFRel (ORCPT ); Mon, 6 Feb 2012 12:34:41 -0500 In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Jiri Kosina Cc: Przemo Firszt , chris@cnpbagwell.com, pinglinux@gmail.com, linuxwacom-devel@lists.sourceforge.net, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org On 02/06/2012 04:42 AM, Jiri Kosina wrote: > On Mon, 6 Feb 2012, przemo@firszt.eu wrote: > >>> Hmm, seems valid. How did you notice? Have you seen crashes because of >>> wild pointers? >> Hi Jiri, >> Yes, the driver was unusable - 100% crashes during connection. > Okay, I thought that'd be the case. Very sorry about that. I don't have a device to test with, so I should have reviewed the code extra carefully. Does the same bug apply to the Wii changes, which were of the same form? J