Skip to content

Commit

Permalink
Fix the camera pass through to the business-vm
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGillion <[email protected]>
  • Loading branch information
brianmcgillion committed Nov 5, 2024
1 parent fbda0e2 commit 2dc450e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/hardware/common/usb/vhotplug.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,25 @@ let
ignore = [
{
# Ignore Lenovo X1 camera since it is attached to the business-vm
# Finland SKU
vendorId = "04f2";
productId = "b751";
description = "Lenovo X1 Integrated Camera";
}
{
# Ignore Lenovo X1 camera since it is attached to the business-vm
# Uae 1st SKU
vendorId = "5986";
productId = "2145";
description = "Lenovo X1 Integrated Camera";
}
{
# Ignore Lenovo X1 camera since it is attached to the business-vm
# UAE #2 SKU
vendorId = "30c9";
productId = "0052";
description = "Lenovo X1 Integrated Camera";
}
];
}
];
Expand Down

0 comments on commit 2dc450e

Please sign in to comment.