mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	USB: document the 'u' flag for usb-storage quirks parameter
Commit d24d481b7d (usb-storage: Modify and export adjust_quirks so
that it can be used by uas) added the 'u' flag to the quirks module
parameter for usb-storage, but neglected to update the
documentation.  This patch adds the documentation.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: stable <stable@vger.kernel.org>  # 3.15+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
			
			
This commit is contained in:
		
							parent
							
								
									96908589a8
								
							
						
					
					
						commit
						b6089f19fe
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -3541,6 +3541,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
 | 
				
			||||||
					bogus residue values);
 | 
										bogus residue values);
 | 
				
			||||||
				s = SINGLE_LUN (the device has only one
 | 
									s = SINGLE_LUN (the device has only one
 | 
				
			||||||
					Logical Unit);
 | 
										Logical Unit);
 | 
				
			||||||
 | 
									u = IGNORE_UAS (don't bind to the uas driver);
 | 
				
			||||||
				w = NO_WP_DETECT (don't test whether the
 | 
									w = NO_WP_DETECT (don't test whether the
 | 
				
			||||||
					medium is write-protected).
 | 
										medium is write-protected).
 | 
				
			||||||
			Example: quirks=0419:aaf5:rl,0421:0433:rc
 | 
								Example: quirks=0419:aaf5:rl,0421:0433:rc
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue