~ubuntu-branches/ubuntu/wily/linux-ti-omap4/wily

« back to all changes in this revision

Viewing changes to sound/usb/quirks-table.h

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2013-07-11 18:35:20 UTC
  • Revision ID: package-import@ubuntu.com-20130711183520-htnf1x4y5r11hndr
Tags: 3.5.0-229.42
* Release Tracking Bug
  - LP: #1199276

[ Paolo Pisati ]

* [Config] CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
        .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
158
158
},
159
159
{
160
 
        USB_DEVICE(0x046d, 0x0990),
 
160
        .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
 
161
                       USB_DEVICE_ID_MATCH_INT_CLASS |
 
162
                       USB_DEVICE_ID_MATCH_INT_SUBCLASS,
 
163
        .idVendor = 0x046d,
 
164
        .idProduct = 0x0990,
 
165
        .bInterfaceClass = USB_CLASS_AUDIO,
 
166
        .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
161
167
        .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
162
168
                .vendor_name = "Logitech, Inc.",
163
169
                .product_name = "QuickCam Pro 9000",
1622
1628
        USB_DEVICE_VENDOR_SPEC(0x0582, 0x0108),
1623
1629
        .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1624
1630
                .ifnum = 0,
1625
 
                .type = QUIRK_MIDI_STANDARD_INTERFACE
 
1631
                .type = QUIRK_MIDI_FIXED_ENDPOINT,
 
1632
                .data = & (const struct snd_usb_midi_endpoint_info) {
 
1633
                        .out_cables = 0x0007,
 
1634
                        .in_cables  = 0x0007
 
1635
                }
1626
1636
        }
1627
1637
},
1628
1638
{