ioc: kernel-driver: Update baudrate to 19200
This commit is contained in:
parent
b4bc651445
commit
f2ba588a46
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user