[PATCH] Add quirk for Stanton ScratchAmp v1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

This patch is a USB quirk to ensure the Stanton Scratchamp v1 is detected 
(bugtrack #2932). The interface is two USB devices in the same physical 
box. Note that this is the USB ScratchAmp v1 and not the later v2 
(firewire) model.

Signed-off-by: Mark Hills <mark@xxxxxxxxxxx>

diff -r d19ec80205a5 usb/usbquirks.h
--- a/usb/usbquirks.h	Fri Jul 27 19:15:54 2007 +0200
+++ b/usb/usbquirks.h	Sun Jul 29 23:45:00 2007 +0100
@@ -1774,4 +1774,22 @@ YAMAHA_DEVICE(0x7010, "UB99"),
  	}
  },

+/* Stanton/N2IT Final Scratch v1 device ('Scratchamp') */
+{
+	USB_DEVICE(0x103d, 0x0100),
+	.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
+		.vendor_name = "Stanton",
+		.product_name = "ScratchAmp",
+		.ifnum = QUIRK_NO_INTERFACE
+	}
+},
+{
+	USB_DEVICE(0x103d, 0x0101),
+	.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
+		.vendor_name = "Stanton",
+		.product_name = "ScratchAmp",
+		.ifnum = QUIRK_NO_INTERFACE
+	}
+},
+
  #undef USB_DEVICE_VENDOR_SPEC
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux