Add Dockerfile and run scripts for containerized crash cart adapter
Wraps the NOTECONS02 USB Crash Cart Adapter software (usb-crash-cart-adapter v20240517) in an Ubuntu 16.04 Docker container to resolve incompatibilities with modern Fedora. Includes X11/XWayland passthrough, USB device access, and host udev rules for the crash cart adapter (vendor 152a, products 8460/8463). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
8
udev-rules/12-dcc-install.rules
Normal file
8
udev-rules/12-dcc-install.rules
Normal file
@@ -0,0 +1,8 @@
|
||||
# Copy this file into: /etc/udev/rules.d/
|
||||
# (/lib/udev/ isn't consistent between ubuntu and debian)
|
||||
#
|
||||
# Change the permissions and create alternative name as a
|
||||
# handle into our device...
|
||||
#
|
||||
|
||||
SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ATTRS{idProduct}=="8460", ATTRS{idVendor}=="152a", MODE:="0666", NAME:="DCC_%k"
|
||||
Reference in New Issue
Block a user