- 09 Feb, 2004 10 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/usb-2.6
-
http://nfsclient.bkbits.net/linux-2.5Trond Myklebust authored
into fys.uio.no:/home/linux/bitkeeper/nfsclient-2.5
-
Greg Kroah-Hartman authored
-
Alan Stern authored
On Sat, 7 Feb 2004, Brendan Arthurs wrote: > I'm getting the following message when I power on my USB external > enclosure (a MAP-K51U) with a Maxtor IDE hard drive in it. I'm running > kernel 2.6.2. Hope this is of some use to you. > > Feb 7 11:03:13 europa kernel: hub 4-0:1.0: new USB device on port 2, > assigned address 2 > Feb 7 11:03:13 europa kernel: usb 4-2: Product: USB Mass Storage > Device > Feb 7 11:03:13 europa kernel: usb 4-2: Manufacturer: Genesyslogic > Feb 7 11:03:13 europa kernel: usb-storage: This device > (05e3,0701,0002 S 06 P 50) has an unneeded SubClass entry in > unusual_devs.h > Feb 7 11:03:13 europa kernel: Please send a copy of this message > to <linux-usb-devel@lists.sourceforge.net> Thank you for sending this in. Here's a patch to take care of it. Alexander, does this work for you?
-
Petri T. Koistinen authored
Little URI unifing patch.
-
Petri T. Koistinen authored
Another little patch fixing modules.txt and fine tuning URLs.
-
Petri T. Koistinen authored
Here is a tiny Kconfig update and unify patch.
-
Petri T. Koistinen authored
Here is little URL update for Kconfig file. I hope webmaster remembers to put redirection in place next time URL changes.
-
David Brownell authored
This patch starts dis-entangling some of the enumeration logic by moving initialization code into the usb_alloc_dev() constructor. Some call signatures changed; a usbcore-internal declaration was moved in <linux/usb.h> to a more appropriate location. With the driver model init now more centralized, it's safer to use driver model calls (including dev_info) a lot earlier, so the "new device at address N" message now does that. It also reports the device speed, which may not be evident otherwise.
-
Marcelo Tosatti authored
PC300 MLPPP support is currently marked broken in 2.6.x. To fix that, attached patch implements tiocmset/tiocmget methods on the pc300_tty.c driver, which is the new method tty drivers are supposed to use instead ioctl. This fixes two related issues in the ioctl handler: - ioctl requesting RTS signal would affect DTR signal - The RTS signal is now handled. Bonus: Throw out unused ioctl handler
-
- 08 Feb, 2004 2 commits
-
-
Bartlomiej Zolnierkiewicz authored
The problem is that when loading next IDE PCI module memory used by previously registered ide_pci_host_proc_list entry is already unmapped (because of __{dev}initdata). This doesn't happen in built-in case because this memory is freed after all drivers are initialized. Fix it by removing __{dev}initdata from all ide_pci_host_proc_t. Thanks to Andre Tomt <andre@tomt.net> for help in debugging this.
-
Benjamin Herrenschmidt authored
The recent change to ide-cd using sector div is passing the wrong type to do_div().
-
- 10 Feb, 2004 14 commits
-
-
Nathan Scott authored
into sgi.com:/source2/xfs-linux-2.6
-
Nathan Scott authored
-
Eric Sandeen authored
SGI Modid: xfs-linux:xfs-kern:164051a6
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:165155a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:166324a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:166323a
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:165783a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:166301a
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:166207a
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:166109a
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:166087a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:166046a
-
Christoph Hellwig authored
All metadata buffers are lockable these days. SGI Modid: xfs-linux:xfs-kern:166042a
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:166032a
-
- 08 Feb, 2004 14 commits
-
-
Linus Torvalds authored
users of this that were very confused indeed.
-
Linus Torvalds authored
-
bk://linux-pnp.bkbits.net/pnp-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
http://linux.bkbits.net/linux-2.5Adam Belay authored
into neo.rr.com:/home/ambx1/linux/bk/linus-2.5
-
Adam Belay authored
This patch cleans up the kconfig options for the pnp subsystem. It updates the comments and makes pnpbios proc support an optional feature.
-
Adam Belay authored
This patch adds some aditional information to sysfs for pnp cards. It should be useful for userland tools.
-
Adam Belay authored
This patch updates the matching code to ensure that all requested devices are present on the card, even if they are in use. It is necessary for some ALSA drivers to work properly because early vendors would have different sets of devices on the same card ids. It is from Takashi Iwai <tiwai@suse.de>.
-
Adam Belay authored
This patch updates file2alias.c to support pnp ids. It is from Takashi Iwai <tiwai@suse.de>.
-
Adam Belay authored
This patch moves the PnP ID declarations to mod_devicetable.h like most of the other buses. It is from Takashi Iwai <tiwai@suse.de>.
-
Adam Belay authored
Recently many PnPBIOS bugs have been triggered by static resource information requests. This patch makes an effort to further avoid making them.
-
Adam Belay authored
Some PnPBIOSes do not follow the specifications with regard to disabling devices. This patch preserves the tag bits, while zeroing the resource settings. Previously we would zero the entire buffer. It has been tested and appears to correct the issue while remaining compatible with unbroken PnPBIOSes.
-
Adam Belay authored
This patch reorganizes resource flags to ensure that manual resource settings are properly recognized. This fix is necessary for many ALSA drivers. It also prevents comparisons between unset resource structures. The bug was discovered by Rene Herman <rene.herman@keyaccess.nl>, who also wrote an initial version of this patch. I made further improvements to ensure that the pnp subsystem was compatible with this initial change.
-
Adam Belay authored
The serial driver currently fails to unregister its pnp driver upon module unload. This patch corrects the problem by calling pnp_unregister_driver and implementing a proper remove function.
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-