forked from mirrors/linux
		
	ACPI: EC: lower interrupt storm treshold
http://bugzilla.kernel.org/show_bug.cgi?id=11892 Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
		
							parent
							
								
									0b7084ac67
								
							
						
					
					
						commit
						06cf7d3c7a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -70,7 +70,7 @@ enum ec_command { | ||||||
| #define ACPI_EC_UDELAY_GLK	1000	/* Wait 1ms max. to get global lock */ | #define ACPI_EC_UDELAY_GLK	1000	/* Wait 1ms max. to get global lock */ | ||||||
| #define ACPI_EC_UDELAY		100	/* Wait 100us before polling EC again */ | #define ACPI_EC_UDELAY		100	/* Wait 100us before polling EC again */ | ||||||
| 
 | 
 | ||||||
| #define ACPI_EC_STORM_THRESHOLD 20	/* number of false interrupts | #define ACPI_EC_STORM_THRESHOLD 8	/* number of false interrupts | ||||||
| 					   per one transaction */ | 					   per one transaction */ | ||||||
| 
 | 
 | ||||||
| enum { | enum { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Alexey Starikovskiy
						Alexey Starikovskiy