summaryrefslogtreecommitdiff
path: root/drivers/media/usb/tm6000/tm6000-dvb.c
AgeCommit message (Collapse)AuthorFilesLines
2012-12-22[media] tm6000-dvb: Fix module unloadJulian Scheel1-2/+2
dvb_unregister_frontend has to be called before detach. Otherwise the unregister call will segfault. This made tm6000-dvb module unload unusable. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-08-15[media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab1-0/+467
Rename all USB drivers with their own directory under drivers/media/video into drivers/media/usb and update the building system. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>