View | Details | Raw Unified | Return to bug 25897
Collapse All | Expand All

(-)a/usb-modeswitch-data/40-usb_modeswitch.rules (-1 / +5 lines)
Lines 3-9 Link Here
3
# This file is intended for USB_ModeSwitch version >= 1.1.2
3
# This file is intended for USB_ModeSwitch version >= 1.1.2
4
# but will not break anything if used with versions >= 1.0.3
4
# but will not break anything if used with versions >= 1.0.3
5
#
5
#
6
ACTION!="add", GOTO="modeswitch_rules_end"
6
ACTION=="add", GOTO="modeswitch_pass"
7
ACTION=="change", GOTO="modeswitch_pass"
8
GOTO="modeswitch_rules_end"
9
10
LABEL="modeswitch_pass"
7
11
8
# This adds a symlink "gsmmodem[n]" to ttyUSB ports with interrupt transfer;
12
# This adds a symlink "gsmmodem[n]" to ttyUSB ports with interrupt transfer;
9
# will work only with wrapper from 1.1.4 and above (otherwise ignored,
13
# will work only with wrapper from 1.1.4 and above (otherwise ignored,

Return to bug 25897