~jocave/plainbox-provider-resource:serial-ports-static

Last commit made on 2018-04-30
Get this branch:
git clone -b serial-ports-static https://git.launchpad.net/~jocave/plainbox-provider-resource
Only Jonathan Cave can upload to this branch. If you are Jonathan Cave please log in for upload directions.

Branch merges

Branch information

Name:
serial-ports-static
Repository:
lp:~jocave/plainbox-provider-resource

Recent commits

9c386dc... by Jonathan Cave

Create serial_ports_static resource job

Convert a environment variable SERIAL_PORTS_STATIC in to
resource entries

4ba3c49... by PMR <pmr@pmr-lander>

Merge #342499 from plainbox-provider-resource:release

Release_2018_Week14

6fb93df... by Sylvain Pineau

increment version to v0.37.0.dev0

68f6f6d... by Sylvain Pineau

Bump to v0.36.0

af590fc... by PMR <pmr@pmr-lander>

Merge #342061 from ~sylvain-pineau/plainbox-provider-resource:remove_n_wireless_sta_resource

a8c8fe4... by Sylvain Pineau

wireless_sta_protocol: Only create resource object for 802.11ac

802.11n cannot be detected by grepping iwconfig after 16.04.
See https://patchwork.kernel.org/patch/8935491/

ad5eec6... by PMR <pmr@pmr-lander>

Merge #341811 from ~sylvain-pineau/plainbox-provider-resource:fix-1757359

f7c68e6... by Sylvain Pineau

display_resource: Assume HDMI is present if DP ports are reported by xrandr

Fixes lp:1757359

3656735... by PMR <pmr@pmr-lander>

Merge #341752 from ~bladernr/plainbox-provider-resource:1757143-module_resource_change

9b79e22... by Jeff Lane 

module_resource script needs to be run as root. In the past, this was not an issue, but 4.15 now returns null references for non-root users when accessing /proc/modules, which causes the script to crash. LP:1757143