Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-14 | [media] flexcop-usb: don't use stack for DMA | Mauro Carvalho Chehab | 1 | -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 directories | Mauro Carvalho Chehab | 1 | -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> |