Skip to content

Commit

Permalink
Merge pull request AshleyYakeley#42 from DrymarchonShaun/master
Browse files Browse the repository at this point in the history
Update input to support evdev
  • Loading branch information
AshleyYakeley authored Jun 7, 2024
2 parents ab66b7a + e33e0da commit b14758e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion generate-xml/domain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,21 @@ let
targetelem
addresselem
])
(subelem "input" [ (subattr "type" typeString) (subattr "bus" typeString) ] [ addresselem ])
(subelem "input"
[
(subattr "type" typeString)
(subattr "bus" typeString)
]
[
(subelem "source"
[
(subattr "dev" typeString)
(subattr "grab" typeString)
(subattr "grabToggle" typeString)
(subattr "repeat" typeBoolOnOff)
] [ ])
addresselem
])
(subelem "tpm" [ (subattr "model" typeString) ]
[
(subelem "backend" [ (subattr "type" typeString) (subattr "version" typeString) ] [ ])
Expand Down

0 comments on commit b14758e

Please sign in to comment.