Re: [linux-usb-devel] [PATCH] [497/2many] MAINTAINERS - USB HUB DRIVER

2007-08-13 Thread Joe Perches
On Mon, 2007-08-13 at 08:36 -0700, Johannes Erdfelt wrote: > Completely agreed. The hub driver entry should be removed. The hub > driver is part of the USB core and should be maintained as such. Removed - This SF.net email i

Re: [linux-usb-devel] [PATCH] [490/2many] MAINTAINERS - USB BLOCK DRIVER (UB ub)

2007-08-13 Thread Joe Perches
On Mon, 2007-08-13 at 16:11 +0200, Stefan Richter wrote: > Joe Perches wrote: > > I'll fix it and resubmit about 10 non-individual patches > > in a couple of days. > > Better resubmit a single updated combo patch, for the entire MAINTAINERS > file in one go. Unless y

Re: [linux-usb-devel] [PATCH] [490/2many] MAINTAINERS - USB BLOCK DRIVER (UB ub)

2007-08-13 Thread Joe Perches
On Mon, 2007-08-13 at 00:04 -0700, Pete Zaitcev wrote: > I received two updates, and something jumped out: > > On Sun, 12 Aug 2007 23:38:00 -0700, [EMAIL PROTECTED] wrote: > > +F: drivers/block/ub.c > > On Sun, 12 Aug 2007 23:38:30 -0700, [EMAIL PROTECTED] wrote: > > +F: /drivers/usb/class/usblp.

[linux-usb-devel] [PATCH] - drivers/usb/core/hub.c cleanups

2006-07-12 Thread Joe Perches
1: Remove unnecessary spaces after dev_dbg/err/info functions 2: Expand compressed switches, one of which had unreachable code 3: Create and use check_port_status_changes, removes an indent level signed-off-by: Joe Perches <[EMAIL PROTECTED]> diff --git a/drivers/usb/core/hub.c b/drive

[linux-usb-devel] [PATCH] 2.6.0-test6 include/linux/usb.h

2003-09-30 Thread Joe Perches
Reduce constant string space by reusing __FILE__ --- linux-2.6.0-test5/include/linux/usb.h 2003-09-28 12:43:15.0 -0700 +++ linux-2.6.0-test6/include/linux/usb.h 2003-09-30 11:35:19.0 -0700 @@ -1038,9 +1038,9 @@ #define dbg(format, arg...) do {} while (0) #endif -#de