lp:~pieq/plainbox-provider-resource

Owned by Pierre Equoy
Get this repository:
git clone https://git.launchpad.net/~pieq/plainbox-provider-resource
Only Pierre Equoy can upload to this repository. If you are Pierre Equoy please log in for upload directions.

Branches

Name Last Modified Last Commit
1649464-sorting-bus-hex-id 2017-01-20 06:57:21 UTC
Fix graphics card bus ordering when bus ID contains hexadecimal values

Author: Pierre Equoy
Author Date: 2017-01-20 06:57:21 UTC

Fix graphics card bus ordering when bus ID contains hexadecimal values

The PCI bus ID that we use in the graphics card resource job in order to sort
the available graphics cards can contain hexadecimal values (e.g. 'b3') and not
only decimal values.

We now make sure these values are converted into decimal before comparing them.

LP: #1649464

fix-resource-param-misnaming-for-1636060 2016-12-07 08:05:25 UTC
Fix typo in new graphics card resource parameter

Author: Pierre Equoy
Author Date: 2016-12-07 08:05:25 UTC

Fix typo in new graphics card resource parameter

LP: #1636060

fix-1636060 2016-11-14 09:16:25 UTC
Provide new key in graphics card resource job

Author: Pierre Equoy
Author Date: 2016-11-14 08:43:52 UTC

Provide new key in graphics card resource job

LP:1636060

fix-amdgpu-pro-check 2016-11-09 08:13:22 UTC
Change method to check presence of amdgpu-pro stack

Author: Pierre Equoy
Author Date: 2016-11-09 08:13:22 UTC

Change method to check presence of amdgpu-pro stack

The Vulkan drivers are only included in amdgpu-pro stacks.
We check if the related package is installed to detect what stack is present.

fix_1581474 2016-10-19 09:54:52 UTC
Fix 80211 resource job on Xenial

Author: Pierre Equoy
Author Date: 2016-10-19 09:54:52 UTC

Fix 80211 resource job on Xenial

In recent nl80211.h headers used in Xenial (in package libnl-3-dev),
we have this:

enum nl80211_iftype {
 NL80211_IFTYPE_UNSPECIFIED,
 NL80211_IFTYPE_ADHOC,
 NL80211_IFTYPE_STATION,
 NL80211_IFTYPE_AP,
 NL80211_IFTYPE_AP_VLAN,
 NL80211_IFTYPE_WDS,
 NL80211_IFTYPE_MONITOR,
 NL80211_IFTYPE_MESH_POINT,
 NL80211_IFTYPE_P2P_CLIENT,
 NL80211_IFTYPE_P2P_GO,
 NL80211_IFTYPE_P2P_DEVICE,
 NL80211_IFTYPE_OCB,

 /* keep last */
 NUM_NL80211_IFTYPES,
 NL80211_IFTYPE_MAX = NUM_NL80211_IFTYPES - 1
};

NL80211_IFTYPE_OCB is new and means "Outside Context of a BSS".
On some devices, our program tries to access ifmodes[NL80211_IFTYPE_OCB],
which doesn't exist...

LP: #1581474

15 of 5 results
This repository contains Public information 
Everyone can see this information.

Subscribers