Re: [OpenWrt-Devel] [PATCH, usbmode] Extend StandardEject sequence to include LUN 1

2016-11-15 Thread Lars Melin
On 2016-11-08 22:39, Benjamin Berg wrote: Also sending the eject command to LUN 1 is required for some D-Link devices. Signed-off-by: Benjamin Berg Signed-off-by: René van Weert --- switch.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/switch.c b/switch.c index b283561..587a2af 1

[OpenWrt-Devel] [PATCH, usbmode] Extend StandardEject sequence to include LUN 1

2016-11-08 Thread Benjamin Berg
Also sending the eject command to LUN 1 is required for some D-Link devices. Signed-off-by: Benjamin Berg Signed-off-by: René van Weert --- switch.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/switch.c b/switch.c index b283561..587a2af 100644 --- a/switch.c +++ b/switch.c @@ -161,