wok diff linmodem-intel-536ep/stuff/linmodem-intel-536ep-kernel-2.6.30.patch @ rev 9789
Add: joe (text editor) - Package made by Daniele Guerrieri
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 13 13:32:39 2011 +0200 (2011-05-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/linmodem-intel-536ep/stuff/linmodem-intel-536ep-kernel-2.6.30.patch Fri May 13 13:32:39 2011 +0200 1.3 @@ -0,0 +1,20 @@ 1.4 +--- intel-536-537/coredrv/softserial.c.orig Fri Jul 3 17:58:30 2009 1.5 ++++ intel-536-537/coredrv/softserial.c Thu Nov 5 16:26:13 2009 1.6 +@@ -362,7 +362,7 @@ 1.7 + { 1.8 + if( (ptty->flags & (1 << TTY_DO_WRITE_WAKEUP)) && 1.9 + #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,26) 1.10 +- (ptty->ldisc.ops->write_wakeup != NULL)) 1.11 ++ (ptty->ldisc->ops->write_wakeup != NULL)) 1.12 + #else 1.13 + (ptty->ldisc.write_wakeup != NULL)) 1.14 + #endif 1.15 +@@ -371,7 +371,7 @@ 1.16 + printk("ss_bg_eh:ldisc wakeup\n"); 1.17 + #endif 1.18 + #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,26) 1.19 +- (ptty->ldisc.ops->write_wakeup)(ptty); 1.20 ++ (ptty->ldisc->ops->write_wakeup)(ptty); 1.21 + #else 1.22 + (ptty->ldisc.write_wakeup)(ptty); 1.23 + #endif