]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
media: gspca_pac7302: add support for device 1ae7:2001 Speedlink Snappy Microphone...
authorFrank Schäfer <fschaefer.oss@googlemail.com>
Sun, 9 Sep 2012 18:02:19 +0000 (15:02 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Oct 2012 20:46:53 +0000 (05:46 +0900)
commit 97d2fbf501e3cf105ac957086c7e40e62e15cdf8 upstream.

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/video/gspca/pac7302.c

index a0369a58c4bb79697851e7299e5113bfcf02d949..97c2e59ea7626355f6dc4c83c9b7c97ec5e17b4e 100644 (file)
@@ -978,6 +978,7 @@ static const struct usb_device_id device_table[] = {
        {USB_DEVICE(0x093a, 0x262a)},
        {USB_DEVICE(0x093a, 0x262c)},
        {USB_DEVICE(0x145f, 0x013c)},
+       {USB_DEVICE(0x1ae7, 0x2001)}, /* SpeedLink Snappy Mic SL-6825-SBK */
        {}
 };
 MODULE_DEVICE_TABLE(usb, device_table);