mckset / KD100

A Linux driver for the Huion KD100 Mini Keydial written in C
GNU General Public License v3.0
15 stars 4 forks source link

Corrected malloc size #9

Closed Zwixx closed 10 months ago

Zwixx commented 10 months ago

I have found an error in the memory allocation in my customisation changes. It is not the size of the structure that is used here, but that of the pointer. By me, it's caused an segmention fault.

I added the new K20 from Huion, but I'm not tested it enough and restructured the entire project.

aelte commented 10 months ago

Hi, good to hear you got K20. I was trying to make it work alongside Kamvas 24 plus, but no success... Fedora 39

Zwixx commented 10 months ago

Hi, good to hear you got K20. I was trying to make it work alongside Kamvas 24 plus, but no success... Fedora 39

I get it working, but have some Bugs I have to fix. And then I try to create a .deb for distribution.