Bug#1035094: udev: /dev/serial/by-id/ symlinks not created anymore for USB devices

2023-05-08 Thread Antoine Sirinelli
I was affected by the same bug after a Bullseye update to version 11.7: no more /dev/serial/by-id/* symlinks. I confirm that the fix in https://github.com/systemd/systemd/pull/25246 solved the issue. Antoine On Sat, Apr 29, 2023 at 03:50:43PM +0200, Felix Geyer wrote: > Package: udev >

Bug#1035094: udev: /dev/serial/by-id/ symlinks not created anymore for USB devices

2023-05-08 Thread Kevin Hilman
I think it's the same root cause, but I also noticed that the ID_SERIAL_SHORT attribute has disappeared from `udevadm info` for USB serial adapters. ID_USB_SERIAL_SHORT is present, but ID_SERIAL_SHORT is gone, which has broken some udev rules which use ID_SERIAL_SHORT for matching.

Bug#1035094: udev: /dev/serial/by-id/ symlinks not created anymore for USB devices

2023-04-29 Thread Felix Geyer
Package: udev Version: 247.3-7+deb11u2 Tags: bullseye Since udev 247.3-7+deb11u2 /dev/serial/by-id/* symlinks are not created anymore for USB serial devices. This is a regression from backporting udev-always-create-device-symlinks-for-USB-disks.patch It was fixed upstream by