- 01 Jul, 2003 6 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Alan Stern authored
This patch for 2.5 copies into unusual_devs.h an entry that is present in 2.4 but missing here. It also adds back the IGNORE_SER flag with a dummy value, just for backward compatibility.
-
Kay Sievers authored
dev->udev was set to NULL to indicate a device disconnect but we need this value for usb_buffer_free() when device is still opened and cleanup is delayed until skel_release(). I've added a dev->present for preventing device read, write and ioctl. Also URB_NO_DMA_MAP is changed to URB_NO_TRANSFER_DMA_MAP and a unused var is removed.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
This creates sys/class/usb_host/ which lists all usb hosts in the system.
-
- 30 Jun, 2003 32 commits
-
-
Linus Torvalds authored
modes. It used to think that IDE controllers that weren't marked as "IDE storage" PCI class (eg CMD IDE RAID controllers mark themselves as "RAID storage") were always using legacy mode interrupt routing, which is bogus. In fact, the whole native vs legacy thing only makes sense for the IDE storage class, so fix the test to match.
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Anton Blanchard authored
At the moment no one uses is_aligned_hugepage_range or is_hugepage_only_range, but it is reasonable to assume they return true or false. On error we want to return -EINVAL back to userspace.
-
Greg Ungerer authored
Allow selection of boot arguments at configure time for the Motorola ColdFire 5307 targets.
-
Greg Ungerer authored
Include interrupt.h in the Motorola ColdFire PIT timer code. Cleans up compiler warning.
-
Greg Ungerer authored
Make the ROMfs copy in the startup code for Motorola M5282EVB board conditional on actually using a ROMfs setup.
-
Simon Evans authored
Resync with CVS. Minor update including better handling of device removal.
-
James Bottomley authored
When show_stack() was changed to take two arguments, the use in the voyager code was not converted. This patch makes the correct conversion.
-
James Bottomley authored
These macros belong in asm-i386/scatterlist.h instead. As the headers are disentangled this has shown up as a problem with my MCA SCSI drivers since they no-longer include asm/pci.h in any form but need to traverse the scatterlist.
-
bk://linux-scsi.bkbits.net/scsi-for-linus-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
Since the cs.c pcmcia core has a per-socket thread, we don't need each socket driver having a work queue and associated complexity. Therefore, remove this complexity and allow the socket drivers to call pcmcia_parse_events directly from their interrupt or timer handlers.
-
Russell King authored
Remove register_callback methods. Instead, allow socket drivers pass their events directly into cs.c via pcmcia_parse_events().
-
Russell King authored
Add work-around for i82365-based socket drivers to the core PCMCIA code. Since insert processing is not a time critical event, we can afford to delay (by sleeping) these for everyone.
-
Russell King authored
-
Russell King authored
Get/Put module when we insert and remove a card. This avoids a potential deadlock when socket drivers are unloaded, and we have a cardbus card known to the system.
-
Russell King authored
Move ->owner field from socket operations to pcmcia_socket. (This change is mainly for the SA11xx drivers, which use a core driver for the chip, and a separate module for all the machine specific bits.)
-
Greg Kroah-Hartman authored
-
-
-
Richard Henderson authored
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Mickaël Grigouze authored
This is a patch for usbnet for working with Zaurus SL-C700. The productid is different from other Zaurus, so i add an entry for it :)
-
Matthew Dharm authored
This patch cleans up the logic involved in setting URB flags a bit so it's more evident that some flags are always set and other flags are only set under certain conditons.
-
Matthew Dharm authored
This patch makes our private I/O buffer allocated such that it's pre-mapped for DMA. We then add some logic to make sure that we don't try to re-map it. We also make the size of the buffer large enough for other sub-drivers, which will be converted shortly.
-
Matthew Dharm authored
This is some cosmetic cleanups. Things like changing dr to cr (they used to stand for usb_devrequest, which is now usb_ctrlrequest), using strlcpy instead of strncpy, and modifying some comments.
-
Matthew Dharm authored
This patch creates a private I/O buffer for the 'core' subdrivers. This allows us to fix all cases of DMAing to/from the stacks, statics, or other bad places.
-
Matthew Dharm authored
This patch avoids sending URBs which are part of the reset system when the device is being disconnected. It also makes the control thread avoid starting anything for a device in that state.
-
Matthew Dharm authored
This patch creates an associate_dev(), which is the mirror to disassociate_dev(). It also adds some more printout when identifiying devices that qualify for US_*_DEVICE codes so we need less interaction with the reporting user.
-
Matthew Dharm authored
This patch re-sorts unusual_devs.h and removes some duplicate entries.
-
Ivan Kokshaysky authored
From Jay Estabrook: > Here's a real short one that fixes a GENERIC build problem introduced > in pre2, and finalizes the SABLE/LYNX support setting of HAE-4, making > X servers finally work on those platforms.
-
- 29 Jun, 2003 2 commits
-
-
James Bottomley authored
into jet.(none):/home1/jejb/BK/scsi-for-linus-2.5
-
Kai Mäkisara authored
The SCSI_IOCTL_SEND_COMMAND ioctl does not work in 2.5.73-bk7. The following patch (possibly mangled by my mail client) does fix the problem (introduced in 2.5.73):
-