Bumblebee-Project / bbswitch

Disable discrete graphics (currently nvidia only)
GNU General Public License v2.0
491 stars 78 forks source link

struct dev_archdata’ has no member named ‘acpi_handle’ pdev->dev.archdata.acpi_handle = handle; #189

Open appleyuchi opened 4 years ago

appleyuchi commented 4 years ago

Ubuntu18.10

when I run the following command: dkms install -m acpi-handle-hack -v 0.0.2 /var/lib/dkms/acpi-handle-hack/0.0.2/build/acpi-handle-hack.c:68:20: error: ‘struct dev_archdata’ has no member named ‘acpi_handle’ pdev->dev.archdata.acpi_handle = handle;

could you help me? Thanks~!