From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rk1hd-0002P0-6B for garchives@archives.gentoo.org; Sun, 08 Jan 2012 22:59:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2A8D21C0B2; Sun, 8 Jan 2012 22:58:47 +0000 (UTC) Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 4094121C050 for ; Sun, 8 Jan 2012 22:57:50 +0000 (UTC) Received: by ggnq2 with SMTP id q2so1506064ggn.40 for ; Sun, 08 Jan 2012 14:57:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=/7GcnWKbCWiWoZzjnBGwZc8GljqnPwQpcr/XiZHzEe8=; b=UqqClUTuBDxS0PJqiGIvuYESC0N22lvljs2+cIgOYti4AjeTtyw9bYjIDNz1Gnb0RL iutY/Ze0Ql4ohH1jk5ieYsRo0GWm1dA1Xu3GMNoPQI3S2rUzkZCmSeuEIVLeyhdcMo1W G8mKC8drxnoNp9OqIN/xkIJlBwJE2dY5r3TOQ= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.101.74.1 with SMTP id b1mr5827442anl.43.1326063469780; Sun, 08 Jan 2012 14:57:49 -0800 (PST) Received: by 10.236.14.37 with HTTP; Sun, 8 Jan 2012 14:57:49 -0800 (PST) In-Reply-To: References: Date: Sun, 8 Jan 2012 14:57:49 -0800 Message-ID: Subject: Re: [gentoo-user] Re: Linux Kernel 3.2.0 & USB Mouse From: Hilco Wijbenga To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 5fe2fee5-9b53-4727-aa4d-c5ef4c442e22 X-Archives-Hash: 29c1845df70ba73e4f86b80f48d1fd9a On 8 January 2012 05:15, walt wrote: > On 01/07/2012 06:53 PM, Hilco Wijbenga wrote: >> Hi all, >> >> I'm trying to upgrade the kernel on my desktop from 3.1.6 to >> 3.2.0(-r1). Unfortunately, my Logitech USB trackball does not work in >> 3.2.0. It is listed in the lsusb output so it is being recognized but >> neither GPM nor X responds to it. >> >> I have tried to make sure that the .config files are as identical as >> possible. The differences that I see do not seem relevant to my >> problem. Any ideas? > > IIRC the kernel config choices for HID were reorganized recently. > I remember that my keyboard stopped working and I had to set some > HID selection that I can't recall now, but it's worth a look. Yes, I noticed that when I compared the old and new configs. The only entries that seemed relevant were CONFIG_USB_MOUSE and CONFIG_USB_KEYBOARD. The documentation is quite specific, though: "you don't want this". I tried them anyway but no luck. If you remember more details, I'd be very interested.