--- zzzz-none-000/linux-2.4.17/drivers/char/misc.c 2001-11-03 01:46:47.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/char/misc.c 2004-11-24 13:23:21.000000000 +0000 @@ -76,6 +76,7 @@ extern int pmu_device_init(void); extern int tosh_init(void); extern int i8k_init(void); +extern int tpanel_init(void); static int misc_read_proc(char *buf, char **start, off_t offset, int len, int *eof, void *private) @@ -280,6 +281,9 @@ #ifdef CONFIG_I8K i8k_init(); #endif +#ifdef CONFIG_RPXTOUCH + tpanel_init(); +#endif if (devfs_register_chrdev(MISC_MAJOR,"misc",&misc_fops)) { printk("unable to get major %d for misc devices\n", MISC_MAJOR);