coreboot-libre-fam15h-rdimm/3rdparty/chromeec/extra/usb_serial/51-google-serial-fallback.r...

7 lines
335 B
Plaintext
Raw Permalink Normal View History

2024-03-04 11:14:53 +01:00
#
# Add USB VID/PID for usb-serial compatible CCD devices. This is a fallback
# rule that can be used if the raiden module can't be built, or used for some
# reason.
#
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="18d1", ENV{ID_USB_INTERFACES}=="*:ff5001:*", RUN+="add_usb_serial_id $attr{idVendor} $attr{idProduct}"