Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. into device name_hid PNP0000 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
  2. into device name_hid PNP0100 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
  3. into device name_hid PNP0B00 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
  4. into device name_hid PNP0103 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} removeall_matched;
  5. into device name_hid PNP0103 code_regex Name\s\(([^,]+),\sResourceTemplate\s\(\)\n\s+\{((?:.|\n)*)\}\) replace_matched
  6. begin
  7. Name (%1, ResourceTemplate ()\n
  8. {\n
  9. IRQNoFlags ()\n
  10. {0}\n
  11. IRQNoFlags ()\n
  12. {8}\n
  13. IRQNoFlags ()\n
  14. {x}\n
  15. IRQNoFlags ()\n
  16. {y}\n
  17. %2
  18. })
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement