On Fri, Aug 15, 2003 at 11:14:16AM -0700, Greg KH wrote:
> ChangeSet 1.1119.1.14, 2003/08/08 16:35:07-07:00, [EMAIL PROTECTED]
Oops, changesets 1.1119.* were from a previous set of patches sent off,
and were not in this batch.
Sorry if anyone got confused.
/me kicks his mail posting script
greg
ChangeSet 1.1123.18.20, 2003/08/14 16:22:22-07:00, [EMAIL PROTECTED]
[PATCH] USB: usbvideo cleanup on error
drivers/usb/media/usbvideo.c | 19 +++
1 files changed, 15 insertions(+), 4 deletions(-)
diff -Nru a/drivers/usb/media/usbvideo.c b/drivers/usb/media/usbvideo.c
--- a/
ChangeSet 1.1123.18.5, 2003/08/11 15:12:27-07:00, [EMAIL PROTECTED]
[PATCH] USB: error check for claiming second interface in usbnet
- fail if second interface is already claimed
drivers/usb/net/usbnet.c |4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
diff -Nru a/drivers/usb/n
ChangeSet 1.1123.18.1, 2003/08/11 15:11:02-07:00, [EMAIL PROTECTED]
[PATCH] USB: ttusb_dec.c: another case of GFP_KERNEL in interrupt
- in interrupt usb_submit_urb must use GFP_ATOMIC
drivers/media/dvb/ttusb-dec/ttusb_dec.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nr
ChangeSet 1.1123.18.13, 2003/08/13 14:26:55-07:00, [EMAIL PROTECTED]
[PATCH] USB: ov511 sysfs conversion (2/3)
This patch converts ov511 to dynamically allocate struct video_device,
using the new interfaces in videodev.[ch]. This is required to safely
support sysfs without races.
drivers/usb/m
ChangeSet 1.1123.18.16, 2003/08/13 14:39:23-07:00, [EMAIL PROTECTED]
[PATCH] usb hc cleanup-after-death, oops fix
Recently we've seen some oopses reported in code that cleaned
up HCs after they died ... like pci-pm not letting ohci-hcd
suspend until after the hardware was partly disabled, or user
ChangeSet 1.1123.18.17, 2003/08/13 15:15:35-07:00, [EMAIL PROTECTED]
[PATCH] USB: Add Minolta Dimage F300 to unusual_devs
drivers/usb/storage/unusual_devs.h |6 ++
1 files changed, 6 insertions(+)
diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
---
ChangeSet 1.1119.1.8, 2003/08/06 15:51:41-07:00, [EMAIL PROTECTED]
[PATCH] USB: disable both sides of usb device ep0 at once
This eliminates an error case (current cost, memleak) when
disabling endpoints that have control requests queued.
drivers/usb/core/hcd.c |3 ++-
1 files changed, 2 i
ChangeSet 1.1123.18.22, 2003/08/15 10:05:45-07:00, [EMAIL PROTECTED]
[PATCH] USB: usbnet.c - trailing 'else' that probably breaks net1080
A trailing else in the #ifdef CONFIG_USB_NET1080 block that would
prevent it from properly filling the bulk URB.
drivers/usb/net/usbnet.c |2 +-
1 files
ChangeSet 1.1119.1.9, 2003/08/06 15:51:53-07:00, [EMAIL PROTECTED]
[PATCH] USB: use of __devinit in st5481
> But you CAN NOT mark the usb_device_id table as __devinitdata or
> __initdata as that will be touched later on if a new USB device is
> added, or if a new usb module is loaded.
So these n
ChangeSet 1.1123.18.2, 2003/08/11 15:11:46-07:00, [EMAIL PROTECTED]
[PATCH] USB: return to old timeout handling
it seems that I've broken usblp. This reverts to the old
behaviour. Please apply.
- revert to old timeout handling
drivers/usb/class/usblp.c |6 --
1 files changed, 6 dele
ChangeSet 1.1123.18.14, 2003/08/13 14:27:46-07:00, [EMAIL PROTECTED]
[PATCH] USB: ov511 sysfs conversion (3/3)
This patch adds some read-only files to ov511's sysfs directory. The
read/write attributes will be added in a future patch. For now, the
read/write-related code is #if'd out to prevent w
ChangeSet 1.1119.1.11, 2003/08/06 16:02:01-07:00, [EMAIL PROTECTED]
[PATCH] USB: usbnet, prevent exotic rtnl deadlock
Turns out that when PM is in use, some D3cold resume paths
could have one thread, holding the network lock, deadlock
in flush_scheduled_work() since an event task is waiting
for t
ChangeSet 1.1119.1.10, 2003/08/06 15:52:06-07:00, [EMAIL PROTECTED]
[PATCH] USB: dvb usb driver sleeping in interrupt
submitting an URB in a completion handler requires GFP_ATOMIC to be
used.
- usb_submit_urb must use GFP_ATOMIC in interrupt
drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
ChangeSet 1.1119.1.7, 2003/08/06 15:51:29-07:00, [EMAIL PROTECTED]
[PATCH] USB: usb_new_device() updates
Changes a handful of things in enumeration error paths.
Bugfixes:
- consistent cleanup, and consistent return of -Ewhatever/0;
- a usb_put_dev() gets rid of the extra refcount; this
o
ChangeSet 1.1123.18.8, 2003/08/11 16:20:45-07:00, [EMAIL PROTECTED]
[PATCH] add usb_reset_configuration()
Unfortunately, usb_set_configuration() is widely mis-used as a
lightweight device reset. That's trouble because setting a
configuration must sometimes involve things that don't relate
at all
ChangeSet 1.1123.18.6, 2003/08/11 15:12:40-07:00, [EMAIL PROTECTED]
[PATCH] USB: genelink_tx_fixup fails to check for memory allocation failure
this can oops.
- check for mem alloc failure
drivers/usb/net/usbnet.c |2 ++
1 files changed, 2 insertions(+)
diff -Nru a/drivers/usb/net/usb
ChangeSet 1.1123.18.21, 2003/08/15 10:01:55-07:00, [EMAIL PROTECTED]
[PATCH] USB: usb_start_wait_urb() rewrite
The code that manges the synchronous control/bulk calls has
been a mess for ages. This patch rewrites it using:
- "struct completion" instead of a usb-internal clone therof,
- prepar
ChangeSet 1.1123.18.15, 2003/08/13 14:39:09-07:00, [EMAIL PROTECTED]
[PATCH] USB: usb hcd-pci suspend/resume updates
This patch has some updates to the hcd pci power management glue:
- removes now-obsolete comments (driver model now exists)
- better state transitions:
* suspending "de
ChangeSet 1.1119.1.12, 2003/08/06 16:02:14-07:00, [EMAIL PROTECTED]
[PATCH] USB: fixes for usb-skeleton.c
I've found minor errors in usb-skeleton.c. First, there is no valid
value of interface->minor in assignment to dev->minor. Second, when
calling usb_deregister_dev the interface->minor must be
ChangeSet 1.1123.18.3, 2003/08/11 15:12:01-07:00, [EMAIL PROTECTED]
[PATCH] USB: correct error handling in usb_driver_claim_interface()
this function races with itself, doesn't return errors and races with
releasing interfaces. This patch fixes it by changing the function
prototype, introducing l
ChangeSet 1.1123.18.7, 2003/08/11 16:20:15-07:00, [EMAIL PROTECTED]
[PATCH] USB: dabusb doesn't claim every ez-usb an21xx device
This resolves the annoyance that dabusb claims devices
it shouldn't (and hotplugs for them), because of wrongly
including the device IDs used by an21xx devices that don
ChangeSet 1.1123.18.12, 2003/08/13 14:24:25-07:00, [EMAIL PROTECTED]
[PATCH] USB: ov511 sysfs conversion (1/3)
This is the first in a series of three patches to convert the ov511
driver's /proc/video interface to sysfs. All V4L drivers must undergo
this conversion now that /proc/video has been re
ChangeSet 1.1123.18.9, 2003/08/13 10:08:22-07:00, [EMAIL PROTECTED]
[PATCH] USB: fix usb serial port release problem by untieing it from the usb_serial
structure.
This fixes the kobject messages when disconnecting a usb serial device that
people have been complaining about.
drivers/usb/serial
ChangeSet 1.1123.18.4, 2003/08/11 15:12:13-07:00, [EMAIL PROTECTED]
[PATCH] USB: correct error handling in usb_driver_claim_interface() - comment
- update commentary
drivers/usb/core/usb.c |1 +
1 files changed, 1 insertion(+)
diff -Nru a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c
ChangeSet 1.1119.1.13, 2003/08/07 11:00:56-07:00, [EMAIL PROTECTED]
[PATCH] USB: remove dev.name usage from gadget code.
drivers/usb/gadget/net2280.c |1 -
1 files changed, 1 deletion(-)
diff -Nru a/drivers/usb/gadget/net2280.c b/drivers/usb/gadget/net2280.c
--- a/drivers/usb/gadget/net22
ChangeSet 1.1119.1.14, 2003/08/08 16:35:07-07:00, [EMAIL PROTECTED]
[PATCH] USB: ftdi_sio - VID/PID for ID TECH IDT1221U USB to RS-232 adapter
This patch adds support for ID TECH's IDT1221U USB to RS-232 adapter
(intended for use and/or supplied with some of their magnetic/smart
card readers). T
ChangeSet 1.1123.18.19, 2003/08/14 15:51:32-07:00, [EMAIL PROTECTED]
USB: handle overloading of usb-serial functions in a much cleaner manner.
drivers/usb/serial/usb-serial.c | 66
1 files changed, 33 insertions(+), 33 deletions(-)
diff -Nru a/driver
ChangeSet 1.1123.18.11, 2003/08/13 13:36:06-07:00, [EMAIL PROTECTED]
[PATCH] USB: fix usb class device sysfs representation.
Again, I messed up the usage, now we are safe from devices being removed.
This fixes a number of error reports from users.
drivers/usb/core/file.c | 49 +++
ChangeSet 1.1123.18.10, 2003/08/13 10:09:36-07:00, [EMAIL PROTECTED]
[PATCH] USB: fix up usb-serial drivers now that port[] is an array of pointers.
drivers/usb/serial/belkin_sa.c |6 +++---
drivers/usb/serial/cyberjack.c |8
drivers/usb/serial/digi_acceleport.c |
ChangeSet 1.1123.18.18, 2003/08/13 15:15:48-07:00, [EMAIL PROTECTED]
[PATCH] USB: bug in EHCI device reset through transaction
This supports another special case: devices can revert to the "default"
(address zero) state temporarily in usb_reset_device().
This is the quick fix; 2.6 could get rid
31 matches
Mail list logo