mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:33:24 +00:00
Correct the ftdi pid for Cressi devices
Way back in time there was a copy paste error in the Cressi pid. This corrects it. Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
79ce3c02cb
commit
cd759a3b1e
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
<!-- Suunto Custom PID -->
|
||||
<usb-device vendor-id="1027" product-id="63104"/>
|
||||
<!-- Cressi (Leonardo) Custom PID -->
|
||||
<usb-device vendor-id="1027" product-id="63104"/>
|
||||
<usb-device vendor-id="1027" product-id="34768"/>
|
||||
<!-- EON Steel -->
|
||||
<usb-device vendor-id="5267" product-id="48"/>
|
||||
<!-- EON Steel core -->
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<!-- Suunto Custom PID -->
|
||||
<usb-device vendor-id="1027" product-id="63104"/>
|
||||
<!-- Cressi (Leonardo) Custom PID -->
|
||||
<usb-device vendor-id="1027" product-id="63104"/>
|
||||
<usb-device vendor-id="1027" product-id="34768"/>
|
||||
<!-- EON Steel -->
|
||||
<usb-device vendor-id="5267" product-id="48"/>
|
||||
<!-- EON Steel core -->
|
||||
|
|
Loading…
Add table
Reference in a new issue