summary refs log tree commit diff
path: root/pkgs/os-specific/linux/evdi
Commit message (Collapse)AuthorAge
* linuxPackages.evdi: fix build for Linux 4.19Anthony Roussel2023-11-08
| | | | | | | | | | | | | | | | The build fails with: ```console module/evdi_fb.c: In function 'evdifb_create': module/evdi_fb.c:427:21: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers] 427 | info->fbops = efbdev->fb_ops; | ^ ```` A resolution is to treat discard-qualifiers warnings as non-error. See https://hydra.nixos.org/build/239848621
* linuxPackages.evdi: mark broken on linux 6.6Anthony Roussel2023-11-08
| | | | | Fixes #265868 `evdi` kernel module is incompatible with Linux 6.6, so mark it as broken.
* displaylink: Add aarch64 supportRowan Goemans2023-10-25
|
* linuxPackages.evdi: 1.13.1 -> 1.14.1Anthony Roussel2023-09-21
| | | | https://github.com/DisplayLink/evdi/compare/v1.13.1...v1.14.1
* evdi: removed eyJhb as maintainereyJhb2023-06-28
|
* evdi: unstable-20221013 -> 1.13.1 (#239883)Jens Binkert2023-06-27
|
* treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2023-02-22
| | | | | | | | with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
* linuxPackages.evdi: 1.12.0 -> 2022-10-13 (#196198)tobim2023-02-02
| | | | | | | * linuxPackages.evdi: 1.12.0 -> 2022-10-13 --------- Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
* evdi: 1.11.0 -> 1.12.0Sebastian Sellmeier2022-08-14
|
* linuxPackages.evdi: enable parallel buildingAlyssa Ross2022-06-28
| | | | Tested at -j48.
* linuxPackages.evdi: 1.10.1 -> 1.11.0Alyssa Ross2022-06-28
| | | | Fixes build with Linux 5.18.
* Merge pull request #163801 from r-ryantm/auto-update/evdiRick van Schijndel2022-05-03
|\ | | | | linuxKernel.packages.linux_5_16.evdi: 1.10.0 -> 1.10.1
| * linuxKernel.packages.linux_5_16.evdi: 1.10.0 -> 1.10.1R. Ryantm2022-03-12
| |
* | evdi: prepend kernel.makeFlags to makeFlagsNick Cao2022-03-07
|/
* displaylink: 5.4.1-55.174 -> 5.5.0-beta-59.118, evdi: unstable-2021-07-07 -> ↵Sebastian Sellmeier2022-01-12
| | | | v1.10.0 (including build-flag-patch - credits see PR)
* linuxPackages.evdi: mark broken on Linux 5.15Alyssa Ross2021-11-06
|
* linuxPackages.evdi: unstable-2021-06-11 -> unstable-2021-07-7Artturin2021-08-04
|
* linuxPackages.evdi: 2021-04-01 -> 2021-06-11, fix 5.13 buildfortuneteller2k2021-07-06
|
* evdi: v1.7.2 -> unstable-20210401eyjhb2021-04-19
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* evdi: unstable-20200416 -> v1.7.2eyjhb2020-12-15
|
* evdi: added maintainer eyjhbeyjhb2020-07-16
|
* evdi: 2020-02-22 -> 2020-04-16eyjhb2020-07-11
|
* evdi: 2019-01-16 -> 2019-02-25sjau2020-03-03
|
* evdi: 1.6.4 -> git-2020-01-16sjau2020-01-24
|
* linuxPackages.evdi: 1.6.3 -> 1.6.4R. RyanTM2020-01-15
|
* linuxPackages.evdi: 1.6.2 -> 1.6.3Peter Hoeg2019-11-01
| | | | This works with kernel 5.3.x
* evdi: Unbreak on Linux 5.2 and lowerJanne Heß2019-08-22
| | | | | The changelog mentions 5.2 support: https://github.com/DisplayLink/evdi/releases/tag/v1.6.2
* evdi: 1.6.1 -> 1.6.2Will Dietz2019-07-09
| | | | | | | | | | | https://github.com/DisplayLink/evdi/releases/tag/v1.6.2 Since it's short: support for 5.2 kernel Intel-IOMMU workaround workaround for problem with FourCC when switching Xorg <-> Wayland fix issues found with Coverity
* linuxPackages.evdi: 1.6.0 -> 1.6.1R. RyanTM2019-07-03
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/evdi/versions
* linuxPackages.evdi: 1.5.1 -> 1.6.0 (#56636)R. RyanTM2019-03-15
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/evdi/versions
* linuxPackages.evdi: 1.5.0.2 -> 1.5.1R. RyanTM2018-11-21
| | | | | | | | | | | | | | | * linuxPackages.evdi: 1.5.0.2 -> 1.5.1 (#50754) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/evdi/versions * evdi: refresh meta Licenses : lib is LGPL-2.1-only while module is GPL-2.0-only Supported kernel versions: builds with 4.15 / 4.16 / 4.17 since commit 90c26648acbe9a2f7ce4e0331e39045819323bf2
* linuxPackages.evdi: mark broken on aarch64Uli Baum2018-10-12
| | | | never built in available Hydra history
* linuxPackages.evdi: 1.5.0 -> 1.5.0.2R. RyanTM2018-09-06
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/evdi/versions
* linuxPackages.evdi: mark as broken on Linux 4.15Nikolay Amiantov2018-02-27
|
* linuxPackages.evdi: disable fortify hardeningNikolay Amiantov2018-02-27
| | | | Also fix version (this revision is actually tagged).
* evdi: 1.4.1+git2017-06-12 -> unstable-2018-01-12 (#33907)schuppentier2018-01-16
|
* linuxPackages.evdi: Mark broken on >= 4.13Tuomas Tynkkynen2017-09-14
|
* evdi: 1.4.1 -> 1.4.1+git2017-06-12Tim Steinbach2017-08-29
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* linuxPackages.evdi: specify minimum kernel version, per upstreamJoachim Fasting2017-06-09
| | | | | Upstream says 3.16 is the oldest supported kernel. No versions prior to 3.18 build on Hydra. See e.g., https://hydra.nixos.org/build/53599831.
* linuxPackages.evdi: init at 1.4.1Nikolay Amiantov2017-05-19