funkey / recept

Pen event interception for line smoothing on the reMarkable 2 tablet
MIT License
163 stars 13 forks source link

Remove printf statments? #3

Open oblidor opened 3 years ago

oblidor commented 3 years ago

Hi

Are the printf's necessary? They would only slow things down if activated several times, but I guess they are there for debugging purposes at the moment?

dixie commented 3 years ago

I'm not author, but as far as I understand, this printf statement happens only on open() call for /dev/input/event1, which happens only at the start of Remarkable application or sporadically. The heavy lifting happens in read() call.