Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754889AbXE3PSq (ORCPT ); Wed, 30 May 2007 11:18:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752891AbXE3PSi (ORCPT ); Wed, 30 May 2007 11:18:38 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]:19588 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752767AbXE3PSi (ORCPT ); Wed, 30 May 2007 11:18:38 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JpBrr7cN5O0C5UlZc5IRvBr5dypEeIcm4rwUIdb4GCFgad+YtSa9HC7IjoK0bDqoPdG3LbK7oBHt9tdYqWx2n2vwjGWjHWap0goKKVAxRMO9Ou8j00AXdXldRa3wtYV3A6zB5pPVMESZWxlUPz7Mk4TMGw0+D8hG89lvM+X5kmw= Message-ID: Date: Wed, 30 May 2007 16:18:36 +0100 From: "Renato Golin" To: "Jiri Kosina" Subject: Re: joydev.c and saitek cyborg evo force Cc: linux-kernel@vger.kernel.org, "Dmitry Torokhov" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200705210016.20794.dtor@insightbb.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1480 Lines: 42 On 30/05/07, Jiri Kosina wrote: > do any data appear in the kernel log when you generate events with the > device (i.e. move the joystick, press the buttons, etc)? That should be > reported if DEBUG_DATA is defined properly on the older kernels. Not at all... only my own debug messages from joydev (like: recalibrating for value 2048) when a new limit is reached. I've even changed "printk(KERN_DEBUG ...)" to a plain printk() as I do on joydev to avoid fall into the wrong log level but didn't work as well. I've changed USB DEBUG in menuconfig, saved the new conf. The files I've changed manually (undef -> define) were: -> drivers/hid/ hid-core.c:#undef DEBUG hid-core.c:#undef DEBUG_DATA hid-input.c:#undef DEBUG -> drivers/usb/input/ hid-core.c:#undef DEBUG hid-core.c:#undef DEBUG_DATA hid-ff.c:#undef DEBUG hid-tmff.c:#undef DEBUG than $ make drivers/hid/hid.ko drivers/usb/input/usbhid.ko $ rmmod usbhid hid ; modprobe usbhid hid the output from the last mail was on both /var/log/messages and syslog, although syslog had other messages from the network card (using ndiswrapper). cheers, --renato Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm - 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/