linux/drivers/media/usb/em28xx
Frank Schaefer 0191a2a28c [media] em28xx: fix check for audio only usb interfaces when changing the usb alternate setting
Previously, we've been assuming that the video endpoints are always at usb
interface 0. Hence, if vendor audio endpoints are provided at a separate
interface, they were supposed to be at interface number > 0.
Instead of checking for (interface number > 0) to determine if an interface
is a pure audio interface, dev->is_audio_only should be checked.

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-01-14 19:25:17 -02:00
..
em28xx-audio.c [media] em28xx: fix check for audio only usb interfaces when changing the usb alternate setting 2014-01-14 19:25:17 -02:00
em28xx-camera.c [media] em28xx: make em28xx-video to be a separate module 2014-01-07 05:09:26 -02:00
em28xx-cards.c [media] em28xx: fix usb alternate setting for analog and digital video endpoints > 0 2014-01-14 19:24:38 -02:00
em28xx-core.c [media] em28xx: push mutex down to extensions on .fini callback 2014-01-14 14:39:32 -02:00
em28xx-dvb.c [media] em28xx: fix usb alternate setting for analog and digital video endpoints > 0 2014-01-14 19:24:38 -02:00
em28xx-i2c.c [media] em28xx-i2c: add timeout debug information if i2c_debug enabled 2014-01-12 11:56:46 -02:00
em28xx-input.c [media] em28xx: print a message at disconnect 2014-01-14 14:38:11 -02:00
em28xx-reg.h [media] em28xx: fix I2S audio sample rate definitions and info output 2014-01-07 08:33:29 -02:00
em28xx-v4l.h [media] em28xx: make em28xx-video to be a separate module 2014-01-07 05:09:26 -02:00
em28xx-vbi.c [media] em28xx: make em28xx-video to be a separate module 2014-01-07 05:09:26 -02:00
em28xx-video.c [media] em28xx: fix usb alternate setting for analog and digital video endpoints > 0 2014-01-14 19:24:38 -02:00
em28xx.h [media] em28xx: fix usb alternate setting for analog and digital video endpoints > 0 2014-01-14 19:24:38 -02:00
Kconfig [media] em28xx: make em28xx-video to be a separate module 2014-01-07 05:09:26 -02:00
Makefile [media] em28xx: make em28xx-video to be a separate module 2014-01-07 05:09:26 -02:00