Linus Torvalds
6015d2c4ca
Link USB drivers later in the kernel
...
We want to link the "regular" SCSI drivers before the USB storage
driver, since historically we've always detected internal SCSI disks
before the external USB storage modules.
The link order matters for initcall ordering, and this got broken by
mistake by commit 7586269c0b which moved
the USB host controller PCI quirk handling around.
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-12-03 20:50:51 -08:00
..
2005-10-30 19:07:59 +00:00
2005-12-02 23:09:06 -08:00
2005-11-29 16:17:11 -08:00
2005-11-23 23:03:06 -08:00
2005-11-23 16:08:38 -08:00
2005-11-08 09:57:21 -08:00
2005-11-07 07:53:59 -08:00
2005-11-30 08:45:40 -08:00
2005-11-07 07:53:35 -08:00
2005-11-28 14:42:23 -08:00
2005-10-30 17:37:10 -08:00
2005-11-07 07:53:59 -08:00
2005-11-07 07:53:59 -08:00
2005-11-07 07:54:05 -08:00
2005-11-22 09:13:44 -08:00
2005-11-29 21:39:22 -08:00
2005-11-17 11:23:48 -08:00
2005-11-19 22:24:35 +01:00
2005-11-18 16:41:39 -05:00
2005-11-29 16:57:01 -08:00
2005-11-20 00:56:43 -05:00
2005-11-18 16:20:10 -05:00
2005-11-08 12:14:50 +11:00
2005-10-30 17:37:32 -08:00
2005-11-28 14:42:26 -08:00
2005-12-01 15:49:00 -08:00
2005-12-02 14:32:44 -08:00
2005-11-09 22:32:44 +00:00
2005-11-11 09:24:26 -08:00
2005-11-28 21:00:29 +00:00
2005-11-29 19:54:58 +01:00
2005-12-01 04:31:32 -05:00
2005-11-17 16:44:57 -05:00
2005-11-07 07:54:05 -08:00
2005-11-23 23:04:27 -08:00
2005-11-28 14:42:24 -08:00
2005-11-07 07:54:09 -08:00
2005-11-07 07:53:47 -08:00
2005-12-01 15:59:49 -06:00
2005-11-22 15:30:29 -08:00
2005-12-03 20:31:16 -05:00
2005-11-28 21:04:11 +00:00
2005-11-07 07:53:28 -08:00
2005-11-17 16:23:39 +00:00
2005-11-09 07:55:57 -08:00
2005-11-29 21:39:23 -08:00
2005-11-29 19:47:04 -08:00
2005-11-07 07:54:05 -08:00
2005-10-30 17:37:32 -08:00
2005-09-11 19:15:07 -07:00
2005-12-03 20:50:51 -08:00