mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Added support for the original Contour Design ShuttlePRO
This commit is contained in:
parent
c822f0b370
commit
630a3d07d2
4 changed files with 15 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# This is a sample udev file to set "ContourDesign ShuttlePRO v2 and
|
||||
# This is a sample udev file to set "ContourDesign ShuttlePRO, ShuttlePRO v2 and
|
||||
# shuttleXpress" device permissions on GNU/Linux systems.
|
||||
#
|
||||
# copy this file to /etc/udev/rules.d/
|
||||
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0030", MODE="660", GROUP="audio"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0020", MODE="660", GROUP="audio"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0010", MODE="660", GROUP="audio"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue