From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752897Ab2GAU6i (ORCPT ); Sun, 1 Jul 2012 16:58:38 -0400 Received: from stringer.orebokech.com ([88.190.240.207]:41960 "EHLO stringer.orebokech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751805Ab2GAU6h (ORCPT ); Sun, 1 Jul 2012 16:58:37 -0400 From: Romain Francoise To: Bob Tracy Cc: Greg KH , Ming Lei , "Henrik Rydberg" , linux-kernel@vger.kernel.org Subject: Re: 3.5-rcX: USB support without udev? Organization: orebokech dot com References: <20120628131651.GA14492@gherkin.frus.com> <20120629033600.GA3591@gherkin.frus.com> <20120630033519.GA4792@kroah.com> <20120701201411.GB8603@gherkin.frus.com> <87hatrjk5b.fsf@silenus.orebokech.com> X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM (Romain Francoise's message of "Sun, 01 Jul 2012 22:34:08 +0200") Message-ID: <87r4svb3lw.fsf@silenus.orebokech.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I wrote: > FWIW, I have a similar issue on one of my boxes, v3.5-rc doesn't seem to > register the keyboard as an input device at boot time, using an initrd > with udev (175). Ah, duh. My initrd scripts (Debian's initramfs-tools 0.106) don't include the new hid-generic module in the initramfs... adding it manually fixes the problem. Thanks Henrik!