Bug 100156 - Support device-specific udev properties in both physical device and port devices
Summary: Support device-specific udev properties in both physical device and port devices
Status: RESOLVED FIXED
Alias: None
Product: ModemManager
Classification: Unclassified
Component: general (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: ModemManager bug user
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-11 09:54 UTC by Aleksander Morgado
Modified: 2017-03-22 08:42 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Aleksander Morgado 2017-03-11 09:54:22 UTC
There are 2 main types of udev properties: device-specific and port-specific. 

The port-specific properties are set independently per port (e.g. port type hints set per interface number for a given vid:pid).

The device-specific properties apply to all ports in the device. Some of these properties are currently expected in the physical device (e.g. ID_MM_PLATFORM_DRIVER_PROBE) while some others are expected in each port (e.g. the plugin udev tag filters).

For the device-specific properties, we should simplify the logic and just assume that they may be given in either the device or the port.
Comment 2 Aleksander Morgado 2017-03-22 08:42:37 UTC
Pushed as 00fb9e98f6003f6b167f7d12a895ec3d1402b027 to git master


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.