[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.50

2002-12-01 Thread Greg KH
ChangeSet 1.924.3.11, 2002/11/30 22:28:49-08:00, [EMAIL PROTECTED] [PATCH] USB core: cleanup BKL diff -Nru a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c --- a/drivers/usb/core/devio.c Sun Dec 1 23:05:46 2002 +++ b/drivers/usb/core/devio.c Sun Dec 1 23:05:46 2002 @@ -1090,12 +1090,10

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.50

2002-12-01 Thread Greg KH
ChangeSet 1.924.3.9, 2002/11/30 22:19:57-08:00, [EMAIL PROTECTED] [PATCH] - cleanup for new module primitives diff -Nru a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c --- a/drivers/usb/core/devio.c Sun Dec 1 23:05:56 2002 +++ b/drivers/usb/core/devio.c Sun Dec 1 23:05:56 2002 @@ -860,

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.50

2002-12-01 Thread Greg KH
ChangeSet 1.924.3.5, 2002/11/30 00:08:25-08:00, [EMAIL PROTECTED] [PATCH] reduce debug message volume This reduces the debug message volume a bit, mostly by using the new dev_dbg() macros instead of the usb dbg() ones in some places during HCD init/shutdown. Likewise dev_info(). diff -Nru a/dr

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.50

2002-12-01 Thread Greg KH
ChangeSet 1.924.3.1, 2002/11/30 00:01:04-08:00, [EMAIL PROTECTED] [PATCH] module unload race with usb serial drivers the serial subdrivers may be unloading while we open. This patch against 2.5 guards against that. diff -Nru a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c --

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.50

2002-12-01 Thread Greg KH
ChangeSet 1.924.3.7, 2002/11/30 00:09:00-08:00, [EMAIL PROTECTED] [PATCH] ehci, more diagnostics use dev_*() macros This reduces the quantity of messages, by using the newer dev_*() macros, and by deleting some messages. diff -Nru a/drivers/usb/host/ehci-dbg.c b/drivers/usb/host/ehci-dbg.c ---

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.50

2002-12-01 Thread Greg KH
ChangeSet 1.924.3.6, 2002/11/30 00:08:43-08:00, [EMAIL PROTECTED] [PATCH] ehci-hcd, handle async_next register correctly This patch should improve behavior of the EHCI driver, particularly on VIA hardware. - A more careful reading of the EHCI spec turns up requirements not to change this r

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.50

2002-12-01 Thread Greg KH
ChangeSet 1.924.3.8, 2002/11/30 22:09:07-08:00, [EMAIL PROTECTED] [PATCH] uhci-hcd.c shouldn't halt control endpoints uhci-hcd.c currently calls usb_endpoint_halt() in the td_error: path of uhci_result_control(). David Brownell told me that "control endpoints don't halt" and that this is wrong.

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.50

2002-12-01 Thread Greg KH
ChangeSet 1.924.3.3, 2002/11/30 00:03:51-08:00, [EMAIL PROTECTED] [PATCH] usbfs: more list cleanups Here is a small cleanup patch for 2.5 that goes on top of my previous ones. It makes devio.c use the list traversal macros from list.h. diff -Nru a/drivers/usb/core/devio.c b/drivers/usb/core/de

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.50

2002-12-01 Thread Greg KH
ChangeSet 1.924.3.10, 2002/11/30 22:20:27-08:00, [EMAIL PROTECTED] [PATCH] USB: get previous module patch to even build properly... diff -Nru a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c --- a/drivers/usb/core/devio.c Sun Dec 1 23:05:51 2002 +++ b/drivers/usb/core/devio.c Sun Dec 1

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.50

2002-12-01 Thread Greg KH
ChangeSet 1.924.3.2, 2002/11/30 00:02:08-08:00, [EMAIL PROTECTED] [PATCH] USB serial: cleaned up the rest of the __MOD_INC and __MOD_DEC calls to use the new module API diff -Nru a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c --- a/drivers/usb/serial/usb-serial.c Sun Dec

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.50

2002-12-01 Thread Greg KH
ChangeSet 1.924.3.4, 2002/11/30 00:08:09-08:00, [EMAIL PROTECTED] [PATCH] usb-storage doesn't say clear_halt WORKED This removes a printk that's been cluttering up my logs, especially when I do things like 'mkfs -c ...' it doesn't seem to be needed any more. diff -Nru a/drivers/usb/storage/tran