- 08 Feb, 2003 9 commits
-
-
Oliver Neukum authored
this is the length calculation fix against 2.5. - fix DHCP problem with correct length calculation Thanks to Oliver Kurth
-
Oliver Neukum authored
- additional device id
-
Johannes Erdfelt authored
On Thu, Feb 06, 2003, Johannes Erdfelt <johannes@erdfelt.com> wrote: > On Thu, Feb 06, 2003, Boris Duerner <Marc.Duerner@student.shu.ac.uk> wrote: > > I use the usb_get_driver_np() function to get the name of the loaded driver > > for a usb device and I found that for a device using the usbmouse module the > > wrong driver name is returned. It gives me "usb_mouse" instead of usbmouse. > > the driver name is also wrong in /proc/bus/usb/drivers but correct in lsmod > > or /proc/modules resp. > > The driver name in /proc/bus/usb/drivers is given differently than from > /proc/modules. > > I'm not exactly sure why the names are seperate, but it leads to > situations like this where the names won't match for seemingly no good > reason. The usbkbd driver was even worse, giving it's name as "keyboard". And the 2.5 patch.
-
Michael Shields authored
> Greg KH says "please send 2.5 patch".
-
Petko Manolov authored
These are very small and similar csets against both usb-2.4 and usb-2.5 trees. One part of them is adding a missing flag to one of the device descriptors. The other part is fixing a vendor name which i mistakenly replaced with the product name. Adding Mobility EasyDock device into the list. Adding a missing flag to Accton's SpeedStream description
-
Randy Dunlap authored
The Stanford Checker discovered a memory leak in cdc-acm. This patch to 2.5.59 fixes it. Please apply.
-
Duncan Sands authored
Leak found by the Stanford Checker (patch by Randy Dunlap).
-
Duncan Sands authored
Get rid of some unused #defines.
-
Alan Stern authored
Matt Dharm asked me to send these bug-fix patches directly to you. They correct the error-code handling in usb-storage. The change for 2.5 is pretty minor; it only affects debugging output. But the change for 2.4 is more pervasive, and according to Tom Collins it is the key to making a usb hard disk work on his MIPS-based system.
-
- 05 Feb, 2003 1 commit
-
-
Greg Kroah-Hartman authored
-
- 04 Feb, 2003 11 commits
-
-
Tim Schmielau authored
This prevents reporting processes as having started in the future, after 32 bit jiffies wrap.
-
Tim Schmielau authored
Use 64 bit jiffies for reporting uptime.
-
Tim Schmielau authored
Provide a sane way to avoid unneccessary locking on 64 bit platforms, and a 64 bit analogous to "jiffies_to_clock_t()".
-
Matthew Wilcox authored
- conversion of remaining drivers to generic device model - more of sfr's compat stuff - eliminate some bogus syscalls - update for MUX driver - beginnings of new module code - tell the keyboard driver about CONFIG_PARISC
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Christoph Hellwig authored
-
Linus Torvalds authored
-
- 05 Feb, 2003 3 commits
-
-
Greg Kroah-Hartman authored
Thanks to John Moses <jmoses@lanl.gov> for the information.
-
Philipp Gühring authored
-
Matthew Dharm authored
This patch clears out the device queue when a unit is removed.
-
- 04 Feb, 2003 16 commits
-
-
Matthew Dharm authored
This code implements the setting of devices offline during the removal phase.
-
Matthew Dharm authored
This patch makes us hold the host reference count a little bit longer in the /proc interface code. We were releasing it too early before.
-
Duncan Sands authored
speedtouch: reject outgoing packets earlier when the firmware is not loaded.
-
Duncan Sands authored
speedtouch: allocate send urbs in udsl_usb_probe rather than in udsl_usb_data_init. Since this diminishes udsl_usb_data_init down to almost nothing, roll it into the one place it was used. Get rid of the semaphore Oliver put it - it is no longer needed. speedtouch.c | 86 ++++++++++++++++++++++++++--------------------------------- 1 files changed, 38 insertions(+), 48 deletions(-)
-
Duncan Sands authored
speedtouch: change data_started to firmware_loaded, which is what it actually means, plus some minor related changes.
-
Duncan Sands authored
speedtouch: a pile of cosmetic changes to make me feel happier (no code changes).
-
Duncan Sands authored
speedtouch: wait for receive urb completion handlers to finish after calling usb_unlink_urb.
-
Duncan Sands authored
speedtouch: more robust handling of receive urb failure: retry failed urbs whenever a new connection is opened. This should work well with pppd's persist option.
-
Duncan Sands authored
Rediffed version of the original patch - no sk_buff on the stack this time. speedtouch: recycle the receive urb's buffer. Currently, every time a receive urb completes, its old buffer is thrown away and replaced with a new one. This patch performs the minor changes needed to reuse the old buffer.
-
Duncan Sands authored
speedtouch: move all processing of receive urbs to udsl_atm_processqueue. This has several advantages, as will be seen in the next few patches. The most important is that it makes it easy to reuse of the urb's buffer (right now a new buffer is allocated every time the urb completes). By the way, this patch is much smaller than it looks: most of the bulk is due to indentation changes.
-
Henning Meier-Geinitz authored
This patch prints the vendor + product ids of the scanner after it has been successfully detected. Also the annoying error message about "Scanner device is already open" was downgraded to a dbg. Scanning for devices while one scanner device was open produced several 100 error messages in syslog.
-
Henning Meier-Geinitz authored
This patch changes the maintainer from Brian Beattie to Henning Meier-Geinitz and adds a link to the documentation and website.
-
Matthew Dharm authored
-
Matthew Dharm authored
This is a minor cleanup to convert 8 spaces into tabs. There is no functional change here.
-
Matthew Dharm authored
This patch removes the US_FL_DEV_ATTACHED flag, which is now rendered obsolete by the new hotplug system. It also adds a comment or two about areas of code that need to be re-examined.
-
Matthew Dharm authored
This patch does the following: (o) Add comments showing what needs to be done to complete the hot-unplug system. (o) Add a BUG_ON() for (what is now) a critical failure case. (o) Make certain that a debug print happens even if a usb_get_intfdata() crashes. (o) Add an un-necessary up() to balance a down, for the auto-code-checkers.
-