From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-140241-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id CCD8713800E
	for <garchives@archives.gentoo.org>; Sat, 28 Jul 2012 23:00:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2E4B0E04EB;
	Sat, 28 Jul 2012 23:00:13 +0000 (UTC)
Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id C497BE04EB
	for <gentoo-user@lists.gentoo.org>; Sat, 28 Jul 2012 22:59:06 +0000 (UTC)
Received: by yenl3 with SMTP id l3so4441228yen.40
        for <gentoo-user@lists.gentoo.org>; Sat, 28 Jul 2012 15:59:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:x-enigmail-version:content-type
         :content-transfer-encoding;
        bh=1thFZmTdFe/T6j5P2D/yzJB0c4Mx22vcE2dvBpFh8vk=;
        b=Lk281wq+pDR7oyuTdYONQA9uykBi68YXZkdJBu7hsnBHcrmp1ZHcyae7QoZFSuGhJl
         R2DfaXIVSRo8d/yy/f2mLErxK1rRPIYJSGTcZdFN1r7GEeLzNEs9TaGh+IEQ684jD2mY
         OjhnVvkwHLkYerM08Q+ziYFU7DrqGu4WmxZ3ucocXkNjL/Col2zPIWyjUxtlmkGz5r2V
         ruH+zW7FL70OJ4iMfYbeQediGx6JLQHLlqUUiiNrATAB5YEKlYKCGxMJfFt8uZAI2BaY
         d++vMSDO/8E061MLOhBkI+wIY6tX2HX0YMzApvYXTO1vlqYihrSIqS9xK/tDJcOIeiMT
         GZoA==
Received: by 10.236.200.230 with SMTP id z66mr6201232yhn.94.1343516346193;
        Sat, 28 Jul 2012 15:59:06 -0700 (PDT)
Received: from [192.168.2.5] (adsl-98-95-149-202.jan.bellsouth.net. [98.95.149.202])
        by mx.google.com with ESMTPS id x7sm5552060ang.7.2012.07.28.15.59.04
        (version=SSLv3 cipher=OTHER);
        Sat, 28 Jul 2012 15:59:05 -0700 (PDT)
Message-ID: <50146EB7.2020603@gmail.com>
Date: Sat, 28 Jul 2012 17:59:03 -0500
From: Dale <rdalek1967@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Firefox/14.0.1 SeaMonkey/2.11
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] SOLVED - Mouse does not work with kernel-3.5.0
References: <20120726123038.0f3281d2746152a8fc66f23d@ukr.net> <20120726103623.27ac08d3@hactar.digimed.co.uk> <20120726125512.7f0f45ed47cdc66cbc9c59e8@ukr.net> <20120727233514.7385b6aa@khumba.net> <5013AB09.5090904@gmail.com> <20120728132224.608bbf42e49ff0194e7a2f60@ukr.net>
In-Reply-To: <20120728132224.608bbf42e49ff0194e7a2f60@ukr.net>
X-Enigmail-Version: 1.4.3
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 1b6de411-06be-4485-8b62-004f6b8d99bc
X-Archives-Hash: 64f506466dcf735439ec3a21fbcc0b53

v_2e@ukr.net wrote:
>   Hello again!
>   The problem is solved by adding the following kernel config option:
>
> CONFIG_HID_GENERIC=M
>
>   This option was not present in the old configuration files, that is
> why simple 'make oldconfig' did not do the job. 
>
>   Thank you all for your responses and suggestions!
>
>   Regards,
>     Vladimir
>
> ----- 
>  <v_2e@ukr.net>
>
>

I bet it showed up but you missed it.  I did my update yesterday and was
prompted.  I had to hit the ? to see what it was for and if it applied
to me tho.  This is what I got when I hit the?:

* HID support
*
HID bus support (HID) [Y/?] y
  /dev/hidraw raw HID device support (HIDRAW) [Y/n/?] y
  Generic HID driver (HID_GENERIC) [Y/n/m/?] (NEW) ?

CONFIG_HID_GENERIC:

Support for generic devices on the HID bus. This includes most
keyboards and mice, joysticks, tablets and digitizers.

To compile this driver as a module, choose M here: the module
will be called hid-generic.

If unsure, say Y.

Symbol: HID_GENERIC [=y]
Type  : tristate
Prompt: Generic HID driver
  Defined at drivers/hid/Kconfig:56
  Depends on: INPUT [=y] && HID [=y]
  Location:
    -> Device Drivers
      -> HID support
        -> HID bus support (HID [=y])



  Generic HID driver (HID_GENERIC) [Y/n/m/?] (NEW) y

99 times out of a 100 you can ignore new stuff but this was one of those
1 out of a 100. 

Dale

:-)  :-) 

-- 
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!