summaryrefslogtreecommitdiff
path: root/drivers/media/usb/b2c2/flexcop-usb.h
AgeCommit message (Collapse)AuthorFilesLines
2016-10-14[media] flexcop-usb: don't use stack for DMAMauro Carvalho Chehab1-0/+4
The USB control messages require DMA to work. We cannot pass a stack-allocated buffer, as it is not warranted that the stack would be into a DMA enabled area. While here, remove a dead function calling usb_control_msg(). Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2012-08-14[media] b2c2: break it into common/pci/usb directoriesMauro Carvalho Chehab1-0/+111
b2c2 is, in fact, 2 drivers: one for PCI and one for USB, plus a common bus-independent code. Break it accordingly. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>