File: 45-hpdjconsole.rules

package info (click to toggle)
libdjconsole 0.1.3-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 956 kB
  • ctags: 194
  • sloc: sh: 7,078; cpp: 786; makefile: 87
file content (17 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# udev rules file for Hercules PC DJ Console
#
ACTION!="add", GOTO="hpcdjconsole_rules_end"

# Hercules PC DJ Console MkI (Windows Edition)
SYSFS{idVendor}=="06f8", SYSFS{idProduct}=="b000", MODE="0666"

# Hercules PC DJ Console Mk2 (Windows Edition)
SYSFS{idVendor}=="06f8", SYSFS{idProduct}=="b100", MODE="0666"

# Hercules PC DJ Console Rmx
SYSFS{idVendor}=="06f8", SYSFS{idProduct}=="b101", MODE="0666"

# Hercules PC DJ Control MP3
SYSFS{idVendor}=="06f8", SYSFS{idProduct}=="d001", MODE="0666"

LABEL="hpcdjconsole_rules_end"