diff options
Diffstat (limited to 'modem-modeswitch/modem-modeswitch.c')
-rw-r--r-- | modem-modeswitch/modem-modeswitch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modem-modeswitch/modem-modeswitch.c b/modem-modeswitch/modem-modeswitch.c index 2c1c764..72e1966 100644 --- a/modem-modeswitch/modem-modeswitch.c +++ b/modem-modeswitch/modem-modeswitch.c @@ -332,7 +332,7 @@ int main(int argc, char **argv) dev->filename); do_exit (6); } - + /* detach running default driver */ signal (SIGTERM, release_usb_device); ret = usb_get_driver_np (handle, 0, buffer, sizeof (buffer)); @@ -392,4 +392,3 @@ int main(int argc, char **argv) do_exit (0); return 0; } - |