I tested with the AX88179 usb dongle, if without .reset_resume hook,
after S3/S4 resume you have to enable network interface or reload the
dirver module manually otherwise the network interface can not work.
Signed-off-by: David Chang
---
drivers/net/usb/ax88179_178a.c | 1 +
1 file changed, 1
Correct a typo in description of driver_info, it should be Gigabit
Signed-off-by: David Chang
---
drivers/net/usb/ax88179_178a.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/usb/ax88179_178a.c b/drivers/net/usb/ax88179_178a.c
index bd8758f..7ce243b 100644
> version 3.0+ supports usbip? Or do i have to switch back to older
> kernel versions?
Yes, the usbip is working fine with 3.0+ kernel.
The userspace tools is located at $kernel-SOURCE/driver/staging/usbip/userspace.
Reference: http://kernel.org/doc/readme/drivers-staging-usbip-userspace-
return -1;
> + if (!(s.st_mode & S_IFDIR))
> + return -1;
> + } else
> + return -1;
> + }
>
> snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport);
>
The
driver is no longer exist. Thanks!
Acked-by: David Chang
> Signed-off-by: Ilija Hadzic
> ---
> drivers/staging/usbip/userspace/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/usbip/userspace/Makefile.am
> b/drivers/st