From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitriy Geels Subject: Re: hid-pidff bug: fails to find all required reports of saitek gamepad Date: Thu, 11 Jun 2009 13:38:29 +0400 Message-ID: <78f5d6bf0906110238w6f90331ex3cf8c0fdd44f3354@mail.gmail.com> References: <78f5d6bf0901301145g591a713agc8aafa66fe27b19f@mail.gmail.com> <78f5d6bf0903072118i19bc91a0taa4a5bda0fb19bf6@mail.gmail.com> <49B39B15.6060609@gmail.com> <78f5d6bf0903091208i71aadc0od7b89ab9a4037b4d@mail.gmail.com> <4A037290.60602@gmail.com> <4A03756C.6020703@gmail.com> <78f5d6bf0906041227w3a58bde0u554a3d3336e17fa6@mail.gmail.com> <4A2A5D8E.1050309@gmail.com> <78f5d6bf0906082202g359afbcwd8bd58a451f9d034@mail.gmail.com> <20090609140949.78d4448a@dxy.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-fx0-f213.google.com ([209.85.220.213]:64837 "EHLO mail-fx0-f213.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758161AbZFKJiu (ORCPT ); Thu, 11 Jun 2009 05:38:50 -0400 Received: by fxm9 with SMTP id 9so1388518fxm.37 for ; Thu, 11 Jun 2009 02:38:51 -0700 (PDT) In-Reply-To: <20090609140949.78d4448a@dxy.sh.intel.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Alek Du Cc: Anssi Hannula , "linux-input@vger.kernel.org" 2009/6/9 Alek Du : > Seems your module was not compiled against your running kernel. Are you using the right tree and config? Just found solution: make -C /lib/modules/`uname -r`/build M=drivers/hid/usbhid/ instead of just make drivers/hid/usbhid/usbhid.ko Will post test results later.