Re: [PATCH 2/2] make fbcon unregister when unloaded

2007-05-22 Thread Antonino A. Daplas
On Tue, 2007-05-22 at 15:14 -0700, Jesse Barnes wrote: > On Tuesday, May 22, 2007 3:05 pm Randy Dunlap wrote: > > On Tue, 22 May 2007 14:44:52 -0700 Jesse Barnes wrote: > > > When unloaded, the fbcon driver should unregister itself from the > > > VT subsystem using unbind_con_driver. This patch

Re: [PATCH 2/2] make fbcon unregister when unloaded

2007-05-22 Thread Jesse Barnes
On Tuesday, May 22, 2007 3:05 pm Randy Dunlap wrote: > On Tue, 22 May 2007 14:44:52 -0700 Jesse Barnes wrote: > > When unloaded, the fbcon driver should unregister itself from the > > VT subsystem using unbind_con_driver. This patch makes it use the > > newly exported function to do just that. >

Re: [PATCH 2/2] make fbcon unregister when unloaded

2007-05-22 Thread Randy Dunlap
On Tue, 22 May 2007 14:44:52 -0700 Jesse Barnes wrote: > When unloaded, the fbcon driver should unregister itself from the VT > subsystem using unbind_con_driver. This patch makes it use the newly > exported function to do just that. > > Signed-off-by: Jesse Barnes <[EMAIL PROTECTED]> > >

[PATCH 2/2] make fbcon unregister when unloaded

2007-05-22 Thread Jesse Barnes
On Thursday, May 17, 2007, Antonino A. Daplas wrote: > On Thu, 2007-05-17 at 15:32 -0700, Jesse Barnes wrote: > > Randy just informed me that the patch limits are bigger now, so here > > are the actual patches. > > > > This patch allows for proper console unregistration via the VT layer, > > and

[PATCH 2/2] make fbcon unregister when unloaded

2007-05-22 Thread Jesse Barnes
On Thursday, May 17, 2007, Antonino A. Daplas wrote: On Thu, 2007-05-17 at 15:32 -0700, Jesse Barnes wrote: Randy just informed me that the patch limits are bigger now, so here are the actual patches. This patch allows for proper console unregistration via the VT layer, and updates the

Re: [PATCH 2/2] make fbcon unregister when unloaded

2007-05-22 Thread Randy Dunlap
On Tue, 22 May 2007 14:44:52 -0700 Jesse Barnes wrote: When unloaded, the fbcon driver should unregister itself from the VT subsystem using unbind_con_driver. This patch makes it use the newly exported function to do just that. Signed-off-by: Jesse Barnes [EMAIL PROTECTED] diff -Napur

Re: [PATCH 2/2] make fbcon unregister when unloaded

2007-05-22 Thread Jesse Barnes
On Tuesday, May 22, 2007 3:05 pm Randy Dunlap wrote: On Tue, 22 May 2007 14:44:52 -0700 Jesse Barnes wrote: When unloaded, the fbcon driver should unregister itself from the VT subsystem using unbind_con_driver. This patch makes it use the newly exported function to do just that.

Re: [PATCH 2/2] make fbcon unregister when unloaded

2007-05-22 Thread Antonino A. Daplas
On Tue, 2007-05-22 at 15:14 -0700, Jesse Barnes wrote: On Tuesday, May 22, 2007 3:05 pm Randy Dunlap wrote: On Tue, 22 May 2007 14:44:52 -0700 Jesse Barnes wrote: When unloaded, the fbcon driver should unregister itself from the VT subsystem using unbind_con_driver. This patch makes it