/usr/share/mixxx/controllers/Pioneer CDJ HID.hid.xml is in mixxx-data 2.0.0~dfsg-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | <?xml version="1.0" encoding="utf-8"?>
<MixxxControllerPreset schemaVersion="1" mixxxVersion="1.11+">
<info>
<name>Pioneer CDJ HID</name>
<author>Ilkka Tuohela</author>
<description>HID mapping for Pioneer CDJ players</description>
<forums>http://www.mixxx.org/forums/viewtopic.php?f=7&t=3877</forums>
<devices>
<!-- CDJ-850 -->
<product protocol="hid" vendor_id="0x8e4" product_id="0x157" usage_page="0xffa0" usage="0x1" interface_number="0x1" />
<!-- CDJ-900 -->
<product protocol="hid" vendor_id="0x8e4" product_id="0x14b" usage_page="0xffa0" usage="0x1" interface_number="0x1" />
<!-- CDJ-2000-->
<product protocol="hid" vendor_id="0x8e4" product_id="0x14a" usage_page="0xffa0" usage="0x1" interface_number="0x1" />
</devices>
</info>
<controller id="Pioneer CDJ HID">
<scriptfiles>
<file filename="common-hid-packet-parser.js" functionprefix=""/>
<file filename="Pioneer-CDJ-HID.js" functionprefix="PioneerCDJHID"/>
</scriptfiles>
</controller>
</MixxxControllerPreset>
|