Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030220AbWILOtW (ORCPT ); Tue, 12 Sep 2006 10:49:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030219AbWILOtV (ORCPT ); Tue, 12 Sep 2006 10:49:21 -0400 Received: from zeus.pimb.org ([80.68.88.21]:38162 "EHLO zeus.pimb.org") by vger.kernel.org with ESMTP id S1030220AbWILOtU (ORCPT ); Tue, 12 Sep 2006 10:49:20 -0400 Date: Tue, 12 Sep 2006 16:04:34 +0100 From: Jody Belka To: linux-kernel@vger.kernel.org, Linus Torvalds Subject: Re: Linux 2.6.18-rc6 Message-ID: <20060912150433.GB2808@pimb.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040523i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1047 Lines: 31 Upgrading to this causes my copy of hal (0.5.3-0ubuntu14) to fail to start. Bisecting tracked it down to the following commit. Reverting just this patch against 2.6.18-rc6 gets things working again. 9bde7497e0b54178c317fac47a18be7f948dd471 is first bad commit commit 9bde7497e0b54178c317fac47a18be7f948dd471 Author: Greg Kroah-Hartman Date: Wed Jun 14 12:14:34 2006 -0700 [PATCH] USB: make endpoints real struct devices This will allow for us to give endpoints a major/minor to create a "usbfs2-like" way to access endpoints directly from userspace in an easier manner than the current usbfs provides us. Signed-off-by: Greg Kroah-Hartman -- Jody Belka knew (at) pimb (dot) org ps. Please CC, as i'm not subscribed to the list. Thanks. - 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/