Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/md/Tascam_US-122.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ before the hardware dependent interface has been raised. If so,
changing this second line to the following may provide a fix (it
did for the author of this paragraph):

SUBSYSTEM=="sound", ACTION=="add", KERNEL=="hwC2D0", RUN+="/bin/sh -c '/usr/bin/usx2yloader'"
SUBSYSTEM=="sound", ACTION=="add", ATTR{id}=="USX2Y", RUN+="/bin/sh -c '/usr/bin/usx2yloader'"

### Audio Recording / Playback

Expand Down