kernel-fxtec-pro1x/drivers/media
Mauro Carvalho Chehab 990862a2f0 [media] cx231xx: fix device disconnect checks
The driver were using DEV_MISCONFIGURED on some places, and
DEV_DISCONNECTED on others. In a matter of fact, DEV_MISCONFIGURED
were set only during the usb disconnect callback, with
was confusing.

Also, the alsa driver never checks if the device is present,
before doing some dangerous things.

Remove DEV_MISCONFIGURED, replacing it by DEV_DISCONNECTED.

Also, fixes the other usecases for DEV_DISCONNECTED.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-01-10 22:35:31 -02:00
..
common [media] xc3028: fix center frequency calculation for DTV78 firmware 2012-01-06 17:13:48 -02:00
dvb [media] mb86a20s: implement get_frontend() 2012-01-10 22:35:29 -02:00
radio [media] drivers: media: radio: Fix dependencies for RADIO_WL128X 2012-01-06 13:17:50 -02:00
rc Merge tag 'v3.2-rc7' into staging/for_v3.3 2011-12-30 13:59:37 -02:00
video [media] cx231xx: fix device disconnect checks 2012-01-10 22:35:31 -02:00
Kconfig
Makefile
media-device.c [media] media: fix truncated entity specification 2011-12-20 09:31:50 -02:00
media-devnode.c
media-entity.c