mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	spa: v4l2: remove ignored flag
				
					
				
			Nothing sets it.
(cherry picked from commit 66c7966b75)
			
			
This commit is contained in:
		
							parent
							
								
									5b6fae48d3
								
							
						
					
					
						commit
						2a02ef384d
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -37,7 +37,6 @@ struct device {
 | 
			
		|||
	struct udev_device *dev;
 | 
			
		||||
	int inotify_wd;
 | 
			
		||||
	unsigned int accessible:1;
 | 
			
		||||
	unsigned int ignored:1;
 | 
			
		||||
	unsigned int emitted:1;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -368,8 +367,6 @@ static void process_device(struct impl *this, uint32_t action, struct udev_devic
 | 
			
		|||
		return;
 | 
			
		||||
 | 
			
		||||
	device = find_device(this, id);
 | 
			
		||||
	if (device && device->ignored)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	switch (action) {
 | 
			
		||||
	case ACTION_ADD:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue