Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 7 Dec 2002 14:15:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 7 Dec 2002 14:15:01 -0500 Received: from 12-231-249-244.client.attbi.com ([12.231.249.244]:9222 "HELO kroah.com") by vger.kernel.org with SMTP id ; Sat, 7 Dec 2002 14:15:00 -0500 Date: Sat, 7 Dec 2002 11:22:04 -0800 From: Greg KH To: Zwane Mwaikambo Cc: Adam Belay , perex@suse.cz, linux-kernel@vger.kernel.org, pelaufer@adelphia.net Subject: Re: [PATCH] Linux PnP Support V0.93 - 2.5.50 Message-ID: <20021207192203.GB16559@kroah.com> References: <20021201143221.GC333@neo.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1068 Lines: 30 On Sat, Dec 07, 2002 at 01:24:29PM -0500, Zwane Mwaikambo wrote: > On Sun, 1 Dec 2002, Adam Belay wrote: > > > Attached is a patch, gzipped for size, that updates the 2.5.50 to the latest pnp > > version. It includes all 9 of the previously submitted patches. > > > > Highlights are as follows: > > -PnP BIOS fixes > > -Several new macros > > -PnP Card Services > > -Various bug fixes > > -more drivers converted to the new APIs > > > > PnP developers please use this patch. > > Could we get a void* in pnp_dev? I'm finding myself resorting to > driver internal arrays in order to track locations of device private structures. Use the struct device void pointer for stuff like this. There's some helpful functions to get access to this easily (but don't seem to see them in pnp.h at first glance...) thanks, greg k-h - 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/