- 23 May, 2003 5 commits
-
-
Alan Stern authored
This is the addition needed to make my previous patch for the UHCI controller work properly with PM suspend/resume.
-
Alan Stern authored
Paul: Okay, I think this patch ought to do the trick. I modified the PM suspend/resume code so that on buggy motherboards like yours the suspend routine really does a reset, while on normal motherboards the resume routine really does a resume. I haven't tried that part out because, truth to tell, I'm a little scared of doing an APM/ACPI suspend. Not long ago I walked away from my computer for about a half-hour, leaving 2.5.69 running. When I got back the screen was blank and the machine was totally non-responsive. I changed the delays in reset_hc() to use schedule_timeout() rather than wait_ms(), which should make it more friendly. Finally, I put the USBCMD_FGR back into wakeup_hc(). The reason for it is now evident: a wakeup might be the result of a system-initiated event as opposed to something requested by a device.
-
Duncan Sands authored
I think I'd better work on my plausible deniability...
-
David Brownell authored
This resolves some problems in the endpoint disable patch I sent recently: - wasn't un-halting some endpoints - was clobbering ep0 setup in some cases.
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
- 22 May, 2003 16 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
David S. Miller authored
-
Hideaki Yoshifuji authored
-
Herbert Xu authored
-
Hideaki Yoshifuji authored
-
David S. Miller authored
-
David S. Miller authored
-
bk://kernel.bkbits.net/gregkh/linux/pci-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/agpgart
-
Andrew Morton authored
The calling task must have a valid reclaim_state when running page reclaim. But I had forgotten about shrink_all_memory().
-
Greg Kroah-Hartman authored
-
http://mdomsch.bkbits.net/linux-2.5-dynidsGreg Kroah-Hartman authored
into kroah.com:/home/linux/linux/BK/pci-2.5
-
Greg Kroah-Hartman authored
Move the PCI core to start using these, enabling proper reference counting on struct pci_dev.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
- 21 May, 2003 19 commits
-
-
Dave Jones authored
From Jeff Wiedemeier and Richard Henderson
-
Hideaki Yoshifuji authored
-
Christoph Hellwig authored
-
bk://kernel.bkbits.net/acme/net-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Hideaki Yoshifuji authored
-
Christoph Hellwig authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Dave Jones authored
-
Arnaldo Carvalho de Melo authored
-
Dave Jones authored
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/agpgart
-
Rusty Russell authored
Adjusts the IPTables targets to handle non-linear packets. ipt_ULOG untested.
-
Rusty Russell authored
Adjusts the IPTables matches to handle non-linear packets. Untested: ipt_ah and ipt_esp.
-
Rusty Russell authored
Adjusts the IPTables core to handle non-linear packets. Extensions done separately in next patch. Also, comments about when to set "me" field in struct ipt_match, ipt_table and ipt_target are corrected.
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Dave Jones authored
-