commit | 69396dcfa3c50a6b8d2caaccf5d1496ecd5594be | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Fri Jan 20 14:38:49 2006 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jan 31 17:23:44 2006 -0800 |
tree | 8ff771e3d9cfdd91d19add3369234ac8f1081438 | |
parent | c02c4bb2058587d3c012ec08268fd93fdc654ae7 [diff] |
[PATCH] USB: gadget zero and dma-coherent buffers This makes sure that the correct length is reported when freeing a dma-coherent buffer; some platforms complain if that's wrong. It also makes two parameters readonly in sysfs, as they're not safe to change while tests are running. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>