ioc: kernel-driver: Update baudrate to 19200

master
Markus Koch 2019-11-10 19:49:32 +01:00
parent b4bc651445
commit f2ba588a46
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ static int lw35ioc_probe(struct serdev_device *serdev)
struct lw35ioc_priv *priv = NULL;
int ret;
int i;
u32 speed = 9600;
u32 speed = 19200;
struct input_dev *input_dev;
printk(KERN_INFO "lw35ioc: probe\n");