Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 175715
Collapse All | Expand All

(-)linux-source-2.6.20.orig/sound/usb/usbquirks.h (+11 lines)
Lines 1618-1622 Link Here
1618
		.type = QUIRK_MIDI_STANDARD_INTERFACE
1618
		.type = QUIRK_MIDI_STANDARD_INTERFACE
1619
	}
1619
	}
1620
},
1620
},
1621
/* Quickcam Messenger device */
1622
{ 
1623
1624
    .match_flags = (USB_DEVICE_ID_MATCH_DEVICE | 
1625
                    USB_DEVICE_ID_MATCH_INT_CLASS | 
1626
                    USB_DEVICE_ID_MATCH_INT_SUBCLASS),
1627
    .idVendor = 0x046d,
1628
    .idProduct = 0x08f0,
1629
    .bInterfaceClass = USB_CLASS_AUDIO,
1630
    .bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL
1631
},
1621
1632
1622
#undef USB_DEVICE_VENDOR_SPEC
1633
#undef USB_DEVICE_VENDOR_SPEC

Return to bug 175715