commit | 2eda66f4a0b9803c6a85d5e5ccd8e802bd23b998 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sun Nov 30 12:17:10 2008 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sun Nov 30 12:17:10 2008 +0100 |
tree | f1ddb75becaa51df08c66e0038a436d9a5a4950c | |
parent | 25f13048bce61f33f6a102e0bf377fd3922ed364 [diff] |
Bluetooth: Add fine grained mem_flags usage to btusb driver The URB submission routines need more fine grained control for the mem_flags used by kmalloc(), usb_alloc_urb() and usb_submit_urb() to better support different caller situations. Add a mem_flags parameter and give the caller full control. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>