diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 0072fabb1dd1..532eacbbed62 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -91,6 +91,7 @@ parameter is applicable: | |||
91 | SUSPEND System suspend states are enabled. | 91 | SUSPEND System suspend states are enabled. |
92 | FTRACE Function tracing enabled. | 92 | FTRACE Function tracing enabled. |
93 | TS Appropriate touchscreen support is enabled. | 93 | TS Appropriate touchscreen support is enabled. |
94 | UMS USB Mass Storage support is enabled. | ||
94 | USB USB support is enabled. | 95 | USB USB support is enabled. |
95 | USBHID USB Human Interface Device support is enabled. | 96 | USBHID USB Human Interface Device support is enabled. |
96 | V4L Video For Linux support is enabled. | 97 | V4L Video For Linux support is enabled. |
@@ -2387,6 +2388,41 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2387 | usbhid.mousepoll= | 2388 | usbhid.mousepoll= |
2388 | [USBHID] The interval which mice are to be polled at. | 2389 | [USBHID] The interval which mice are to be polled at. |
2389 | 2390 | ||
2391 | usb-storage.delay_use= | ||
2392 | [UMS] The delay in seconds before a new device is | ||
2393 | scanned for Logical Units (default 5). | ||
2394 | |||
2395 | usb-storage.quirks= | ||
2396 | [UMS] A list of quirks entries to supplement or | ||
2397 | override the built-in unusual_devs list. List | ||
2398 | entries are separated by commas. Each entry has | ||
2399 | the form VID:PID:Flags where VID and PID are Vendor | ||
2400 | and Product ID values (4-digit hex numbers) and | ||
2401 | Flags is a set of characters, each corresponding | ||
2402 | to a common usb-storage quirk flag as follows: | ||
2403 | a = SANE_SENSE (collect more than 18 bytes | ||
2404 | of sense data); | ||
2405 | c = FIX_CAPACITY (decrease the reported | ||
2406 | device capacity by one sector); | ||
2407 | h = CAPACITY_HEURISTICS (decrease the | ||
2408 | reported device capacity by one | ||
2409 | sector if the number is odd); | ||
2410 | i = IGNORE_DEVICE (don't bind to this | ||
2411 | device); | ||
2412 | l = NOT_LOCKABLE (don't try to lock and | ||
2413 | unlock ejectable media); | ||
2414 | m = MAX_SECTORS_64 (don't transfer more | ||
2415 | than 64 sectors = 32 KB at a time); | ||
2416 | o = CAPACITY_OK (accept the capacity | ||
2417 | reported by the device); | ||
2418 | r = IGNORE_RESIDUE (the device reports | ||
2419 | bogus residue values); | ||
2420 | s = SINGLE_LUN (the device has only one | ||
2421 | Logical Unit); | ||
2422 | w = NO_WP_DETECT (don't test whether the | ||
2423 | medium is write-protected). | ||
2424 | Example: quirks=0419:aaf5:rl,0421:0433:rc | ||
2425 | |||
2390 | add_efi_memmap [EFI; x86-32,X86-64] Include EFI memory map in | 2426 | add_efi_memmap [EFI; x86-32,X86-64] Include EFI memory map in |
2391 | kernel's map of available physical RAM. | 2427 | kernel's map of available physical RAM. |
2392 | 2428 | ||