<table><tr><td style="">broulik created this revision.<br />broulik added reviewers: Frameworks, davidedmundson, bruns.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />broulik requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D21425">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This avoids us creating wrapper objects for UDev devices we end up not being interested in.</p>

<p>According to <tt style="background: #ebebeb; font-size: 13px;">match_property</tt> [1] which filters the properties added by <tt style="background: #ebebeb; font-size: 13px;">sd_device_enumerator_add_match_property</tt> which <tt style="background: #ebebeb; font-size: 13px;">udev_enumerate_add_match_property</tt> ends up calling, a <tt style="background: #ebebeb; font-size: 13px;">value</tt> of <tt style="background: #ebebeb; font-size: 13px;">NULL</tt> can be used to check for mere existance of a property.</p>

<p>[1] <a href="https://github.com/systemd/systemd/blob/master/src/libsystemd/sd-device/device-enumerator.c#L400" class="remarkup-link" target="_blank" rel="noreferrer">https://github.com/systemd/systemd/blob/master/src/libsystemd/sd-device/device-enumerator.c#L400</a></p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Depends on <a href="https://phabricator.kde.org/D21379" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D21379</a></p>

<p>I recall having done a patch like this before and ran into trouble but my phone shows up just fine both on startup and when plugging it in later. I think the check for <tt style="background: #ebebeb; font-size: 13px;">1</tt> vs <tt style="background: #ebebeb; font-size: 13px;">"1"</tt> being the culprit here, so just check for property existance which filters out most of the useless devices already.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R245 Solid</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D21425">https://phabricator.kde.org/D21425</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/solid/devices/backends/udev/udevmanager.cpp</div></div></div><br /><div><strong>To: </strong>broulik, Frameworks, davidedmundson, bruns<br /><strong>Cc: </strong>kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>