mirror of
				https://git.proxmox.com/git/fwupd
				synced 2025-10-31 07:42:14 +00:00 
			
		
		
		
	 ec44dd3353
			
		
	
	
		ec44dd3353
		
	
	
	
	
		
			
			Remove it's references to it's own GUdevclient and instead use
FuUdevDevice.
Some intentional casualties of the move:
* Plugin metadata around native and safe mode dropped.
  - These haven't been useful in debugging anything and aren't relevant
    on new hardware
* Extra GUID for 2 host controllers in same system dropped
  - Although this was normally static information BIOS operations like
    turning off PCI-E SD card reader or LAN controller changed things.
* The NVM version is parsed directly instead of through gudev to prevent
  cached data breaking change events.
Remaining TODO:
* Force power w/ thunderbolt-power doesn't work
		
	
			
		
			
				
	
	
		
			4 lines
		
	
	
		
			97 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			97 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # match all devices with this udev subsystem
 | |
| [DeviceInstanceId=THUNDERBOLT]
 | |
| Plugin = thunderbolt
 |