Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45607
b: refs/heads/master
c: b1bf4f4
h: refs/heads/master
i:
  45605: 785ac2b
  45603: a05ec27
  45599: 1792737
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 22, 2007
1 parent 8614d5d commit 03d6855
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53e8f84dc68f29c724bbb7e0675040386f6143ae
refs/heads/master: b1bf4f412b4818869106ffcb5304d69551697b9c
16 changes: 0 additions & 16 deletions trunk/drivers/usb/core/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,6 @@ config USB_SUSPEND

If you are unsure about this, say N here.

config USB_MULTITHREAD_PROBE
bool "USB Multi-threaded probe (EXPERIMENTAL)"
depends on USB && EXPERIMENTAL
default n
help
Say Y here if you want the USB core to spawn a new thread for
every USB device that is probed. This can cause a small speedup
in boot times on systems with a lot of different USB devices.

This option should be safe to enable, but if any odd probing
problems are found, please disable it, or dynamically turn it
off in the /sys/module/usbcore/parameters/multithread_probe
file

When in doubt, say N.

config USB_OTG
bool
depends on USB && EXPERIMENTAL
Expand Down
9 changes: 1 addition & 8 deletions trunk/drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,7 @@ static DECLARE_WAIT_QUEUE_HEAD(khubd_wait);
static struct task_struct *khubd_task;

/* multithreaded probe logic */
static int multithread_probe =
#ifdef CONFIG_USB_MULTITHREAD_PROBE
1;
#else
0;
#endif
module_param(multithread_probe, bool, S_IRUGO);
MODULE_PARM_DESC(multithread_probe, "Run each USB device probe in a new thread");
static int multithread_probe = 0;

/* cycle leds on hubs that aren't blinking for attention */
static int blinkenlights = 0;
Expand Down

0 comments on commit 03d6855

Please sign in to comment.