commit | 2a6eb8ac9bdee5b09077ae2d6efc4babffd9d93e | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 23 16:09:33 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Aug 25 15:12:03 2013 -0700 |
tree | 6ccce2e442f1d78b24660acb2685d49b0462a789 | |
parent | d03f254f2ee2a708af9a7347402d9aed7f6cc4c1 [diff] |
USB: usbtmc: fix up attribute permissions In auditing the usbtmc sysfs files, a bunch of them were being created as "read only", yet they have logic to handle writing to. So fix them up by setting the permissions properly. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>