<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/10844">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">owhw: set the right simtrace USB ID in usb2udp<br><br>Change-Id: I0b54c2eb98b3fad1e2afaf9b81fbe4518b01fbda<br>---<br>M host/usb2udp.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/host/usb2udp.c b/host/usb2udp.c</span><br><span>index c25920f..97ffad0 100644</span><br><span>--- a/host/usb2udp.c</span><br><span>+++ b/host/usb2udp.c</span><br><span>@@ -35,7 +35,7 @@</span><br><span> </span><br><span> #include <libusb.h></span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-#include "simtrace.h"</span><br><span style="color: hsl(120, 100%, 40%);">+#include "simtrace_usb.h"</span><br><span> #include "simtrace_prot.h"</span><br><span> #include "apdu_dispatch.h"</span><br><span> #include "simtrace2-discovery.h"</span><br><span>@@ -243,7 +243,7 @@</span><br><span> </span><br><span>    libusb_set_pollfd_notifiers(NULL, &libusb_fd_added_cb, &libusb_fd_removed_cb, NULL);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-        g_devh = libusb_open_device_with_vid_pid(NULL, SIMTRACE_USB_VENDOR, SIMTRACE_USB_PRODUCT);</span><br><span style="color: hsl(120, 100%, 40%);">+    g_devh = libusb_open_device_with_vid_pid(NULL, USB_VENDOR_OPENMOKO, USB_PRODUCT_OWHW_SAM3);</span><br><span>  if (!g_devh) {</span><br><span>               fprintf(stderr, "can't open USB device\n");</span><br><span>            goto close_exit;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10844">change 10844</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/10844"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: simtrace2 </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I0b54c2eb98b3fad1e2afaf9b81fbe4518b01fbda </div>
<div style="display:none"> Gerrit-Change-Number: 10844 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kévin Redon <kredon@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>