WCHSoftGroup / ch343ser_linux

USB driver for USB to serial chip ch342, ch343, ch344, ch9101, ch9102, ch9103, etc
125 stars 46 forks source link

fix: ch343_tty_write definition on 6.6+ #41

Closed JP-Ellis closed 5 months ago

JP-Ellis commented 5 months ago

The source code had an extra ; when defining ch343_tty_write resulting in a compilation error on kernels version 6.6 and above.

Fixes: #32