Re: Major improvements to the ch341 driver v4

2016-04-28 Thread Grigori Goronzy
On 2016-04-15 23:14, Grigori Goronzy wrote: Hi, here's a hopefully final v4 of my ch341 patchset. Changelog below this time, because it's cleary better this way. Please review. Ping? -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord..

Major improvements to the ch341 driver v4

2016-04-15 Thread Grigori Goronzy
Hi, here's a hopefully final v4 of my ch341 patchset. Changelog below this time, because it's cleary better this way. Please review. v4: - Fix parity even/odd mixup introduced in v3. - Fix compilation errors of intermediate commits introduced in v3. v3: - Use u8 shorthand for unsigned char. -