Barnabás Pőcze

Results 63 comments of Barnabás Pőcze

It's an [Intel LAPQC71X](https://www.intel.com/content/dam/support/us/en/documents/laptops/whitebook/QC71_PROD_SPEC.pdf) based laptop. This design is sold under different names: XMG Fusion 15, Eluktronics MAG 15, Aftershock Vapor 15 - the ones I know of. It's probably...

`/sys/devices/virtual/dmi/id/board_name` provides - as far as I see - a reliable way to identify the board.

The battery charge threshold controlling parts are and have been done for some time as you can see [in the repository](https://github.com/pobrn/qc71_laptop). However, there are some things which need to be...

The driver is not yet in the kernel, there are some problematic points which need to be reworked, but I don't know when I'll have time to do that. As...

I am not sure if this is what you have in mind, but I simplified the cleanup of `props`.

Ahh right, that is unfortunate... as far as I can see `module-role-cork` is still likely in the default configuration on most distributions.

> I think the initial mute/lowered volume was not the problem, just that it would still go that way in case of things switching... I am afraid that is still...

The only slightly problematic part is ```c pa_proplist_sets(props, PA_PROP_MEDIA_ROLE, ao->init_flags & AO_INIT_MEDIA_ROLE_MUSIC ? "music" : "video"); ``` in the diff. Unfortunately that is what would "fix" the issue reported on...

> Do we maybe want to merge this without PA_PROP_MEDIA_ROLE, if there are problems? Just app names. That does not address the reason I propose this change, which is the...

I think #291 might help.