mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-05 19:39:50 +08:00
Removed TIOCSSERIAL because it doesn't make sense for virtual tty interfaces.
This commit is contained in:
@@ -545,9 +545,6 @@ static int ec_tty_ioctl(struct tty_struct *tty, struct file *file,
|
||||
}
|
||||
break;
|
||||
|
||||
case TIOCSSERIAL: // TODO
|
||||
break;
|
||||
|
||||
default:
|
||||
#if EC_TTY_DEBUG >= 2
|
||||
printk(KERN_INFO PFX "no ioctl() -> handled by tty core!\n");
|
||||
|
||||
Reference in New Issue
Block a user