diff options
author | William Light <wrl@illest.net> | 2011-10-10 15:54:23 +0000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-10-13 08:16:46 +0200 |
commit | e653510a27e63b41a5bae3c46eb093375e17ca2d (patch) | |
tree | f4fd7eed75963295c074ff08e517e90b19db5287 /sound/usb/caiaq/device.h | |
parent | 3d37fbe44112b06279efa04ad91a0e4b7a0c600c (diff) | |
download | linux-e653510a27e63b41a5bae3c46eb093375e17ca2d.tar.gz linux-e653510a27e63b41a5bae3c46eb093375e17ca2d.tar.bz2 linux-e653510a27e63b41a5bae3c46eb093375e17ca2d.zip |
ALSA: snd-usb-caiaq: Add support for Maschine
This adds partial support for the Maschine controller by Native Instruments.
Supported now are the 1x1 MIDI interface and the 41 buttons, 11 endless
rotary encoders, and 16 pressure-sensitive drum pads. Still to work on are the
dimmable LEDs and the two monochrome screens.
Signed-off-by: William Light <wrl@illest.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/caiaq/device.h')
-rw-r--r-- | sound/usb/caiaq/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/caiaq/device.h b/sound/usb/caiaq/device.h index 3f9c6339ae90..562b0bff9c41 100644 --- a/sound/usb/caiaq/device.h +++ b/sound/usb/caiaq/device.h @@ -18,6 +18,7 @@ #define USB_PID_TRAKTORKONTROLX1 0x2305 #define USB_PID_TRAKTORKONTROLS4 0xbaff #define USB_PID_TRAKTORAUDIO2 0x041d +#define USB_PID_MASCHINECONTROLLER 0x0808 #define EP1_BUFSIZE 64 #define EP4_BUFSIZE 512 |