- 26 Apr, 2002 6 commits
-
-
Greg Kroah-Hartman authored
document the return value of usb_register_dev() better.
-
Vojtech Pavlik authored
USB hid driver This adds a blacklist entry for another KVM switch which chokes on get_request().
-
http://linux-isdn.bkbits.net/linux-2.5.export-usbGreg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/work-2.5
-
Kai Germaschewski authored
Mark the API functions accessed by other drivers with EXPORT_SYMBOL() and make the remaining functions static.
-
David Brownell authored
USB ehci documentation update It mostly updates the description of the EHCI driver to point out that several non-NEC implementations are now expected to work, and that (high speed) ISO is supported.
-
David Brownell authored
USB usbnet driver update The patch cleans up the handling of connection checking to match the truth that it's effectively tristate (connected, not, and can't know) vs binary ("connected" and "can't know" as the same value, since it was OK to ifup). Since ethtool supports the tristate semantics, it matters now.
-
- 25 Apr, 2002 9 commits
-
-
Greg Kroah-Hartman authored
- Modified port open, port close, and send setup() logic to fix various data and endpoint synchronization bugs and device LED status bugs. - Changed keyspan_write_room() to accurately return transmit buffer availability. - Changed forwardingLength from 1 to 16 for all adapters.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
Here's a patch that finishes off my previous patch that enabled us to use less than 16 minor numbers per USB device that uses the USB major number. This patch allows all such devices to share all 256 minor numbers at once, much like the usbserial core shares the USB serial major with all usb-serial drivers. This also solves Oliver's problem of having 30 printers :)
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/work-2.5
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
David Brownell authored
This patch is the result of that discussion a short while back to fix the "hub driver polls too quickly at high speed" bug. - redefines "interval" of usb_fill_int_urb() to be what the endpoint descriptor returns, and transparently does the log-to-linear conversion if it's high speed - (most of the patch by volume!!) moves declarations forward so testing dev->speed there will compile. No driver changes were needed -- most drivers pass the endpoint bInterval value already, and those that don't are not dealing with high speed device quirks. p.s. Includes an unrelated one-liner: deletes export of usb_inc_dev_use() so it now shows up in kernel doc. Minor oversight in an earlier patch.
-
David Brownell authored
USB set_bit() and friends now need a long paramater Fixes the set_bit() warnings in the ehci and ohci driver
-
- 23 Apr, 2002 14 commits
-
-
Linus Torvalds authored
-
Andi Kleen authored
This patch fixes up some lose ends left over from the last x86-64 jumbo merge. - make it compile again. ia32_ioctl was referencing IDE ioctls that got remove in a merge race - Use the memset/FXRSTOR way to initialize the FPU, as discussed. - Fix semctl/shmctl ABI (thanks to Andreas Schwab) - Other minor fixes.
-
Nathan Dabney authored
This fixes compile errors. It has been tested with a weekend of Bonnie++ 8GB runs on a RAID0 setup at the OSDL. This was built against and tested on 2.5.8 and applies cleanly to 2.5.9. LSI told me they have a version 2.0 of the driver in development but it would be really nice to have the dang thing working now ;-)
-
Robert Kuebel authored
Fix a few spelling mistakes in documentation (arch/i386/boot/setup.S, Documentation/sysrq.txt).
-
Dave Hansen authored
Move BKL into the fs-specific write_super()'s.
-
Dave Olien authored
As we discussed some time ago, here is a patch for the SEM_UNDO change that can be applied to linux-2.5.9.
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
warnings for proper usage.
-
Linus Torvalds authored
No object-code changes, but removes warnings from the stricter typechecking.
-
Kai Germaschewski authored
Now it really works (I tried).
-
Petko Manolov authored
USB pegasus driver SOHOware NUB110 addet to the support list
-
Greg Kroah-Hartman authored
changed the number of minor devices the braille voyager driver uses.
-
- 22 Apr, 2002 11 commits
-
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
http://linux-isdn.bkbits.net/linux-2.5.isdnLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.isdn
-
Anton Blanchard authored
As a result of the recent BKL removal in notify_change, nfsd_symlink downs the inode semaphore twice (the first time is in fh_lock).
-
Linus Torvalds authored
fixed a few times too many already ;)
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-