diff options
| author | Takashi Iwai <tiwai@suse.de> | 2011-03-18 07:39:08 +0100 | 
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2011-03-18 07:39:08 +0100 | 
| commit | d351cf4603edb2a5bfa9a48d06c425511c63f2a3 (patch) | |
| tree | b03ea3cfd3ca3974237563cf87328386c3d49ff1 /sound/usb/caiaq/device.c | |
| parent | 433e8327caf9f7c0432b2f2f6684a5b79cfe18e9 (diff) | |
| parent | 4a122c10fbfe9020df469f0f669da129c5757671 (diff) | |
| download | olio-linux-3.10-d351cf4603edb2a5bfa9a48d06c425511c63f2a3.tar.xz olio-linux-3.10-d351cf4603edb2a5bfa9a48d06c425511c63f2a3.zip  | |
Merge branch 'topic/misc' into for-linus
Diffstat (limited to 'sound/usb/caiaq/device.c')
| -rw-r--r-- | sound/usb/caiaq/device.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/usb/caiaq/device.c b/sound/usb/caiaq/device.c index 6480c3283c0..45bc4a2dc6f 100644 --- a/sound/usb/caiaq/device.c +++ b/sound/usb/caiaq/device.c @@ -46,6 +46,7 @@ MODULE_SUPPORTED_DEVICE("{{Native Instruments, RigKontrol2},"  			 "{Native Instruments, Audio 2 DJ},"  			 "{Native Instruments, Audio 4 DJ},"  			 "{Native Instruments, Audio 8 DJ}," +			 "{Native Instruments, Traktor Audio 2},"  			 "{Native Instruments, Session I/O},"  			 "{Native Instruments, GuitarRig mobile}"  			 "{Native Instruments, Traktor Kontrol X1}" @@ -140,6 +141,11 @@ static struct usb_device_id snd_usb_id_table[] = {  		.idVendor =     USB_VID_NATIVEINSTRUMENTS,  		.idProduct =    USB_PID_TRAKTORKONTROLS4  	}, +	{ +		.match_flags =  USB_DEVICE_ID_MATCH_DEVICE, +		.idVendor =     USB_VID_NATIVEINSTRUMENTS, +		.idProduct =    USB_PID_TRAKTORAUDIO2 +	},  	{ /* terminator */ }  };  |