commit | 33fdfa97f2b3aab698ef849ec50dcc5102017f0a | [log] [tgz] |
---|---|---|
author | Sergey Vlasov <vsu@altlinux.ru> | Sun Jul 24 00:53:32 2005 -0500 |
committer | Dmitry Torokhov <dtor_core@ameritech.net> | Sun Jul 24 00:53:32 2005 -0500 |
tree | bb0e672f87d4af1f196106cd69cbcdb83f75fc09 | |
parent | 5ac7ba3ff599d66ffde182676f2e4fbcac61a2fe [diff] |
Input: synaptics - fix setting packet size on passthrough port. Synaptics driver used child->type to select either 3-byte or 4-byte packet size for the pass-through port; this gives wrong results for the newer protocols. Change the check to use child->pktsize instead. Signed-off-by: Sergey Vlasov <vsu@altlinux.ru> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>