Re: [LEDE-DEV] [PATCH, usbmode] Extend StandardEject sequence to include LUN 1

2016-11-13 Thread John Crispin
Hi, a slightly more elaborate description might be appropriate here John On 08/11/2016 16: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

[LEDE-DEV] [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,