Re: [PATCH] USB: usbtmc: fix up attribute permissions

2013-08-24 Thread Sergei Shtylyov
On 08/24/2013 04:14 AM, Greg Kroah-Hartman wrote: From: Greg Kroah-Hartman 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-Hartma

Re: [PATCH] USB: usbtmc: fix up attribute permissions

2013-08-23 Thread Greg Kroah-Hartman
On Sat, Aug 24, 2013 at 04:10:17AM +0400, Sergei Shtylyov wrote: > Hello. > > On 08/24/2013 03:09 AM, Greg Kroah-Hartman wrote: > > >From: Greg Kroah-Hartman > > >In auditing the usbtmc sysfs files, a bunch of them were being created > >as "read only", yet they have logic to handle writing to.

Re: [PATCH] USB: usbtmc: fix up attribute permissions

2013-08-23 Thread Sergei Shtylyov
Hello. On 08/24/2013 03:09 AM, Greg Kroah-Hartman wrote: From: Greg Kroah-Hartman 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 Kroa

[PATCH] USB: usbtmc: fix up attribute permissions

2013-08-23 Thread Greg Kroah-Hartman
From: Greg Kroah-Hartman 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 -- drivers/usb/class/usbtmc.c | 16 --