~ubuntu-branches/ubuntu/utopic/usb-modeswitch/utopic-proposed

« back to all changes in this revision

Viewing changes to usb_modeswitch.conf

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2010-01-12 15:58:14 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100112155814-8ve516a5iirpx5sg
Tags: 1.0.7-1
* New 1.0.7 upstream version (Closes: #563527).
  - Update the manpage
  - Split source in binary and data packages.
* Patches:
  - 01_correct_broken_huawei_conf.patch
      Removed.
  + 03_build_system_to_policy.patch
      Refreshed.
  - 04_convert_umconf_to_unicode.patch
      Removed.
  + 05_move_wrappers_to_usr.patch
      Refreshed.
  - 06_disables_rules.patch
      Removed.
* Add a preinst to delete configuration files forgotten in previous releases
  - Also delete /etc/udev/rules.d/80-usb_modeswitch.rules.
  - Delete only the data files not included in the -data upload
* Update README.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# /etc/usb_modeswitch.conf
2
2
#
3
 
# Last modified: 2009-08-24
 
3
# Last modified: 2009-12-26
4
4
#
5
5
# Configuration for usb_modeswitch, a mode switching tool for controlling
6
6
# flip flop (multiple device) USB gear
200
200
########################################################
201
201
# Option GlobeTrotter GT MAX 3.6 (aka "T-Mobile Web'n'walk Card Compact II")
202
202
#
203
 
# Contributor: Bernd Holzmüller
 
203
# Contributor: Bernd Holzm�ller
204
204
 
205
205
;DefaultVendor=  0x05c6
206
206
;DefaultProduct= 0x1000
213
213
 
214
214
;MessageContent="55534243123456780000000000000601000000000000000000000000000000"
215
215
 
216
 
;ResponseEndpoint=0x84
 
216
# only for reference and 0.x versions
 
217
# ResponseEndpoint=0x84
 
218
 
 
219
;ResponseNeeded=1
217
220
 
218
221
 
219
222
########################################################
250
253
;MessageContent="55534243123456780000000000000601000000000000000000000000000000"
251
254
 
252
255
# Response reading needed according to one (1) report
253
 
;ResponseEndpoint=0x84
 
256
 
 
257
# only for reference and 0.x versions
 
258
# ResponseEndpoint=0x84
 
259
 
 
260
;ResponseNeeded=1
254
261
 
255
262
 
256
263
#######################################################
294
301
 
295
302
;MessageContent="555342431234567800000000000006bd000000020000000000000000000000"
296
303
 
297
 
;ResponseEndpoint=0x01
 
304
# only for reference and 0.x versions
 
305
# ResponseEndpoint=0x01
 
306
 
 
307
;ResponseNeeded=1
298
308
 
299
309
 
300
310
#######################################################
312
322
# only for reference and 0.x versions
313
323
# MessageEndpoint=0x05
314
324
 
315
 
;MessageContent="55534243785634120100000080000601000000000000000000000000000000"
 
325
;MessageContent="555342431223456780100000080000601000000000000000000000000000000"
316
326
 
317
327
 
318
328
#######################################################
350
360
 
351
361
;MessageContent="55534243785634120100000080000601000000000000000000000000000000"
352
362
 
353
 
;ResponseEndpoint=0x81
 
363
# only for reference and 0.x versions
 
364
# ResponseEndpoint=0x81
 
365
 
 
366
;ResponseNeeded=1
354
367
 
355
368
 
356
369
######################################################## 
357
370
# Vodafone K3760 (made by Option, HSO driver) 
358
 
#                                                          
359
 
# Contributor: The Solutor                        
360
 
 
361
 
;DefaultVendor=  0x0af0 
362
 
;DefaultProduct= 0x7501 
363
 
 
364
 
;TargetClass=    0xff 
 
371
#
 
372
# Contributor: The Solutor
 
373
 
 
374
;DefaultVendor=  0x0af0
 
375
;DefaultProduct= 0x7501
 
376
 
 
377
;TargetClass=    0xff
365
378
 
366
379
# only for reference and 0.x versions
367
380
# MessageEndpoint=0x01
368
381
 
369
382
;MessageContent="55534243785634120100000080000601000000000000000000000000000000"
370
383
 
371
 
 
 
384
 
372
385
########################################################
373
386
# AT&T USBConnect Quicksilver (made by Option, HSO driver)
374
387
#
375
 
# Contributor: sissie from Bullteam 
 
388
# Contributor: sissie from Bullteam
376
389
 
377
390
;DefaultVendor=  0x0af0
378
391
;DefaultProduct= 0xd033
397
410
#
398
411
# Contributor: Hans Kurent, Denis Sutter, Vincent Teoh
399
412
 
400
 
;DefaultVendor=  0x12d1
 
413
;DefaultVendor=  0x12d1;
401
414
;DefaultProduct= 0x1003
402
415
 
403
416
# choose one of these:
410
423
#
411
424
# Contributor: Dale Lane
412
425
 
413
 
;DefaultVendor=  0x12d1
 
426
;DefaultVendor=  0x12d1;
414
427
;DefaultProduct= 0x1001
415
428
 
416
429
# choose one of these:
434
447
########################################################
435
448
# Huawei E630
436
449
#
437
 
# You might also try to use the Huawei sequence with it
438
 
#
439
 
# Beware: there are modem-only variants around - no storage,
440
 
# no switching necessary!
 
450
# There seem to be modem-only variants around - no storage,
 
451
# no switching
441
452
#
442
453
# Contributor: Joakim Wenrgren
443
454
 
447
458
;TargetVendor=   0x12d1
448
459
;TargetProduct=  0x1003
449
460
 
 
461
# choose one of these:
 
462
;HuaweiMode=1
450
463
;DetachStorageOnly=1
451
464
 
452
465
 
455
468
#
456
469
# Probably works with DetachStorageOnly too
457
470
#
458
 
# Contributor: Flávio Moringa
 
471
# Contributor: Fl�vio Moringa
459
472
 
460
473
;DefaultVendor=  0x19d2
461
474
;DefaultProduct= 0x2000
487
500
 
488
501
 
489
502
########################################################
490
 
# ZTE MF622 (probably different version)
491
 
#
492
 
# Contributor: Pedro Algarvio
493
 
 
494
 
;DefaultVendor=  0x19d2
495
 
;DefaultProduct= 0x2000
496
 
 
497
 
;TargetVendor=   0x19d2
498
 
;TargetProduct=  0x0001
499
 
 
500
 
;DetachStorageOnly=1
501
 
 
502
 
 
503
 
########################################################
504
503
# ZTE MF628
505
504
#
506
505
# Captured with "usbmon". Has a micro SD slot which can be
531
530
 
532
531
;MessageContent="55534243123456782000000080000a86010101180101010101000000000000"
533
532
 
534
 
;ResponseEndpoint=7
 
533
# only for reference and 0.x versions
 
534
# ResponseEndpoint=0x07
 
535
 
 
536
;ResponseNeeded=1
535
537
 
536
538
 
537
539
########################################################
 
540
# ZTE MF622 (aka "Onda MDC502HS")
 
541
# ZTE MF626
538
542
# ZTE MF628+ (tested version from Telia / Sweden)
539
 
# ZTE MF626
540
543
# ZTE MF633
541
544
# ZTE MF636 (aka "Telstra / BigPond 7.2 Mobile Card")
 
545
# ZTE MF637
542
546
#
543
 
# Contributor: Joakim Wennergren
 
547
# Contributor: Joakim Wennergren and others
544
548
 
545
549
;DefaultVendor=  0x19d2
546
550
;DefaultProduct= 0x2000
551
555
# only for reference and 0.x versions
552
556
# MessageEndpoint=0x01
553
557
 
554
 
;MessageContent="55534243123456782000000080000c85010101180101010101000000000000"
555
 
 
556
 
# if that command doesn't work, try the other ("eject")
557
558
;MessageContent="5553424312345678000000000000061b000000030000000000000000000000"
558
559
 
559
560
 
576
577
 
577
578
########################################################
578
579
# ZTE AC8710
579
 
#
580
 
# Two ID variants known; check your default
581
 
#
582
 
# Contributor: Michael Khurtsiya
 
580
# ZTE AC2726
 
581
# and others
 
582
#
 
583
# Many new ZTE devices use this sequence. There are
 
584
# several ID combinations; check your default
 
585
#
 
586
# Contributor: Michael Khurtsiya, Amit Pundir and others
583
587
 
584
588
;DefaultVendor=  0x19d2
585
589
;DefaultProduct= 0xfff5
595
599
;TargetVendor=   0x19d2
596
600
;TargetProduct=  0xfff1
597
601
 
 
602
# No. 3
 
603
 
 
604
;DefaultVendor=  0x19d2
 
605
;DefaultProduct= 0xfff5
 
606
 
 
607
;TargetVendor=   0x19d2
 
608
;TargetProduct=  0xfff1
 
609
 
598
610
# only for reference and 0.x versions
599
611
# MessageEndpoint=0x05
600
612
 
686
698
 
687
699
;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
688
700
 
689
 
# Note: detaching the storage driver might work as well
690
 
 
691
701
 
692
702
########################################################
693
703
# Novatel U727 USB modem
815
825
 
816
826
;MessageContent="55534243123456781200000080000603000000020000000000000000000000"
817
827
 
818
 
;ResponseEndpoint=0x82
 
828
# only for reference and 0.x versions
 
829
# ResponseEndpoint=0x82
 
830
 
 
831
;ResponseNeeded=1
819
832
 
820
833
 
821
834
########################################################
836
849
 
837
850
;MessageContent="55534243123456781200000080000603000000020000000000000000000000"
838
851
 
839
 
;ResponseEndpoint=0x82
 
852
# only for reference and 0.x versions
 
853
# ResponseEndpoint=0x82
 
854
 
 
855
;ResponseNeeded=1
840
856
 
841
857
 
842
858
########################################################
851
867
;DefaultProduct= 0x6803
852
868
 
853
869
;TargetVendor=   0x16d8
854
 
;TargetProduct=  0x6803
 
870
;TargetProduct=  0x680a
855
871
 
856
872
# only for reference and 0.x versions
857
873
# MessageEndpoint=0x07
911
927
 
912
928
 
913
929
########################################################
914
 
# Hummer DTM5731 
 
930
# Hummer DTM5731
915
931
#
916
932
# Contributor: "paul"
917
933
 
918
 
;DefaultVendor=  0x1ab7 
919
 
;DefaultProduct= 0x5700 
 
934
;DefaultVendor=  0x1ab7
 
935
;DefaultProduct= 0x5700
920
936
 
921
937
;TargetVendor=   0x1ab7
922
938
;TargetProduct=  0x5731
924
940
# only for reference and 0.x versions
925
941
# MessageEndpoint=0x07
926
942
 
927
 
;MessageContent="5553424312345678000000000000061b000000020000000000000000000000" 
 
943
;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
928
944
 
929
945
 
930
946
########################################################
993
1009
#
994
1010
# Recommended init command: ATE0V1&D2&C1S0=0
995
1011
#
996
 
# Contributor: Jérôme Oufella
 
1012
# Contributor: J�r�me Oufella
997
1013
 
998
1014
;DefaultVendor=  0x1004
999
1015
;DefaultProduct= 0x1000
1026
1042
 
1027
1043
 
1028
1044
######################################################## 
1029
 
# MobiData MBD-200HU 
1030
 
1031
 
# Contributor: Stefan Olejnik 
 
1045
# MobiData MBD-200HU
 
1046
#
 
1047
# Contributor: Stefan Olejnik
1032
1048
 
1033
1049
;DefaultVendor=  0x1c9e
1034
1050
;DefaultProduct= 0xf000
1071
1087
;DefaultVendor=  0x1c9e
1072
1088
;DefaultProduct= 0x9200
1073
1089
 
1074
 
;DefaultVendor=  0x1c9e
1075
 
;DefaultProduct= 0x9202
 
1090
;TargetVendor=   0x1c9e
 
1091
;TargetProduct=  0x9202
1076
1092
 
1077
1093
# only for reference and 0.x versions
1078
1094
# MessageEndpoint=0x03
1138
1154
 
1139
1155
 
1140
1156
########################################################
1141
 
# Huawei E1692
1142
 
#
1143
 
# Contributor: Roberto Riggio
1144
 
 
1145
 
;DefaultVendor=  0x12d1
1146
 
;DefaultProduct= 0x1446
1147
 
 
1148
 
# choose one of these:
1149
 
;DetachStorageOnly=1
1150
 
;HuaweiMode=1
1151
 
 
1152
 
 
1153
 
########################################################
1154
1157
# Huawei E270+  (HSPA+ modem)
1155
 
#
1156
 
# The "option" driver may bind to it out of the box
1157
 
# depending on kernel version
1158
 
#
1159
 
# Huawei's software on Windows uses the card in "NDIS mode"
1160
 
# with an Ethernet interface (this should be possible to do
1161
 
# in Linux as well; cdc-ether?)
 
1158
# Huawei E1762
 
1159
# Huawei E1820
1162
1160
#
1163
1161
# Contributor: Paranoid Paranoia
1164
1162
 
1170
1168
 
1171
1169
;MessageContent="55534243123456780000000000000011060000000000000000000000000000"
1172
1170
 
1173
 
;CheckSuccess=5
1174
 
 
1175
1171
 
1176
1172
########################################################
1177
1173
# Huawei E1550
 
1174
# Huawei E1750
1178
1175
#
1179
1176
# Contributor: Anders Blomdell, Ahmed Soliman
1180
1177
 
1208
1205
 
1209
1206
 
1210
1207
######################################################## 
1211
 
# MobiData MBD-200HU 
 
1208
# MobiData MBD-200HU (aka 4G XS Stick W10/W14, aka Micromax MMX 300G,
 
1209
# aka ChinaBird CBCPL68)
1212
1210
1213
1211
# Contributor: Chris
1214
1212
 
1217
1215
 
1218
1216
;TargetVendor=   0x1c9e
1219
1217
;TargetProduct=  0x9603
 
1218
 
 
1219
# only for reference and 0.x versions
 
1220
# MessageEndpoint=0x01
 
1221
 
 
1222
;MessageContent="55534243123456788000000080000606f50402527000000000000000000000"
 
1223
 
 
1224
 
 
1225
######################################################## 
 
1226
# D-Link DWM-162-U5 
 
1227
 
1228
# Contributor: Zhang Le
 
1229
 
 
1230
;DefaultVendor=  0x05c6
 
1231
;DefaultProduct= 0x2001
 
1232
 
 
1233
;TargetVendor=   0x1e0e
 
1234
;TargetProduct=  0xce16
 
1235
 
 
1236
;MessageContent="55534243e0c26a85000000000000061b000000020000000000000000000000"
 
1237
 
 
1238
 
 
1239
######################################################## 
 
1240
# Novatel MC760 3G
 
1241
#
 
1242
# Contributor: Matt Roberds 
 
1243
 
 
1244
;DefaultVendor=  0x1410
 
1245
;DefaultProduct= 0x5031
 
1246
 
 
1247
;TargetVendor=   0x1410
 
1248
;TargetProduct=  0x6002
 
1249
 
 
1250
;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
 
1251
 
 
1252
 
 
1253
########################################################
 
1254
# ZTE MF110
 
1255
#
 
1256
# Contributor: Moritz Grosse-Wentrup
 
1257
 
 
1258
;DefaultVendor=  0x19d2
 
1259
;DefaultProduct= 0x0053
 
1260
 
 
1261
;TargetVendor=   0x19d2
 
1262
;TargetProduct=  0x0031
 
1263
 
 
1264
;MessageContent="55534243123456782000000080000c85010101180101010101000000000000"
 
1265
 
 
1266
 
 
1267
########################################################
 
1268
# Philips TalkTalk (NXP Semiconductors "Dragonfly")
 
1269
#
 
1270
 
 
1271
;DefaultVendor=  0x0471
 
1272
;DefaultProduct= 0x1237
 
1273
 
 
1274
;TargetVendor=   0x0471
 
1275
;TargetProduct=  0x1234
 
1276
 
 
1277
;MessageContent="5553424312345678000000000000061b000000030000000000000000000000"
 
1278
 
 
1279
 
 
1280
########################################################
 
1281
# HuaXing E600 (NXP Semiconductors "Dragonfly")
 
1282
#
 
1283
# Contributor: Emfox Zhou
 
1284
 
 
1285
;DefaultVendor=  0x0471
 
1286
;DefaultProduct= 0x1237
 
1287
 
 
1288
;TargetVendor=   0x0471
 
1289
;TargetProduct=  0x1206
 
1290
 
 
1291
;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
 
1292
 
 
1293
;Configuration=2
 
1294
 
 
1295
 
 
1296
########################################################
 
1297
# ZTE K3565
 
1298
#
 
1299
 
 
1300
;DefaultVendor=  0x19d2
 
1301
;DefaultProduct= 0x2000
 
1302
 
 
1303
;TargetVendor=   0x19d2
 
1304
;TargetProduct=  0x0063
 
1305
 
 
1306
;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
 
1307
 
 
1308
 
 
1309
########################################################
 
1310
# Motorola 802.11 bg WLAN (TER/GUSB3-E)
 
1311
#
 
1312
# Contributor: Prashad Prashant
 
1313
 
 
1314
;DefaultVendor=  0x148f
 
1315
;DefaultProduct= 0x2578
 
1316
 
 
1317
;TargetVendor=   0x148f
 
1318
;TargetProduct=  0x9021
 
1319
 
 
1320
;MessageContent="55534243908ecd89000000000000061b000000020000000000000000000000"
 
1321
 
 
1322
 
 
1323
########################################################
 
1324
# Huawei E1612
 
1325
#
 
1326
# Contributor: Genar Codina
 
1327
 
 
1328
;DefaultVendor=  0x12d1
 
1329
;DefaultProduct= 0x1446
 
1330
 
 
1331
;TargetVendor=   0x12d1
 
1332
;TargetProduct=  0x1406
 
1333
 
 
1334
;MessageContent="55534243123456780000000000000011060000000000000000000000000000"
 
1335
 
 
1336
 
 
1337
########################################################
 
1338
# Huawei E1690
 
1339
# Huawei E1692
 
1340
# Huawei E1762
 
1341
#
 
1342
# Contributor: Carolin Latze and others
 
1343
 
 
1344
;DefaultVendor=  0x12d1
 
1345
;DefaultProduct= 0x1446
 
1346
 
 
1347
;TargetVendor=   0x12d1
 
1348
;TargetProduct=  0x140c
 
1349
 
 
1350
;MessageContent="55534243123456780000000000000011060000000000000000000000000000"
 
1351
 
 
1352
 
 
1353
########################################################
 
1354
# C-motech CHU-629S
 
1355
#
 
1356
 
 
1357
;DefaultVendor=  0x16d8
 
1358
;DefaultProduct= 0x700a
 
1359
 
 
1360
;TargetClass=0xff
 
1361
 
 
1362
;MessageContent="55534243123456782400000080000dfe524445564348473d4e444953000000"
 
1363
 
 
1364
 
 
1365
########################################################
 
1366
# Sagem F@ST 9520-35-GLR
 
1367
#
 
1368
# Contributor: Yaroslav Levandovskiy 
 
1369
 
 
1370
;DefaultVendor=  0x1076
 
1371
;DefaultProduct= 0x7f40
 
1372
 
 
1373
;TargetVendor=   0x1076
 
1374
;TargetProduct=  0x7f00
 
1375
 
 
1376
# Since version 1.0.6 !!
 
1377
;GCTMode=1
 
1378
 
 
1379
 
 
1380
########################################################
 
1381
# Nokia CS-15
 
1382
#
 
1383
# Contributor: Antti Turunen
 
1384
 
 
1385
;DefaultVendor=  0x0421
 
1386
;DefaultProduct= 0x0610
 
1387
 
 
1388
;TargetVendor=   0x0421
 
1389
;TargetProduct=  0x0612
 
1390
 
 
1391
# only for reference and 0.x versions
 
1392
# MessageEndpoint=0x01
 
1393
 
 
1394
;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
 
1395
 
 
1396
 
 
1397
########################################################
 
1398
# Huawei K3765
 
1399
#
 
1400
# Contributor: Felix Schwarz 
 
1401
 
 
1402
;DefaultVendor=  0x12d1
 
1403
;DefaultProduct= 0x1520
 
1404
 
 
1405
;TargetVendor=   0x12d1
 
1406
;TargetProduct=  0x1465
 
1407
 
 
1408
;MessageContent="55534243123456780000000000000011060000000000000000000000000000"
 
1409
 
 
1410
########################################################
 
1411
# Huawei K4505
 
1412
#
 
1413
# Contributor: Nikolaos Koutsianas
 
1414
 
 
1415
;DefaultVendor=  0x12d1
 
1416
;DefaultProduct= 0x1521
 
1417
 
 
1418
;TargetVendor=   0x12d1
 
1419
;TargetProduct=  0x1464
 
1420
 
 
1421
;MessageContent="55534243123456780000000000000011060000000000000000000000000000"
 
1422
 
 
1423
 
 
1424
#########################################
 
1425
# Vodafone MD950 (Wisue Technology)
 
1426
#
 
1427
# Contributor: Bob Williams
 
1428
 
 
1429
;DefaultVendor=  0x0471
 
1430
;DefaultProduct= 0x1210
 
1431
 
 
1432
# The report said that giving the target IDs prevented
 
1433
# the device from switching. Got to try it out ...
 
1434
 
 
1435
#TargetVendor=   0x1dbc
 
1436
#TargetProduct=  0x0005
 
1437
 
 
1438
;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
 
1439
 
 
1440
 
 
1441
########################################################
 
1442
# Siptune LM-75 ("LinuxModem")
 
1443
#
 
1444
# Contributor: Antti Turunen
 
1445
 
 
1446
;DefaultVendor=  0x05c6
 
1447
;DefaultProduct= 0xf000
 
1448
 
 
1449
;TargetVendor=   0x05c6
 
1450
;TargetProduct=  0x9000
 
1451
 
 
1452
# only for reference and 0.x versions
 
1453
# MessageEndpoint=0x01
 
1454
 
 
1455
;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
 
1456
 
 
1457
 
 
1458
########################################################
 
1459
# Zydas ZD1211RW WLAN USB, Sphairon HomeLink 1202 (Variant 1)
 
1460
#
 
1461
# WLAN devices from Linux kernel
 
1462
 
 
1463
;DefaultVendor=  0x0ace
 
1464
;DefaultProduct= 0x2011
 
1465
 
 
1466
;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
 
1467
 
 
1468
 
 
1469
########################################################
 
1470
# Zydas ZD1211RW WLAN USB, Sphairon HomeLink 1202 (Variant 2)
 
1471
#
 
1472
# WLAN devices from Linux kernel
 
1473
 
 
1474
;DefaultVendor=  0x0ace
 
1475
;DefaultProduct= 0x20ff
 
1476
 
 
1477
;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
 
1478
 
 
1479
 
 
1480
########################################################
 
1481
# Vertex Wireless 100 Series
 
1482
#
 
1483
# Contributor: Reinis Danne
 
1484
 
 
1485
;DefaultVendor=  0x05c6
 
1486
;DefaultProduct= 0x1000
 
1487
 
 
1488
;TargetVendor=   0x1fe7
 
1489
;TargetProduct=  0x0100
 
1490
 
 
1491
# only for reference and 0.x versions
 
1492
# MessageEndpoint=0x05
 
1493
 
 
1494
;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
 
1495