staging: nvec: ps2: let the start/stop streaming commands be called by the start/stop functions of serio
Instead of executing these commands during open/close, the start/stop event of the serio device seem to be more appropiete. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Julian Andres Klode <jak@jak-linux.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
d1b5342c1f
Коммит
34ba143b9d
|
@ -92,8 +92,8 @@ static int __devinit nvec_mouse_probe(struct platform_device *pdev)
|
|||
|
||||
ser_dev->id.type = SERIO_8042;
|
||||
ser_dev->write = ps2_sendcommand;
|
||||
ser_dev->open = ps2_startstreaming;
|
||||
ser_dev->close = ps2_stopstreaming;
|
||||
ser_dev->start = ps2_startstreaming;
|
||||
ser_dev->stop = ps2_stopstreaming;
|
||||
|
||||
strlcpy(ser_dev->name, "nvec mouse", sizeof(ser_dev->name));
|
||||
strlcpy(ser_dev->phys, "nvec", sizeof(ser_dev->phys));
|
||||
|
|
Загрузка…
Ссылка в новой задаче