Re: IR Toy does not work with new kernel - no /dev/ttyACM0

Bengt Martensson <[email protected]> Tue, 10 Aug 2021 16:41:49 +0200
Newsgroups gmane.comp.hardware.lirc
Message-ID <[email protected]>
On 8/10/21 3:52 PM, Matthew Ward via LIRC-list wrote:
> as of the latest Raspberry Pi (buster) set up updates, it seems that the 
> character device - /dev/ttyACM0 - has disappeared!

Yeah, the IrToy is now "natively supported in Linux", and shows up as 
/dev/lirc*. The serial driver cdc-acm.c explicitly blacklist the device 
(hardcoded!), removing possibilites to use the serial port to 
communicate with the device. I wrote this 
https://github.com/bengtmartensson/HarcHardware/discussions/25 , 
containing some more links.

Personally, I am not happy at all with this change. Does anyone know of 
a way to get the serial communication to work again, except for 
compiling a private version of the serial driver?

Greetz,

Bengt