~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft, Ubuntu: 3.5.0-3.3
  • Date: 2012-07-03 09:23:14 UTC
  • Revision ID: package-import@ubuntu.com-20120703092314-wjaqz3coxptokmtl
Tags: 3.5.0-3.3
[ Andy Whitcroft ]

* [Config] drop -pae from d-i configuration.
* rebase to Ubuntu-3.5.0-3.3

[ Ubuntu: 3.5.0-3.3 ]

* [Config] enable CONFIG_MEMTEST=y
  - LP: #1004535
* [Config] config-check: add support for a cut operation
* [Config] enforcer -- switch to cut where appropriate
* Rebase to v3.5-rc5
* [Config] Updateconfigs after rebase to v3.5-rc5
* SAUCE: ocfs2: Fix NULL pointer dereferrence in
  __ocfs2_change_file_space
  - LP: #1006012
* SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking
  for LVDS register initialization
  - LP: #1012800
* rebase to v3.5-rc5
  - LP: #1013183
  - LP: #1017017
  - LP: #884652

Show diffs side-by-side

added added

removed removed

Lines of Context:
1831
1831
                }
1832
1832
        }
1833
1833
},
 
1834
{
 
1835
        USB_DEVICE(0x0582, 0x014d),
 
1836
        .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
 
1837
                /* .vendor_name = "BOSS", */
 
1838
                /* .product_name = "GT-100", */
 
1839
                .ifnum = QUIRK_ANY_INTERFACE,
 
1840
                .type = QUIRK_COMPOSITE,
 
1841
                .data = (const struct snd_usb_audio_quirk[]) {
 
1842
                        {
 
1843
                                .ifnum = 1,
 
1844
                                .type = QUIRK_AUDIO_STANDARD_INTERFACE
 
1845
                        },
 
1846
                        {
 
1847
                                .ifnum = 2,
 
1848
                                .type = QUIRK_AUDIO_STANDARD_INTERFACE
 
1849
                        },
 
1850
                        {
 
1851
                                .ifnum = 3,
 
1852
                                .type = QUIRK_MIDI_FIXED_ENDPOINT,
 
1853
                                .data = & (const struct snd_usb_midi_endpoint_info) {
 
1854
                                        .out_cables = 0x0001,
 
1855
                                        .in_cables  = 0x0001
 
1856
                                }
 
1857
                        },
 
1858
                        {
 
1859
                                .ifnum = -1
 
1860
                        }
 
1861
                }
 
1862
        }
 
1863
},
1834
1864
 
1835
1865
/* Guillemot devices */
1836
1866
{