Search found 1 match

by peterkvt80
Fri 25. May 2018, 14:41
Forum: Linux
Topic: Compiling PEAK Linux driver on kernel 4.15
Replies: 3
Views: 6084

Re: Compiling PEAK Linux driver on kernel 4.15

I had a go at hacking the code in pcan_pccard_core.c. This is how far I got. I'm not sure if this is working as this is my first time using the PCAN.
First redefine this parameter:

/* activity scanner to control LEDs */
#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
static void pccard_activity ...