- 19 Sep, 2003 25 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/BK/gregkh-2.6
-
David T. Hollis authored
This is a resend of all of my recent usbnet additions which center on adding ethtool_ops support. All have been re-diffed against the latest usbnet from BK. Changes: * Add ethtool_ops support to usbnet * Add GPIO bit toggling upon initialization of ax8817x devices so that xmit works properly * Add Wake-On-Lan and eeprom dump support for ax8817x devices (this only adds the config support for WOL, actual operation is more of a USB/Power Management function) * Change ax8817x_set_multicast to not kmalloc for the filter since there was no clean way to free the memory after URB submit. Instead, we make use of the 20 byte dev->data.
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
bk://kernel.bkbits.net/lord/xfs-2.6Linus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
Drop support for old param struct method, and clean up code.
-
Russell King authored
-
Russell King authored
Fix the AMBA kmi driver which got broken when the name field was removed from struct device. Change the name used to claim resources to "kmi-pl050". Fix resume method.
-
Russell King authored
-
Nicolas Pitre authored
Patch from Nicolas Pitre
-
Russell King authored
-
Russell King authored
We were mixing some data and code in the processor support assembly files. Place the correct objects into their respective sections.
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
This renames all 48 (800K-ish of) ARM default configuration files, as required by Sam's latest default configuration file system.
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
http://lia64.bkbits.net/to-linus-2.5Linus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
Stephen Lord authored
into kernel.bkbits.net:/home/lord/xfs-2.6
-
Eric Sandeen authored
values in jiffies like everybody else SGI Modid: 2.5.x-xfs:slinx:158665a
-
Stephen Lord authored
makes the just the inode look dirty, and not the inode and the data. SGI Modid: 2.5.x-xfs:slinx:158670a
-
ssh://lord@kernel.bkbits.net/xfs-2.6Stephen Lord authored
into penguin.americas.sgi.com:/src/lord/bitkeeper/xfs-2.6
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:158642a
-
- 18 Sep, 2003 15 commits
-
-
Dave Jones authored
The VIDC/FIDC controls could have been left at 1 from a previous call to one of the scaling routines. Make sure we set them back to 0 to avoid writing garbage into the scaling registers.
-
Dave Jones authored
We were 'slightly' off in our calculations. This increased settling time might actually increase the stability of some setups.
-
Dave Jones authored
-
Dave Jones authored
-
Stephen Lord authored
-
Dave Jones authored
Very silly bug spotted by Ducrot Bruno
-
Andries E. Brouwer authored
By mistake the keycode for right control in scancode set 3 was the same as that for right alt. This fixes that.
-
Jens Axboe authored
From: Nick Piggin <piggin@cyberone.com.au> This should be the last piece to ensure correct barrier handling for AS and DL?
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
Stephen Lord authored
into kernel.bkbits.net:/home/lord/xfs-2.6
-
Alan Stern authored
This patch implements the change discussed last weekend. Rather than allocating separate memory areas for the "extra" descriptors and copying the descriptor contents, it simply makes the "extra" pointers refer to memory within the rawdescriptor arrays.
-
Alan Stern authored
This patch adds some extra error checking. The patch-comments list most it. Particularly worth noting is the check on the endpoint addresses. Since these addresses are used as indexes for the epmaxpacketin and epmaxpacketout arrays, illegal values could result in overwriting unrelated areas of memory. Other noteworthy checks involve interface and alsetting numbers. Since the old code ignored those values, of course it didn't bother to check them. Here we make sure that the numbers lie in the proper ranges and that there are no "missing" entries. Add error checking and improved error messages: Check for invalid endpoint descriptors and invalid endpoint addresses. Check for duplicate interface/altsetting descriptors. Check for invalid configuration descriptors. Check for missing interface/altsetting descriptors.
-
Alan Stern authored
This patch changes the usb_parse_interface() routine so that it only handles a single interface/altsetting descriptor at a time, rather than trying to handle all the altsettings for an interface at once. Besides shrinking the code slightly, this has the advantage of not requiring the interfaces to be listed in order or all the altsetting descriptors for an interface to be contiguous. While there probably aren't any devices that have _discontiguous_ altsetting descriptors, there's no harm in allowing it -- particularly since doing so provides an overall simplification. This is another of those hard-to-read patches. It moves most of the body of the usb_parse_interface() function out of a loop, thereby changing the indentation level without actually altering the code.
-
Greg Kroah-Hartman authored
-