Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 522 → Rev 523

/shark/trunk/drivers/input/serio/serio.c
1,5 → 1,5
/*
* $Id: serio.c,v 1.1 2004-03-08 18:47:41 giacomo Exp $
* $Id: serio.c,v 1.2 2004-03-25 10:37:49 mauro Exp $
*
* Copyright (c) 1999-2001 Vojtech Pavlik
*/
113,9 → 113,10
}
}
 
/*
static int serio_thread(void *nothing)
{
/*lock_kernel();
lock_kernel();
daemonize("kseriod");
allow_signal(SIGTERM);
 
129,9 → 130,10
printk(KERN_DEBUG "serio: kseriod exiting\n");
 
unlock_kernel();
complete_and_exit(&serio_exited, 0);*/
complete_and_exit(&serio_exited, 0);
return 1;
}
*/
 
void serio_rescan(struct serio *serio)
{
/shark/trunk/drivers/input/serio/i8042.c
695,11 → 695,11
 
serio_register_port(port);
 
/*printk(KERN_INFO "serio: i8042 %s port at %#lx,%#lx irq %d\n",
printk(KERN_INFO "serio: i8042 %s port at %#lx,%#lx irq %d\n",
values->name,
(unsigned long) I8042_DATA_REG,
(unsigned long) I8042_COMMAND_REG,
values->irq);*/
values->irq);
 
return 0;
}
755,7 → 755,7
* We need to reset the 8042 back to original mode on system shutdown,
* because otherwise BIOSes will be confused.
*/
 
/*
static int i8042_notify_sys(struct notifier_block *this, unsigned long code,
void *unused)
{
770,7 → 770,7
NULL,
0
};
 
*/
static void __init i8042_init_mux_values(struct i8042_values *values, struct serio *port, int index)
{
memcpy(port, &i8042_aux_port, sizeof(struct serio));