Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762693AbYBLNXv (ORCPT ); Tue, 12 Feb 2008 08:23:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757460AbYBLNXn (ORCPT ); Tue, 12 Feb 2008 08:23:43 -0500 Received: from an-out-0708.google.com ([209.85.132.248]:60983 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756564AbYBLNXm (ORCPT ); Tue, 12 Feb 2008 08:23:42 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qynb1ADnL/yrZP+HGdJCh1TbXEf8JLVaxSLle3Kznbu0xzADZQyr5T8H73+GVBuBU9c0gvRgYWwGV0JkxdwZb59ZVUMTI0QiqjOhSjklHo2t8JqmzxXmZcpAbPnqv7GSI3N4Q5B5GrD/h+CIJPYEtUaY0oUQLulfs7orJCOYmQs= Message-ID: Date: Tue, 12 Feb 2008 11:23:40 -0200 From: "Adolfo R. Brandes" To: "Jiri Kosina" Subject: Re: USB HID: Missing keys on Gyration Media Center Universal Remote Control Cc: linux-kernel@vger.kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1193 Lines: 30 Hey Jiri! The symptoms remain after the patch (sleep key repeats endlessly, tv key does nothing). I'm going to post the debug output in a while, but before I do, it might be relevant that there were a couple of typos in the patch which I had to fix to compile ("intpu_event" function doesn't exist; missing "{" on second if statement). Also, I got these warnings: drivers/hid/hid-input.c: In function 'hidinput_hid_event': drivers/hid/hid-input.c:1045: warning: suggest parentheses around comparison in operand of & drivers/hid/hid-input.c:1046: warning: suggest parentheses around comparison in operand of & drivers/hid/hid-input.c:1047: warning: suggest parentheses around comparison in operand of & drivers/hid/hid-input.c:1056: warning: suggest parentheses around comparison in operand of & drivers/hid/hid-input.c:1057: warning: suggest parentheses around comparison in operand of & Could these be throwing the patch off? Thanks, Adolfo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/