daily pastebin goal
13%
SHARE
TWEET

bashca

a guest Feb 7th, 2010 272 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # /etc/usb_modeswitch.conf
  2. #
  3. # Last modified: 2010-01-10
  4. #
  5. # Configuration for usb_modeswitch, a mode switching tool for controlling
  6. # flip flop (multiple mode) USB devices
  7. #
  8. # Main purpose is to trigger the switching of several known UMTS modems
  9. # from storage device mode (driver partition for use with MS Windows) to
  10. # modem (mostly serial) device mode.
  11. # In addition, there is support for some WiFi devices.
  12. #
  13. # Detailed instructions and a friendly forum on the homepage:
  14. # http://www.draisberghof.de/usb_modeswitch
  15. #
  16. # You may want to check for a newer version of this file at:
  17. # http://www.draisberghof.de/usb_modeswitch/usb_modeswitch.conf
  18.  
  19.  
  20. ####################################################################
  21. # Important! This file is now mainly for testing and as a reference!
  22. ####################################################################
  23. #
  24. # If your device is on the "Supported Hardware" list or your USB ID
  25. # is contained in this file, rather use the latest releases of
  26. # USB_ModeSwitch ('integrated' install) and the database; see home
  27. # page!
  28. #
  29. ####################################################################
  30.  
  31.  
  32. # In order to activate your device, just remove the comment
  33. # signs (";") from the entry that matches your USB IDs. You can
  34. # display these by plugging your device in and run "lsusb"
  35. # (as root or with "sudo").
  36. #
  37. # The actual entries are further down, after the reference.
  38.  
  39.  
  40. # For custom settings:
  41. # Numbers can be decimal or hexadecimal, MessageStrings MUST be
  42. # hexadecimal without prepended "0x". Digits 9-16 in the known
  43. # MessageStrings are arbitrary; I set them to "12345678"
  44.  
  45. # What it all means (short command line flags appended):
  46. #
  47. #
  48. # * DefaultVendor            -v <hex number>
  49. # * DefaultProduct           -p <hex number>
  50. #
  51. # This is the ID the USB device shows after having been plugged in.
  52. # The program needs this; if not found -> no action.
  53. #
  54. #
  55. # * TargetVendor             -V <hex number>
  56. # * TargetProduct            -P <hex number>
  57. #
  58. # These are the IDs of the USB device after successful mode switching.
  59. # They are optional, but I recommend to provide them for better analysis.
  60. # You definitely need them if you enable CheckSuccess (see below)
  61. #
  62. #
  63. # * TargetProductList        (file only) <comma separated hex strings>
  64. #
  65. # Like TargetProduct, but more than one possibility. Only used in automated
  66. # config files (in /etc/usb_modeswitch.d).
  67. #
  68. #
  69. # * TargetClass              -C <hex number>
  70. #
  71. # Some weird devices don't change IDs. They only switch the device class.
  72. # If the device has the target class -> no action (and vice versa)
  73. #
  74. #
  75. # * MessageEndpoint          -m <hex number>
  76. #
  77. # A kind of address inside the interface to which the "message"
  78. # (the sequence that does the actual switching) is directed.
  79. # Starting from version 0.9.7 the MessageEndpoint is autodetected
  80. # if not given
  81. #
  82. #
  83. # * MessageContent           -M <hex string>
  84. #
  85. # A hex string containing the "message" sequence; it will be
  86. # sent as a USB bulk transfer.
  87. #
  88. #
  89. # * ResponseEndpoint         -r <hex number>
  90. # * NeedResponse <0/1>       -n
  91. #
  92. # Some devices were reported to require receiving the response of the
  93. # bulk transfer to do the switching properly. Usually not needed.
  94. # Starting from version 1.0.0 the ResponseEndpoint is autodetected
  95. # if not given
  96. #
  97. #
  98. # * DetachStorageOnly <0/1>  -d
  99. #
  100. # Some devices just need to be detached from the usb-storage
  101. # driver to initiate the mode switching. Using this feature
  102. # instead of removing the whole usbstorage module keeps other
  103. # storage devices working.
  104. #
  105. #
  106. # * HuaweiMode <0/1>         -H
  107. #
  108. # Some Huawei devices can be switched by a special control
  109. # message.
  110. #
  111. #
  112. # * SierraMode <0/1>         -S
  113. #
  114. # Some Sierra devices can be switched by a special control
  115. # message.
  116. #
  117. #
  118. # * SonyMode <0/1>           -O
  119. #
  120. # Some Sony-Ericsson devices can be switched by a special control
  121. # message. This is experimental and might not have a stable result
  122. #
  123. #
  124. # * ResetUSB <0/1>           -R
  125. #
  126. # Some devices need a rougher treatment. If the switching seems
  127. # to do something (run udevmonitor), but your system does not reflect
  128. # it, try this somewhat brutal method to do a reset after switching.
  129. # Mind that if your device switched OK before, this will probably set
  130. # it back to storage mode ...
  131. #
  132. #
  133. # * Interface                -i <hex number>
  134. # * Configuration            -u <hex number>
  135. # * AltSetting               -a <hex number>
  136. #
  137. # More USB parameter to help with tricky devices and for doing lots
  138. # of cruel experiments ...
  139. #
  140. ## Note:
  141. ## AltSetting/Configuration changes and ResetUSB are executed after all
  142. ## other steps and can be combined or used on their own (e.g. a reset
  143. ## might have the same effect as a manual replug)
  144. #
  145. #
  146. # * InquireDevice <0|1>      -I (disables inquiry)
  147. #
  148. # The standard since 1.0.0 is to do a SCSI inquiry on the default device
  149. # before other actions. This might be a future way to identify a device
  150. # without ambiguities. If it causes trouble with your device, just disable.
  151. #
  152. #
  153. # * CheckSuccess             -s <number>
  154. #
  155. # Check continuously if the switch succeeded for max <number> seconds.
  156. # First, an interface access test: most devices vanish after
  157. # switching and can't be accessed anymore.
  158. # Second, a recount of target devices: one more than at the initial
  159. # count, at the same bus with a higher device number -> device
  160. # switched fine.
  161. # It's safe to give a higher value than needed; checking stops as
  162. # soon as the target device is found
  163. #
  164. #
  165. # -> All other entries are just ignored <-
  166.  
  167. # Additional command line flags:
  168. #
  169. # Verbose output             -W
  170. # No output at all           -q
  171. # Other config file          -c <file>
  172.  
  173. # For filling in all this information for an unknown device,
  174. # see instructions and links on the homepage:
  175. # http://www.draisberghof.de/usb_modeswitch
  176. #
  177. # If you find working codes and configurations, please contribute
  178. # them!
  179.  
  180.  
  181. ;CheckSuccess=2
  182.  
  183. #######################################################
  184. # Option GlobeSurfer Icon (aka "Vodafone EasyBox")
  185. #
  186. # The message SHOULD be the same for all Option devices
  187.  
  188. ;DefaultVendor=  0x05c6
  189. ;DefaultProduct= 0x1000
  190.  
  191. ;TargetVendor=   0x0af0
  192. ;TargetProduct=  0x6600
  193.  
  194. # only for reference and 0.x versions
  195. # MessageEndpoint=0x05
  196.  
  197. ;MessageContent="55534243123456780000000000000601000000000000000000000000000000"
  198.  
  199.  
  200. #######################################################
  201. # Option GlobeSurfer Icon 7.2
  202. #
  203. # Contributor: The Pharscape Forum
  204.  
  205. ;DefaultVendor=  0x05c6
  206. ;DefaultProduct= 0x1000
  207.  
  208. ;TargetVendor=   0x0af0
  209. ;TargetProduct=  0x6901
  210.  
  211. # only for reference and 0.x versions
  212. # MessageEndpoint=0x05
  213.  
  214. MessageContent="55534243123456780000000000000601000000000000000000000000000000"
  215.  
  216.  
  217. ########################################################
  218. # Option GlobeTrotter GT MAX 3.6 (aka "T-Mobile Web'n'walk Card Compact II")
  219. #
  220. # Contributor: Bernd Holzmüller
  221.  
  222. ;DefaultVendor=  0x05c6
  223. ;DefaultProduct= 0x1000
  224.  
  225. ;TargetVendor=   0x0af0
  226. ;TargetProduct=  0x6600
  227.  
  228. # only for reference and 0.x versions
  229. # MessageEndpoint=0x05
  230.  
  231. ;MessageContent="55534243123456780000000000000601000000000000000000000000000000"
  232.  
  233. # only for reference and 0.x versions
  234. # ResponseEndpoint=0x84
  235.  
  236. ;ResponseNeeded=1
  237.  
  238.  
  239. ########################################################
  240. # Option GlobeTrotter GT MAX "7.2 Ready"
  241. #
  242. # Contributors: Lucas Benedicic, Morgwai Kotarbinski
  243.  
  244. ;DefaultVendor=  0x05c6
  245. ;DefaultProduct= 0x1000
  246.  
  247. ;TargetVendor=   0x0af0
  248. ;TargetProduct=  0x6701
  249.  
  250. # only for reference and 0.x versions
  251. # MessageEndpoint=0x05
  252.  
  253. ;MessageContent="55534243123456780000000000000601000000000000000000000000000000"
  254.  
  255.  
  256. ########################################################
  257. # Option GlobeTrotter EXPRESS 7.2 (aka "T-Mobile wnw Express II")
  258. #
  259. # Contributor: Fridtjof Busse
  260.  
  261. ;DefaultVendor=  0x05c6
  262. ;DefaultProduct= 0x1000
  263.  
  264. ;TargetVendor=   0x0af0
  265. ;TargetProduct=  0x6701
  266.  
  267. # only for reference and 0.x versions
  268. # MessageEndpoint=0x05
  269.  
  270. ;MessageContent="55534243123456780000000000000601000000000000000000000000000000"
  271.  
  272. # Response reading needed according to one (1) report
  273.  
  274. # only for reference and 0.x versions
  275. # ResponseEndpoint=0x84
  276.  
  277. ;ResponseNeeded=1
  278.  
  279.  
  280. #######################################################
  281. # Option GlobeSurfer Icon 7.2, new firmware (HSO driver)
  282. #
  283. # Vendor/ProductID don't change when switching, only the device
  284. # class does. Most new Option devices work with this. Just adapt IDs!
  285. # HSO driver support is available at Pharscape (www.pharscape.org)
  286. #
  287. # Contributor: Paul Hardwick
  288.  
  289. ;DefaultVendor=  0x0af0
  290. ;DefaultProduct= 0x6911
  291.  
  292. ;TargetClass=    0xff
  293.  
  294. # only for reference and 0.x versions
  295. # MessageEndpoint=0x05
  296.  
  297. ;MessageContent="55534243123456780000000000000601000000000000000000000000000000"
  298.  
  299.  
  300. ########################################################
  301. # Option iCON 210
  302. # PROLiNK PHS100 (various looks)
  303. # Hyundai Mobile MB-810
  304. #
  305. # One report of switching with DetachStorageOnly. Needs at least
  306. # a second to settle before binding to usbserial
  307. #
  308. # Contributor: wahlm, Peter Kraker, Pakdhetimin Sekum
  309.  
  310. ;DefaultVendor=  0x1e0e
  311. ;DefaultProduct= 0xf000
  312.  
  313. ;TargetVendor=   0x1e0e
  314. ;TargetProduct=  0x9000
  315.  
  316. # only for reference and 0.x versions
  317. # MessageEndpoint=0x01
  318.  
  319. ;MessageContent="555342431234567800000000000006bd000000020000000000000000000000"
  320.  
  321. # only for reference and 0.x versions
  322. # ResponseEndpoint=0x01
  323.  
  324. ;ResponseNeeded=1
  325.  
  326.  
  327. #######################################################
  328. # Option iCON 225 HSDPA
  329. #
  330. # New Firmware. HSO driver support is available at Pharscape (www.pharscape.org)
  331. #
  332. # Contributor: Matti Viljanen
  333.  
  334. ;DefaultVendor=  0x0af0
  335. ;DefaultProduct= 0x6971
  336.  
  337. ;TargetClass=    0xff
  338.  
  339. # only for reference and 0.x versions
  340. # MessageEndpoint=0x05
  341.  
  342. ;MessageContent="555342431223456780100000080000601000000000000000000000000000000"
  343.  
  344.  
  345. #######################################################
  346. # Option GlobeTrotter HSUPA Modem (aka "T-Mobile Web'n'walk Card Compact III')
  347. #
  348. # New Firmware. HSO driver support is available at Pharscape (www.pharscape.org)
  349. #
  350. # Contributor: Gerold Gruber
  351.  
  352. ;DefaultVendor=  0x0af0
  353. ;DefaultProduct= 0x7011
  354.  
  355. ;TargetClass=    0xff
  356.  
  357. # only for reference and 0.x versions
  358. # MessageEndpoint=0x05
  359.  
  360. ;MessageContent="55534243785634120100000080000601000000000000000000000000000000"
  361.  
  362.  
  363. ######################################################
  364. # Option iCON 401
  365. #
  366. # HSO driver
  367. #
  368. # Contributor: Vincent Teoh
  369.  
  370. ;DefaultVendor=  0x0af0
  371. ;DefaultProduct= 0x7401
  372.  
  373. ;TargetClass=    0xff
  374.  
  375. # only for reference and 0.x versions
  376. # MessageEndpoint=0x01
  377.  
  378. ;MessageContent="55534243785634120100000080000601000000000000000000000000000000"
  379.  
  380. # only for reference and 0.x versions
  381. # ResponseEndpoint=0x81
  382.  
  383. ;ResponseNeeded=1
  384.  
  385.  
  386. ########################################################
  387. # Vodafone K3760 (made by Option, HSO driver)
  388. #
  389. # Contributor: The Solutor
  390.  
  391. ;DefaultVendor=  0x0af0
  392. ;DefaultProduct= 0x7501
  393.  
  394. ;TargetClass=    0xff
  395.  
  396. # only for reference and 0.x versions
  397. # MessageEndpoint=0x01
  398.  
  399. ;MessageContent="55534243785634120100000080000601000000000000000000000000000000"
  400.  
  401.  
  402. ########################################################
  403. # AT&T USBConnect Quicksilver (made by Option, HSO driver)
  404. #
  405. # Contributor: sissie from Bullteam
  406.  
  407. ;DefaultVendor=  0x0af0
  408. ;DefaultProduct= 0xd033
  409.  
  410. ;TargetClass=    0xff
  411.  
  412. # only for reference and 0.x versions
  413. # MessageEndpoint=0x05
  414.  
  415. ;MessageContent="55534243785634120100000080000601000000000000000000000000000000"
  416.  
  417.  
  418. ########################################################
  419. # Huawei E220 (aka "Vodafone EasyBox II", aka "T-Mobile wnw Box Micro")
  420. # Huawei E230
  421. # Huawei E270
  422. # Huawei E870
  423. # and probably most other Huawei devices (just adapt product ID)
  424. #
  425. # Two options: 1. removal of "usb-storage"  2. the special control
  426. # message found by Miroslav Bobovsky
  427. #
  428. # Contributor: Hans Kurent, Denis Sutter, Vincent Teoh
  429.  
  430. ;DefaultVendor=  0x12d1;
  431. ;DefaultProduct= 0x1003
  432.  
  433. ;TargetClass=    0xff
  434.  
  435. # choose one of these:
  436. ;DetachStorageOnly=1
  437. ;HuaweiMode=1
  438.  
  439.  
  440. ########################################################
  441. # Huawei E169
  442. #
  443. # Contributor: Dale Lane
  444.  
  445. ;DefaultVendor=  0x12d1;
  446. ;DefaultProduct= 0x1001
  447.  
  448. ;TargetClass=    0xff
  449.  
  450. # choose one of these:
  451. ;DetachStorageOnly=1
  452. ;HuaweiMode=1
  453.  
  454.  
  455. ########################################################
  456. # Huawei E180
  457. #
  458. # Contributor: Tom Dawahare
  459.  
  460. ;DefaultVendor=  0x12d1
  461. ;DefaultProduct= 0x1414
  462.  
  463. ;TargetClass=    0xff
  464.  
  465. # choose one of these:
  466. ;DetachStorageOnly=1
  467. ;HuaweiMode=1
  468.  
  469.  
  470. ########################################################
  471. # Huawei E630
  472. #
  473. # There seem to be modem-only variants around - no storage,
  474. # no switching
  475. #
  476. # Contributor: Joakim Wenrgren
  477.  
  478. ;DefaultVendor=  0x1033
  479. ;DefaultProduct= 0x0035
  480.  
  481. ;TargetVendor=   0x12d1
  482. ;TargetProduct=  0x1003
  483.  
  484. # choose one of these:
  485. ;HuaweiMode=1
  486. ;DetachStorageOnly=1
  487.  
  488.  
  489. ########################################################
  490. # ZTE MF620 (aka "Onda MH600HS")
  491. #
  492. # Probably works with DetachStorageOnly too
  493. #
  494. # Contributor: Flávio Moringa
  495.  
  496. ;DefaultVendor=  0x19d2
  497. ;DefaultProduct= 0x2000
  498.  
  499. ;TargetVendor=   0x19d2
  500. ;TargetProduct=  0x0001
  501.  
  502. # only for reference and 0.x versions
  503. # MessageEndpoint=0x04
  504.  
  505. ;MessageContent="55534243123456780000000000000600000000000000000000000000000000"
  506.  
  507.  
  508. ########################################################
  509. # ZTE MF622 (aka "Onda MDC502HS")
  510. #
  511. # Contributor: andylog
  512.  
  513. ;DefaultVendor=  0x19d2
  514. ;DefaultProduct= 0x2000
  515.  
  516. ;TargetVendor=   0x19d2
  517. ;TargetProduct=  0x0002
  518.  
  519. # only for reference and 0.x versions
  520. # MessageEndpoint=0x04
  521.  
  522. ;MessageContent="55534243f8f993882000000080000a85010101180101010101000000000000"
  523.  
  524.  
  525. ########################################################
  526. # ZTE MF628
  527. #
  528. # Captured with "usbmon". Has a micro SD slot which can be
  529. # activated alternatively
  530. #
  531. # Contributor: Alvaro Lopes <alvieboy at alvie dot com>
  532.  
  533. ;DefaultVendor=  0x19d2
  534. ;DefaultProduct= 0x2000
  535.  
  536. # To modem mode:
  537.  
  538. ;TargetVendor=   0x19d2
  539. ;TargetProduct=  0x0015
  540.  
  541. # only for reference and 0.x versions
  542. # MessageEndpoint=0x08
  543.  
  544. ;MessageContent="5553424312345678000000000000061b000000030000000000000000000000"
  545.  
  546. # To SD slot mode:
  547.  
  548. ;TargetVendor=   0x05c6
  549. ;TargetProduct=  0x2001
  550.  
  551. # only for reference and 0.x versions
  552. # MessageEndpoint=0x08
  553.  
  554. ;MessageContent="55534243123456782000000080000a86010101180101010101000000000000"
  555.  
  556. # only for reference and 0.x versions
  557. # ResponseEndpoint=0x07
  558.  
  559. ;ResponseNeeded=1
  560.  
  561.  
  562. ########################################################
  563. # ZTE MF622 (aka "Onda MDC502HS")
  564. # ZTE MF626
  565. # ZTE MF628+ (tested version from Telia / Sweden)
  566. # ZTE MF633
  567. # ZTE MF636 (aka "Telstra / BigPond 7.2 Mobile Card")
  568. # ZTE MF637
  569. #
  570. # Contributor: Joakim Wennergren and others
  571.  
  572. ;DefaultVendor=  0x19d2
  573. ;DefaultProduct= 0x2000
  574.  
  575. ;TargetVendor=   0x19d2
  576. ;TargetProduct=  0x0031
  577.  
  578. # only for reference and 0.x versions
  579. # MessageEndpoint=0x01
  580.  
  581. ;MessageContent="5553424312345678000000000000061b000000030000000000000000000000"
  582.  
  583.  
  584. ########################################################
  585. # ZTE MF638 (aka "Onda MDC525UP")
  586. #
  587. # Contributor: andylog
  588.  
  589. ;DefaultVendor=  0x19d2
  590. ;DefaultProduct= 0x2000
  591.  
  592. ;TargetVendor=   0x19d2
  593. ;TargetProduct=  0x0037
  594.  
  595. # only for reference and 0.x versions
  596. # MessageEndpoint=0x01
  597.  
  598. ;MessageContent="55534243123456782000000080000c85010101180101010101000000000000"
  599.  
  600.  
  601. ########################################################
  602. # ZTE AC8710
  603. # ZTE AC2726
  604. # and others
  605. #
  606. # Many new ZTE devices use this sequence. There are
  607. # several ID combinations; check your default
  608. #
  609. # Contributor: Michael Khurtsiya, Amit Pundir and others
  610.  
  611. DefaultVendor=  0x19d2
  612. DefaultProduct= 0xfff5
  613.  
  614. TargetVendor=   0x19d2
  615. TargetProduct=  0xffff
  616.  
  617. # No. 2
  618.  
  619. ;DefaultVendor=  0x19d2
  620. ;DefaultProduct= 0xfff6
  621.  
  622. ;TargetVendor=   0x19d2
  623. ;TargetProduct=  0xfff1
  624.  
  625. # No. 3
  626.  
  627. ;DefaultVendor=  0x19d2
  628. ;DefaultProduct= 0xfff5
  629.  
  630. ;TargetVendor=   0x19d2
  631. ;TargetProduct=  0xfff1
  632.  
  633. # only for reference and 0.x versions
  634. # MessageEndpoint=0x05
  635.  
  636. MessageContent="5553424312345678c00000008000069f030000000000000000000000000000"
  637.  
  638.  
  639. ########################################################
  640. # ZTE AC2710 (EVDO)
  641. #
  642. # Contributor: Wasim Baig
  643.  
  644. ;DefaultVendor=  0x19d2
  645. ;DefaultProduct= 0xfff5
  646.  
  647. ;TargetVendor=   0x19d2
  648. ;TargetProduct=  0xffff
  649.  
  650. ;MessageContent="5553424312345678c00000008000069f010000000000000000000000000000"
  651.  
  652. # Just for information: try it with the message from the AC8710 ...
  653.  
  654.  
  655. ########################################################
  656. # ZTE 6535-Z
  657. #
  658. # Contributor: David Taillandier
  659.  
  660. ;DefaultVendor=  0x19d2
  661. ;DefaultProduct= 0x2000
  662.  
  663. ;TargetVendor=   0x19d2
  664. ;TargetProduct=  0x0052
  665.  
  666. # only for reference and 0.x versions
  667. # MessageEndpoint=0x01
  668.  
  669. ;MessageContent="55534243123456782000000080000c85010101180101010101000000000000"
  670.  
  671.  
  672. ########################################################
  673. # ONDA MT503HS (most likely a ZTE model)
  674. #
  675. # Contributor: Lucio Asnaghi a.k.a. kRAkEn/gORe
  676.  
  677. ;DefaultVendor=  0x19d2
  678. ;DefaultProduct= 0x2000
  679.  
  680. ;TargetVendor=   0x19d2
  681. ;TargetProduct=  0x0002
  682.  
  683. # only for reference and 0.x versions
  684. # MessageEndpoint=0x08
  685.  
  686. ;MessageContent="55534243b0c8dc812000000080000a85010101180101010101000000000000"
  687.  
  688.  
  689. ########################################################
  690. # ONDA MT505UP (most likely a ZTE model)
  691. #
  692. # Contributor: Alex Scortegagna
  693.  
  694. ;DefaultVendor=  0x19d2
  695. ;DefaultProduct= 0x2000
  696.  
  697. ;TargetVendor=   0x19d2
  698. ;TargetProduct=  0x0002
  699.  
  700. # only for reference and 0.x versions
  701. # MessageEndpoint=0x03
  702.  
  703. ;MessageContent="55534243123456780000010080000a28000000001c00002000000000000000"
  704.  
  705.  
  706. ########################################################
  707. # Novatel Wireless Ovation MC950D HSUPA
  708. # Novatel Wireless Merlin XU950D
  709. # Novatel Wireless Ovation 930D
  710. #
  711. # Contributor: Razvan Dragomirescu, Mike Kirk
  712.  
  713. ;DefaultVendor=  0x1410
  714. ;DefaultProduct= 0x5010
  715.  
  716. ;TargetVendor=   0x1410
  717. ;TargetProduct=  0x4400
  718.  
  719. # only for reference and 0.x versions
  720. # MessageEndpoint=0x09
  721.  
  722. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  723.  
  724.  
  725. ########################################################
  726. # Novatel U727 USB modem
  727. #
  728. # Modem only versions (no switching required) are around.
  729. #
  730. # Contributor: Chris Thielen
  731.  
  732. ;DefaultVendor=  0x1410
  733. ;DefaultProduct= 0x5010
  734.  
  735. ;TargetVendor=   0x1410
  736. ;TargetProduct=  0x4100
  737.  
  738. # only for reference and 0.x versions
  739. # MessageEndpoint=0x08
  740.  
  741. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  742.  
  743.  
  744. ########################################################
  745. # Novatel MC990D
  746. #
  747. # Contributor: Joakim Wennergren
  748.  
  749. ;DefaultVendor=  0x1410
  750. ;DefaultProduct= 0x5020
  751.  
  752. ;Interface=      5
  753.  
  754. # only for reference and 0.x versions
  755. # MessageEndpoint=0x01
  756.  
  757. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  758.  
  759.  
  760. ########################################################
  761. # Novatel U760 USB modem
  762. #
  763. # Contributor: Richard Laager
  764.  
  765. ;DefaultVendor=  0x1410
  766. ;DefaultProduct= 0x5030
  767.  
  768. ;TargetVendor=   0x1410
  769. ;TargetProduct=  0x6000
  770.  
  771. # only for reference and 0.x versions
  772. # MessageEndpoint=0x08
  773.  
  774. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  775.  
  776.  
  777. ########################################################
  778. # Alcatel One Touch X020 (aka OT-X020, aka MBD-100HU, aka Nuton 3.5G), works with Emobile D11LC
  779. # Alcatel One Touch X030 (aka OT-X030, aka Nuton NT36HD)
  780. #
  781. # Contributor: Aleksandar Samardzic, Marcelo Fernandez
  782.  
  783. ;DefaultVendor=  0x1c9e
  784. ;DefaultProduct= 0x1001
  785.  
  786. ;TargetVendor=   0x1c9e
  787. ;TargetProduct=  0x6061
  788.  
  789. # only for reference and 0.x versions
  790. # MessageEndpoint=0x05
  791.  
  792. ;MessageContent="55534243123456780000000000000606f50402527000000000000000000000"
  793.  
  794.  
  795. ########################################################
  796. # Alcatel X200/X060S
  797.  
  798. ;DefaultVendor=  0x1bbb
  799. ;DefaultProduct= 0xf000
  800.  
  801. ;TargetVendor=   0x1bbb
  802. ;TargetProduct=  0x0000
  803.  
  804. # only for reference and 0.x versions
  805. # MessageEndpoint=0x01
  806.  
  807. ;MessageContent="55534243123456788000000080000606f50402527000000000000000000000"
  808.  
  809.  
  810. ########################################################
  811. # AnyDATA ADU-500A, ADU-510A, ADU-510L, ADU-520A
  812. #
  813. # This ID gets an "Option" treatment by newer kernels.
  814. # Use module option "option_zero_cd=2" with usb-storage.
  815. # A kernel patch to fix the problem is pending
  816. #
  817. # Contributor: Vladimir Poluektov, Gabriel Smolar
  818.  
  819. ;DefaultVendor=  0x05c6
  820. ;DefaultProduct= 0x1000
  821.  
  822. ;TargetVendor=   0x16d5
  823. ;TargetProduct=  0x6502
  824.  
  825. # only for reference and 0.x versions
  826. # MessageEndpoint=0x08
  827.  
  828. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  829.  
  830.  
  831. ########################################################
  832. # BandLuxe C120
  833. #
  834. # Reportedly needs several switch calls in a certain order. See
  835. # http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=71
  836. # This might be a case to try the new ResetUSB function
  837. #
  838. # Contributor: Alexander Czigler
  839.  
  840. ;DefaultVendor=  0x1a8d
  841. ;DefaultProduct= 0x1000
  842.  
  843. ;TargetVendor=   0x1a8d
  844. ;TargetProduct=  0x1002
  845.  
  846. # only for reference and 0.x versions
  847. # MessageEndpoint=0x05
  848.  
  849. ;MessageContent="55534243123456781200000080000603000000020000000000000000000000"
  850.  
  851. # only for reference and 0.x versions
  852. # ResponseEndpoint=0x82
  853.  
  854. ;ResponseNeeded=1
  855.  
  856.  
  857. ########################################################
  858. # Solomon S3Gm-660
  859. #
  860. # Same notes apply as with the BandLuxe C120 above
  861. #
  862. # Contributor: Alexander Czigler
  863.  
  864. ;DefaultVendor=  0x1dd6
  865. ;DefaultProduct= 0x1000
  866.  
  867. ;TargetVendor=   0x1dd6
  868. ;TargetProduct=  0x1002
  869.  
  870. # only for reference and 0.x versions
  871. # MessageEndpoint=0x05
  872.  
  873. ;MessageContent="55534243123456781200000080000603000000020000000000000000000000"
  874.  
  875. # only for reference and 0.x versions
  876. # ResponseEndpoint=0x82
  877.  
  878. ;ResponseNeeded=1
  879.  
  880.  
  881. ########################################################
  882. # C-motech D-50 (aka "CDU-680")
  883. #
  884. # Interesting notes about the device in the forum post at
  885. # http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=69
  886. #
  887. # Contributor: Alexander Czigler
  888.  
  889. ;DefaultVendor=  0x16d8
  890. ;DefaultProduct= 0x6803
  891.  
  892. ;TargetVendor=   0x16d8
  893. ;TargetProduct=  0x680a
  894.  
  895. # only for reference and 0.x versions
  896. # MessageEndpoint=0x07
  897.  
  898. ;MessageContent="555342431234567824000000800008ff524445564348470000000000000000"
  899.  
  900.  
  901. ########################################################
  902. # C-motech CGU-628 (aka "Franklin Wireless CGU-628A" aka "4G Systems XS Stick W12")
  903. #
  904. # Contributor: Mathias Picker
  905.  
  906. ;DefaultVendor=  0x16d8
  907. ;DefaultProduct= 0xf000
  908.  
  909. ;TargetVendor=   0x16d8
  910. ;TargetProduct=  0x6006
  911.  
  912. # only for reference and 0.x versions
  913. # MessageEndpoint=0x09
  914.  
  915. ;MessageContent="55534243d85dd88524000000800008ff524445564348470000000000000000"
  916.  
  917.  
  918. ########################################################
  919. # Toshiba G450
  920. #
  921. # Contributor: Mijail Anton
  922.  
  923. ;DefaultVendor=  0x0930
  924. ;DefaultProduct= 0x0d46
  925.  
  926. ;TargetVendor=   0x0930
  927. ;TargetProduct=  0x0d45
  928.  
  929. # only for reference and 0.x versions
  930. # MessageEndpoint=0x05
  931.  
  932. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  933.  
  934.  
  935. ########################################################
  936. # UTStarcom UM175 (distributor "Alltel")
  937. #
  938. # Contributor: Mark A. Ziesemer
  939.  
  940. ;DefaultVendor=  0x106c
  941. ;DefaultProduct= 0x3b03
  942.  
  943. ;TargetVendor=   0x106c
  944. ;TargetProduct=  0x3715
  945.  
  946. # only for reference and 0.x versions
  947. # MessageEndpoint=0x05
  948.  
  949. ;MessageContent="555342431234567824000000800008ff024445564348470000000000000000"
  950.  
  951.  
  952. ########################################################
  953. # Hummer DTM5731
  954. #
  955. # Contributor: "paul"
  956.  
  957. ;DefaultVendor=  0x1ab7
  958. ;DefaultProduct= 0x5700
  959.  
  960. ;TargetVendor=   0x1ab7
  961. ;TargetProduct=  0x5731
  962.  
  963. # only for reference and 0.x versions
  964. # MessageEndpoint=0x07
  965.  
  966. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  967.  
  968.  
  969. ########################################################
  970. # A-Link 3GU
  971. #
  972. # Contributor: A-Link Europe Ltd.
  973.  
  974. ;DefaultVendor=  0x1e0e
  975. ;DefaultProduct= 0xf000
  976.  
  977. ;TargetVendor=   0x1e0e
  978. ;TargetProduct=  0x9200
  979.  
  980. # only for reference and 0.x versions
  981. # MessageEndpoint=0x01
  982.  
  983. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  984.  
  985.  
  986. ########################################################
  987. # Sierra Wireless Compass 597
  988. #
  989. # Contributor: Vincent Teoh
  990.  
  991. ;DefaultVendor=  0x1199
  992. ;DefaultProduct= 0x0fff
  993.  
  994. ;TargetVendor=   0x1199
  995. ;TargetProduct=  0x0023
  996.  
  997. ;SierraMode=1
  998.  
  999.  
  1000. ########################################################
  1001. # Sierra Wireless AirCard 881U (most likely 880U too)
  1002. #
  1003. # Contributor: Vincent Teoh
  1004.  
  1005. ;DefaultVendor=  0x1199
  1006. ;DefaultProduct= 0x0fff
  1007.  
  1008. ;TargetVendor=   0x1199
  1009. ;TargetProduct=  0x6856
  1010.  
  1011. ;SierraMode=1
  1012.  
  1013.  
  1014. ########################################################
  1015. # Sony Ericsson MD400
  1016. #
  1017. # Special procedure, takes around 25 secs. on the whole
  1018.  
  1019. ;DefaultVendor=  0x0fce
  1020. ;DefaultProduct= 0xd0e1
  1021.  
  1022. ;TargetClass=    0x02
  1023.  
  1024. ;SonyMode=1
  1025. ;Configuration=2
  1026.  
  1027.  
  1028. ########################################################
  1029. # LG LDU-1900D EV-DO (Rev. A)
  1030. #
  1031. # Recommended init command: ATE0V1&D2&C1S0=0
  1032. #
  1033. # Contributor: Jérôme Oufella
  1034.  
  1035. ;DefaultVendor=  0x1004
  1036. ;DefaultProduct= 0x1000
  1037.  
  1038. # only for reference and 0.x versions
  1039. # MessageEndpoint=0x08
  1040.  
  1041. ;MessageContent="55534243123456780000000000000aff554d53434847000000000000000000"
  1042.  
  1043.  
  1044. ########################################################
  1045. # Samsung SGH-Z810 USB (with microSD card)
  1046. #
  1047. # This ID gets an "Option" treatment by newer kernels.
  1048. # Use module option "option_zero_cd=2" with usb-storage.
  1049. # A kernel patch to fix the problem is pending
  1050. #
  1051. # Contributor: A Friend
  1052.  
  1053. ;DefaultVendor=  0x05c6
  1054. ;DefaultProduct= 0x1000
  1055.  
  1056. ;TargetVendor=   0x04e8
  1057. ;TargetProduct=  0x6601
  1058.  
  1059. # only for reference and 0.x versions
  1060. # MessageEndpoint=0x05
  1061.  
  1062. ;MessageContent="55534243123456780000000000000616000000000000000000000000000000"
  1063.  
  1064.  
  1065. ########################################################
  1066. # MobiData MBD-200HU
  1067. #
  1068. # Contributor: Stefan Olejnik
  1069.  
  1070. ;DefaultVendor=  0x1c9e
  1071. ;DefaultProduct= 0xf000
  1072.  
  1073. ;TargetVendor=   0x1c9e
  1074. ;TargetProduct=  0x9000
  1075.  
  1076. # only for reference and 0.x versions
  1077. # MessageEndpoint=0x01
  1078.  
  1079. ;MessageContent="55534243123456788000000080000606f50402527000000000000000000000"
  1080.  
  1081.  
  1082. ########################################################
  1083. # ST Mobile Connect HSUPA USB Modem
  1084. #
  1085. # Use /dev/ttyUSB2 for connecting
  1086. #
  1087. # Contributor: Vincent Teoh
  1088.  
  1089. ;DefaultVendor=  0x1c9e
  1090. ;DefaultProduct= 0xf000
  1091.  
  1092. ;TargetVendor=   0x1c9e
  1093. ;TargetProduct=  0x9063
  1094.  
  1095. # only for reference and 0.x versions
  1096. # MessageEndpoint=0x01
  1097.  
  1098. ;MessageContent="55534243123456788000000080000606f50402527000000000000000000000"
  1099.  
  1100.  
  1101. ########################################################
  1102. # MyWave SW006 Sport Phone/Modem Combination
  1103. #
  1104. # Has a card reader too, working fine
  1105. #
  1106. # Contributor: Aaron Guidazzi
  1107.  
  1108. ;DefaultVendor=  0x1c9e
  1109. ;DefaultProduct= 0x9200
  1110.  
  1111. ;TargetVendor=   0x1c9e
  1112. ;TargetProduct=  0x9202
  1113.  
  1114. # only for reference and 0.x versions
  1115. # MessageEndpoint=0x03
  1116.  
  1117. ;MessageContent="55534243123456780000000000000606f50402527000000000000000000000"
  1118.  
  1119.  
  1120. ########################################################
  1121. # Cricket A600
  1122. #
  1123. # Switches to ACM device. Might need a ResetUSB after switching - or not
  1124. #
  1125. # Contributor: Jeffrey Hoogland
  1126.  
  1127. ;DefaultVendor=  0x1f28
  1128. ;DefaultProduct= 0x0021
  1129.  
  1130. ;TargetVendor=   0x1f28
  1131. ;TargetProduct=  0x0020
  1132.  
  1133. # only for reference and 0.x versions
  1134. # MessageEndpoint=0x08
  1135.  
  1136. ;MessageContent="555342431234567824000000800108df200000000000000000000000000000"
  1137.  
  1138. # Afterwards (optional): "usb_modeswitch -v 0x1f28 -p 0x0020 -R"
  1139.  
  1140.  
  1141. ########################################################
  1142. # EpiValley SEC-7089 (featured by Alegro and Starcomms / iZAP)
  1143. #
  1144. # Contributor: Chris Wright
  1145.  
  1146. ;DefaultVendor=  0x1b7d
  1147. ;DefaultProduct= 0x0700
  1148.  
  1149. ;TargetVendor=   0x1b7d
  1150. ;TargetProduct=  0x0001
  1151.  
  1152. # only for reference and 0.x versions
  1153. # MessageEndpoint=0x07
  1154.  
  1155. ;MessageContent="555342431234567824000000800008FF05B112AEE102000000000000000000"
  1156.  
  1157.  
  1158. ########################################################
  1159. # Samsung U209
  1160. #
  1161. # Has a modem and a storage device after switching
  1162. #
  1163. # Contributor: Arif Ahmed
  1164.  
  1165. ;DefaultVendor=  0x04e8
  1166. ;DefaultProduct= 0xf000
  1167.  
  1168. ;TargetVendor=   0x04e8
  1169. ;TargetProduct=  0x6601
  1170.  
  1171. # only for reference and 0.x versions
  1172. # MessageEndpoint=0x05
  1173.  
  1174. ;MessageContent="55534243123456780000000000000616000000000000000000000000000000"
  1175.  
  1176.  
  1177. ########################################################
  1178. # Huawei E270+  (HSPA+ modem)
  1179. # Huawei E1762
  1180. # Huawei E1820
  1181. #
  1182. # Contributor: Paranoid Paranoia
  1183.  
  1184. ;DefaultVendor=  0x12d1
  1185. ;DefaultProduct= 0x1446
  1186.  
  1187. ;TargetVendor=   0x12d1
  1188. ;TargetProduct=  0x14ac
  1189.  
  1190. ;MessageContent="55534243123456780000000000000011060000000000000000000000000000"
  1191.  
  1192.  
  1193. ########################################################
  1194. # Huawei E1550
  1195. # Huawei E1750
  1196. #
  1197. # Contributor: Anders Blomdell, Ahmed Soliman
  1198.  
  1199. ;DefaultVendor=  0x12d1
  1200. ;DefaultProduct= 0x1446
  1201.  
  1202. ;TargetVendor=   0x12d1
  1203. ;TargetProduct=  0x1001
  1204.  
  1205. # only for reference and 0.x versions
  1206. # MessageEndpoint=0x01
  1207.  
  1208. ;MessageContent="55534243123456780000000000000011060000000000000000000000000000"
  1209.  
  1210.  
  1211. ########################################################
  1212. # ZTE K3520-Z
  1213. #
  1214. # Contributor: Paul McDermott
  1215.  
  1216. ;DefaultVendor=  0x19d2
  1217. ;DefaultProduct= 0x2000
  1218.  
  1219. ;TargetVendor=   0x19d2
  1220. ;TargetProduct=  0x0055
  1221.  
  1222. # only for reference
  1223. # MessageEndpoint=0x09
  1224.  
  1225. ;MessageContent="55534243123456782000000080000c85010101180101010101000000000000"
  1226.  
  1227.  
  1228. ########################################################
  1229. # MobiData MBD-200HU (aka 4G XS Stick W10/W14, aka Micromax MMX 300G,
  1230. # aka ChinaBird CBCPL68)
  1231. #
  1232. # Contributor: Chris
  1233.  
  1234. ;DefaultVendor=  0x1c9e
  1235. ;DefaultProduct= 0xf000
  1236.  
  1237. ;TargetVendor=   0x1c9e
  1238. ;TargetProduct=  0x9603
  1239.  
  1240. # only for reference and 0.x versions
  1241. # MessageEndpoint=0x01
  1242.  
  1243. ;MessageContent="55534243123456788000000080000606f50402527000000000000000000000"
  1244.  
  1245.  
  1246. ########################################################
  1247. # D-Link DWM-162-U5
  1248. #
  1249. # Contributor: Zhang Le
  1250.  
  1251. ;DefaultVendor=  0x05c6
  1252. ;DefaultProduct= 0x2001
  1253.  
  1254. ;TargetVendor=   0x1e0e
  1255. ;TargetProduct=  0xce16
  1256.  
  1257. ;MessageContent="55534243e0c26a85000000000000061b000000020000000000000000000000"
  1258.  
  1259.  
  1260. ########################################################
  1261. # Novatel MC760 3G
  1262. #
  1263. # Contributor: Matt Roberds
  1264.  
  1265. ;DefaultVendor=  0x1410
  1266. ;DefaultProduct= 0x5031
  1267.  
  1268. ;TargetVendor=   0x1410
  1269. ;TargetProduct=  0x6002
  1270.  
  1271. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  1272.  
  1273.  
  1274. ########################################################
  1275. # ZTE MF110
  1276. #
  1277. # Contributor: Moritz Grosse-Wentrup
  1278.  
  1279. ;DefaultVendor=  0x19d2
  1280. ;DefaultProduct= 0x0053
  1281.  
  1282. ;TargetVendor=   0x19d2
  1283. ;TargetProduct=  0x0031
  1284.  
  1285. ;MessageContent="55534243123456782000000080000c85010101180101010101000000000000"
  1286.  
  1287.  
  1288. ########################################################
  1289. # Philips TalkTalk (NXP Semiconductors "Dragonfly")
  1290. #
  1291.  
  1292. ;DefaultVendor=  0x0471
  1293. ;DefaultProduct= 0x1237
  1294.  
  1295. ;TargetVendor=   0x0471
  1296. ;TargetProduct=  0x1234
  1297.  
  1298. ;MessageContent="5553424312345678000000000000061b000000030000000000000000000000"
  1299.  
  1300.  
  1301. ########################################################
  1302. # HuaXing E600 (NXP Semiconductors "Dragonfly")
  1303. #
  1304. # Contributor: Emfox Zhou
  1305.  
  1306. ;DefaultVendor=  0x0471
  1307. ;DefaultProduct= 0x1237
  1308.  
  1309. ;TargetVendor=   0x0471
  1310. ;TargetProduct=  0x1206
  1311.  
  1312. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  1313.  
  1314. ;Configuration=2
  1315.  
  1316.  
  1317. ########################################################
  1318. # ZTE K3565
  1319. #
  1320.  
  1321. ;DefaultVendor=  0x19d2
  1322. ;DefaultProduct= 0x2000
  1323.  
  1324. ;TargetVendor=   0x19d2
  1325. ;TargetProduct=  0x0063
  1326.  
  1327. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  1328.  
  1329.  
  1330. ########################################################
  1331. # Motorola 802.11 bg WLAN (TER/GUSB3-E)
  1332. #
  1333. # Contributor: Prashad Prashant
  1334.  
  1335. ;DefaultVendor=  0x148f
  1336. ;DefaultProduct= 0x2578
  1337.  
  1338. ;TargetVendor=   0x148f
  1339. ;TargetProduct=  0x9021
  1340.  
  1341. ;MessageContent="55534243908ecd89000000000000061b000000020000000000000000000000"
  1342.  
  1343.  
  1344. ########################################################
  1345. # Huawei E1612
  1346. #
  1347. # Contributor: Genar Codina
  1348.  
  1349. ;DefaultVendor=  0x12d1
  1350. ;DefaultProduct= 0x1446
  1351.  
  1352. ;TargetVendor=   0x12d1
  1353. ;TargetProduct=  0x1406
  1354.  
  1355. ;MessageContent="55534243123456780000000000000011060000000000000000000000000000"
  1356.  
  1357.  
  1358. ########################################################
  1359. # Huawei E1690
  1360. # Huawei E1692
  1361. # Huawei E1762
  1362. #
  1363. # Contributor: Carolin Latze and others
  1364.  
  1365. ;DefaultVendor=  0x12d1
  1366. ;DefaultProduct= 0x1446
  1367.  
  1368. ;TargetVendor=   0x12d1
  1369. ;TargetProduct=  0x140c
  1370.  
  1371. ;MessageContent="55534243123456780000000000000011060000000000000000000000000000"
  1372.  
  1373.  
  1374. ########################################################
  1375. # C-motech CHU-629S
  1376. #
  1377.  
  1378. ;DefaultVendor=  0x16d8
  1379. ;DefaultProduct= 0x700a
  1380.  
  1381. ;TargetClass=0xff
  1382.  
  1383. ;MessageContent="55534243123456782400000080000dfe524445564348473d4e444953000000"
  1384.  
  1385.  
  1386. ########################################################
  1387. # Sagem F@ST 9520-35-GLR
  1388. #
  1389. # Contributor: Yaroslav Levandovskiy
  1390.  
  1391. ;DefaultVendor=  0x1076
  1392. ;DefaultProduct= 0x7f40
  1393.  
  1394. ;TargetVendor=   0x1076
  1395. ;TargetProduct=  0x7f00
  1396.  
  1397. # Since version 1.0.6 !!
  1398. ;GCTMode=1
  1399.  
  1400.  
  1401. ########################################################
  1402. # Nokia CS-15
  1403. #
  1404. # Contributor: Antti Turunen
  1405.  
  1406. ;DefaultVendor=  0x0421
  1407. ;DefaultProduct= 0x0610
  1408.  
  1409. ;TargetVendor=   0x0421
  1410. ;TargetProduct=  0x0612
  1411.  
  1412. # only for reference and 0.x versions
  1413. # MessageEndpoint=0x01
  1414.  
  1415. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  1416.  
  1417.  
  1418. ########################################################
  1419. # Huawei K3765
  1420. #
  1421. # Contributor: Felix Schwarz
  1422.  
  1423. ;DefaultVendor=  0x12d1
  1424. ;DefaultProduct= 0x1520
  1425.  
  1426. ;TargetVendor=   0x12d1
  1427. ;TargetProduct=  0x1465
  1428.  
  1429. ;MessageContent="55534243123456780000000000000011060000000000000000000000000000"
  1430.  
  1431. ########################################################
  1432. # Huawei K4505
  1433. #
  1434. # Contributor: Nikolaos Koutsianas
  1435.  
  1436. ;DefaultVendor=  0x12d1
  1437. ;DefaultProduct= 0x1521
  1438.  
  1439. ;TargetVendor=   0x12d1
  1440. ;TargetProduct=  0x1464
  1441.  
  1442. ;MessageContent="55534243123456780000000000000011060000000000000000000000000000"
  1443.  
  1444.  
  1445. #########################################
  1446. # Vodafone MD950 (Wisue Technology)
  1447. #
  1448. # Contributor: Bob Williams
  1449.  
  1450. ;DefaultVendor=  0x0471
  1451. ;DefaultProduct= 0x1210
  1452.  
  1453. # The report said that giving the target IDs prevented
  1454. # the device from switching. Got to try it out ...
  1455.  
  1456. #TargetVendor=   0x1dbc
  1457. #TargetProduct=  0x0005
  1458.  
  1459. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  1460.  
  1461.  
  1462. ########################################################
  1463. # Siptune LM-75 ("LinuxModem")
  1464. #
  1465. # Contributor: Antti Turunen
  1466.  
  1467. ;DefaultVendor=  0x05c6
  1468. ;DefaultProduct= 0xf000
  1469.  
  1470. ;TargetVendor=   0x05c6
  1471. ;TargetProduct=  0x9000
  1472.  
  1473. # only for reference and 0.x versions
  1474. # MessageEndpoint=0x01
  1475.  
  1476. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  1477.  
  1478.  
  1479. ########################################################
  1480. # Zydas ZD1211RW WLAN USB, Sphairon HomeLink 1202 (Variant 1)
  1481. #
  1482. # WLAN devices from Linux kernel
  1483.  
  1484. ;DefaultVendor=  0x0ace
  1485. ;DefaultProduct= 0x2011
  1486.  
  1487. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  1488.  
  1489.  
  1490. ########################################################
  1491. # Zydas ZD1211RW WLAN USB, Sphairon HomeLink 1202 (Variant 2)
  1492. #
  1493. # WLAN devices from Linux kernel
  1494.  
  1495. ;DefaultVendor=  0x0ace
  1496. ;DefaultProduct= 0x20ff
  1497.  
  1498. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  1499.  
  1500.  
  1501. ########################################################
  1502. # Vertex Wireless 100 Series
  1503. #
  1504. # Contributor: Reinis Danne
  1505.  
  1506. ;DefaultVendor=  0x05c6
  1507. ;DefaultProduct= 0x1000
  1508.  
  1509. ;TargetVendor=   0x1fe7
  1510. ;TargetProduct=  0x0100
  1511.  
  1512. # only for reference and 0.x versions
  1513. # MessageEndpoint=0x05
  1514.  
  1515. ;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
  1516.  
  1517.  
  1518. ########################################################
  1519. # AVM Fritz!Wlan USB Stick N
  1520. #
  1521.  
  1522. ;DefaultVendor=  0x057c
  1523. ;DefaultProduct= 0x84ff
  1524.  
  1525. ;TargetVendor=   0x057c
  1526. ;TargetProduct=  0x8401
  1527.  
  1528. ;MessageContent="5553424312345678000000000000061b000000ff0000000000000000000000"
RAW Paste Data
Top