[PATCH] Re: IBM-ACPI broken in 2.6.10

2005-01-15 Thread Jim Radford
use the callbacks get called before ibm_acpi_init so that the acpi_handle's are still NULL. Here's a patch to force the param callbacks to be called after the module is inited so that cmos_handle et al will be defined. Signed-Off-By: Jim Radford <[EMAIL PROTECTED]> --- linux-2.6.10

Re: [PATCH] usb-serial regression (Oops) in 2.6.21-rc*

2007-03-12 Thread Jim Radford
Works. > > This patch fixes the Oops that otherwise occurs whenever > > a USB serial adapter is unplugged from a system, as well > > the Oops seen when one is in use before resume (to RAM). > Argh, no, this change was done to help the ftdi drivers out. > Look at changes

[PATCH] usb-serial regression fix

2007-03-12 Thread Jim Radford
On Mon, Mar 12, 2007 at 03:42:35PM -0700, Jim Radford wrote: > On Mon, Mar 12, 2007 at 01:33:31PM -0700, Greg KH wrote: > > On Mon, Mar 12, 2007 at 04:22:22PM -0400, Mark Lord wrote: > > > Oliver Neukum wrote: > > > >>Mark Lord wrote: > > > >>>O

Re: [PATCH] usb-serial regression fix

2007-03-12 Thread Jim Radford
On Mon, Mar 12, 2007 at 05:18:19PM -0700, Greg KH wrote: > On Mon, Mar 12, 2007 at 03:59:22PM -0700, Jim Radford wrote: > > On Mon, Mar 12, 2007 at 03:42:35PM -0700, Jim Radford wrote: > > > On Mon, Mar 12, 2007 at 01:33:31PM -0700, Greg KH wrote: > > > > On Mon, Ma

Re: [PATCH] usb-serial regression fix

2007-03-13 Thread Jim Radford
On Mon, Mar 12, 2007 at 09:55:14PM -0400, Mark Lord wrote: > Jim Radford wrote: > >On Mon, Mar 12, 2007 at 05:18:19PM -0700, Greg KH wrote: > >>On Mon, Mar 12, 2007 at 03:59:22PM -0700, Jim Radford wrote: > >>>On Mon, Mar 12, 2007 at 03:42:35PM -0700, Jim Radford wro

Re: [PATCH] usb-serial regression fix

2007-03-13 Thread Jim Radford
On Tue, Mar 13, 2007 at 09:55:41AM -0400, Mark Lord wrote: > Jim Radford wrote: > >On Mon, Mar 12, 2007 at 09:55:14PM -0400, Mark Lord wrote: > > > >>So where does the memory get freed -- the structure pointed at > >>by the serial->port[i] thingie ? It's