On Thu, 2013-08-22 at 13:45 +0200, Bjørn Mork wrote:
> This module generates a common default address on init,
> using eth_random_addr. Set addr_assign_type to let
> userspace know the address is random unless it was
> overridden by the minidriver.
>
> Signed-off-by: Bjørn Mork
Acked-by: Oliver N
From: liujl
Signed-off-by: liujl
---
drivers/net/usb/Kconfig |8 +
drivers/net/usb/Makefile |1 +
drivers/net/usb/sr9700.c | 551 ++
drivers/net/usb/sr9700.h | 172 ++
4 files changed, 732 insertions(+), 0 deletions(-)
create
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
Some whitespace and neatening fixups.
Some conversions from 4 indent tabs to normal tabs
Signed-off-by: Joe Perches
---
Just doing this instead of commenting about spacing
again.
drivers/net/usb/sr9700.c | 127 +--
1 file changed, 67 insertions(+), 60
On Fri, 2013-08-23 at 11:15 +0300, Xenia Ragiadakou wrote:
> This patch refactors the code in TRB_ENABLE_SLOT switch case in
> handle_cmd_completion() into a fuction named xhci_handle_cmd_enable_slot().
Hi,
it would be nice, in fact probably a requirement, for
the commit message to explain what t
On 08/25/2013 12:48 AM, Oliver Neukum wrote:
On Fri, 2013-08-23 at 11:15 +0300, Xenia Ragiadakou wrote:
This patch refactors the code in TRB_ENABLE_SLOT switch case in
handle_cmd_completion() into a fuction named xhci_handle_cmd_enable_slot().
Hi,
it would be nice, in fact probably a requireme