[linux-usb-devel] [PATCH] ehci-ps3, ohci-ps3: fix compilation

2007-05-03 Thread Alexey Dobriyan
7; was here dev_dbg() will check format string for you in dummy case also, so remove buggers. Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/usb/host/ehci-ps3.c |7 --- drivers/usb/host/ohci-ps3.c |8 2 files changed, 15 deletions(-) --- a/drivers/usb/hos

[linux-usb-devel] [PATCH] usb mon: overzealous __exit

2007-02-11 Thread Alexey Dobriyan
mon_bin_exit() and mon_text_exit() are called from __init code, so don't mark them as __exit. Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/usb/mon/mon_bin.c |2 +- drivers/usb/mon/mon_text.c |2 +- drivers/usb/mon/usb_mon.h |4 ++-- 3 files changed, 4

[linux-usb-devel] [PATCH] usbvision: "&& 0x", duh

2006-12-22 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/media/video/usbvision/usbvision-core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/media/video/usbvision/usbvision-core.c +++ b/drivers/media/video/usbvision/usbvision-core.c @@ -2305,7 +2305,7

[linux-usb-devel] [PATCH] drivers/usb/net/*: use BUILD_BUG_ON

2006-10-08 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/usb/net/cdc_ether.c |2 +- drivers/usb/net/usbnet.c|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/drivers/usb/net/cdc_ether.c +++ b/drivers/usb/net/cdc_ether.c @@ -498,7 +498,7 @@ static struct usb_

[linux-usb-devel] [PATCH -mm] Turn usb_resume_both() into static inline

2006-08-20 Thread Alexey Dobriyan
drivers/usb/core/hub.c: In function `hub_events': drivers/usb/core/hub.c:2591: warning: statement with no effect Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/usb/core/usb.h |5 - 1 file changed, 4 insertions(+), 1 deletion(-) --- a/drivers/usb/core/usb.h ++

Re: [linux-usb-devel] [PATCH] usb: Betop BTP-2118 joystick force-feedback driver

2006-08-15 Thread Alexey Dobriyan
On Wed, Aug 16, 2006 at 10:09:12AM +0800, liyu wrote: > --- linux-2.6.17.7/drivers/usb/input.orig/btp2118.c > +++ linux-2.6.17.7/drivers/usb/input/btp2118.c > +static struct usage_block btp_ff_usage_block[] = { > + USAGE_BLOCK(USAGE_BTP_FF, 0, EV_FF, FF_GAIN, 0), > + USAGE_BLOCK(USAGE_BTP_F

Re: [linux-usb-devel] [PATCH] usb: The HID Simple Driver Interface 0.3.1 (core)

2006-08-15 Thread Alexey Dobriyan
On Wed, Aug 16, 2006 at 10:09:07AM +0800, liyu wrote: > --- linux-2.6.17.7/drivers/usb/input.orig/hid-core.c > +++ linux-2.6.17.7/drivers/usb/input/hid-core.c > @@ -33,6 +34,9 @@ > #include > > #include "hid.h" > +#ifdef CONFIG_HID_SIMPLE > +#include "hid-simple.h" > +#endif Headers on that lev

[linux-usb-devel] usb usb5: Manufacturer: Linux 2.6.16-rc5-mm1 ehci_hcd

2006-02-28 Thread Alexey Dobriyan
Lines like the one below puzzle me for a couple -mm's: usb usb5: new device found, idVendor=, idProduct= usb usb5: new device strings: Mfr=3, Product=2, SerialNumber=1 usb usb5: Product: EHCI Host Controller ==> usb usb5: Manufacturer: Linux 2.6.16-rc5-mm1 ehci_hcd <== usb usb5: Seri

Re: [linux-usb-devel] [PATCH] arm26: fix compilation of drivers/usb/core/message.c

2006-01-18 Thread Alexey Dobriyan
On Wed, Jan 18, 2006 at 03:04:55PM -0800, Greg KH wrote: > On Thu, Jan 19, 2006 at 12:06:07AM +0300, Alexey Dobriyan wrote: > > drivers/usb/core/message.c:395: error: invalid use of undefined type > > `struct scatterlist' > What arch shows this problem? arm26. See patc

[linux-usb-devel] [PATCH] arm26: fix compilation of drivers/usb/core/message.c

2006-01-18 Thread Alexey Dobriyan
drivers/usb/core/message.c:395: error: invalid use of undefined type `struct scatterlist' Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/usb/core/message.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- a/drivers/usb/core/message.c +++ b/drive

[linux-usb-devel] Re: [PATCH] UEAGLE : add iso support and commestic stuff

2006-01-13 Thread Alexey Dobriyan
On Fri, Jan 13, 2006 at 06:51:30PM +0100, matthieu castet wrote: > this patch mainly adds the support for isochronous pipe. > There are also some cosmetic stuff (please tell me if you want them in a > extra patch). This patch should be shrinked by >50% by dropping unrelated changes. It'd make it m

[linux-usb-devel] [PATCH] ati_remote: use time_before() and friends

2005-11-30 Thread Alexey Dobriyan
From: Marcelo Feitoza Parisi <[EMAIL PROTECTED]> They deal with wrapping correctly and are nicer to read. Signed-off-by: Marcelo Feitoza Parisi <[EMAIL PROTECTED]> Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/usb/input/ati_remote.c | 17 +

[linux-usb-devel] [PATCH] mdc800: remove embrions of C++ exceptions

2005-10-25 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/usb/image/mdc800.c | 32 ++-- 1 file changed, 22 insertions(+), 10 deletions(-) --- a/drivers/usb/image/mdc800.c +++ b/drivers/usb/image/mdc800.c @@ -976,13 +976,13 @@ static struct usb_

Re: [linux-usb-devel] URB_ASYNC_UNLINK b0rkage

2005-09-18 Thread Alexey Dobriyan
On Sun, Sep 18, 2005 at 05:30:50PM -0400, Alan Stern wrote: > On Sun, 18 Sep 2005, Alexey Dobriyan wrote: > > drivers/usb/host/hc_crisv10.c: if (urb->transfer_flags & > > URB_ASYNC_UNLINK) { > > drivers/usb/host/hc_crisv10.c: /* If URB_ASYNC_UNLINK

[linux-usb-devel] URB_ASYNC_UNLINK b0rkage

2005-09-18 Thread Alexey Dobriyan
Perhaps, another press release to explain breakage of allmodconfig is needed. drivers/usb/host/hc_crisv10.c: if (urb->transfer_flags & URB_ASYNC_UNLINK) { drivers/usb/host/hc_crisv10.c: /* If URB_ASYNC_UNLINK is set:

[linux-usb-devel] [PATCH] zd1201: fix size passed to kmalloc()

2005-08-18 Thread Alexey Dobriyan
Noticed by Coverity checker. Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/usb/net/zd1201.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- linux-vanilla/drivers/usb/net/zd1201.c +++ linux-coverity-1731/drivers/usb/net/zd1201.c @@ -343,13 +343,13 @@ stati

[linux-usb-devel] Re: usb-gadget-driver-for-mq11xx-graphics-chip.patch added to -mm tree

2005-08-05 Thread Alexey Dobriyan
On Fri, Aug 05, 2005 at 12:18:49AM -0700, [EMAIL PROTECTED] wrote: > From: Jamey Hicks <[EMAIL PROTECTED]> > > This patch adds USB gadget support for the USB peripheral controller on the > MQ11xx graphics chip. > --- /dev/null > +++ devel-akpm/drivers/usb/gadget/mq11xx_udc.c > +static void mq_ep

[linux-usb-devel] OHCI CPP abuse (was [patch 26/29] USB: add S3C24XX USB Host driver support)

2005-08-01 Thread Alexey Dobriyan
On Fri, Jul 29, 2005 at 12:18:03PM -0700, Greg KH wrote: > --- gregkh-2.6.orig/drivers/usb/Kconfig > +++ gregkh-2.6/drivers/usb/Kconfig > @@ -20,6 +20,7 @@ > default y if SA > default y if ARCH_OMAP > default y if ARCH_LH7A404 > + default y if ARCH_S3C2410 > default

[linux-usb-devel] sn9c102_ov7630.c (was [GIT PATCH] USB patches for 2.6.13-rc2)

2005-07-12 Thread Alexey Dobriyan
On Tuesday 12 July 2005 22:56, Greg KH wrote: > drivers/usb/media/sn9c102_ov7630.c | 394 > + Add support for OV7630 image sensors > --- /dev/null > +++ b/drivers/usb/media/sn9c102_ov7630.c > +static int ov7630_init(struct sn9c102_device* cam) > +{ > + err += sn9c102_w

[linux-usb-devel] Re: [GIT PATCH] USB patches for 2.6.13-rc2

2005-07-12 Thread Alexey Dobriyan
On Tuesday 12 July 2005 22:56, Greg KH wrote: > drivers/usb/input/keyspan_remote.c | 633 ++ Greg, Michael, sparse asks whether cpu_to_le16() are missed. $ cat -n drivers/usb/input/keyspan_remote.c | head -n 437 | tail -n 4 434 /* See if the offered device

[linux-usb-devel] Re: [GIT PATCH] USB patches for 2.6.13-rc2

2005-07-12 Thread Alexey Dobriyan
On Tuesday 12 July 2005 22:56, Greg KH wrote: > drivers/usb/misc/ldusb.c | 794 > + > --- /dev/null > +++ b/drivers/usb/misc/ldusb.c > > +static int ld_usb_probe(struct usb_interface *intf, const struct > usb_device_id *id) > +{ > > + if ((le1

[linux-usb-devel] gregkh-usb-usb-isp116x-hcd-add.patch (was 2.6.12-mm1)

2005-06-20 Thread Alexey Dobriyan
> This patch provides an "isp116x-hcd" driver for Philips' > ISP1160/ISP1161 USB host controllers. --- /dev/null +++ gregkh-2.6/drivers/usb/host/isp116x-hcd.c > + *The driver passes all usbtests 1-14. Missing space. > +static void preproc_atl_queue(struct isp116x *isp116x) > +{ > +

[linux-usb-devel] Re: [PATCH] Creative WebCam mini driver

2005-06-02 Thread Alexey Dobriyan
On Thursday 02 June 2005 19:35, Kiril Jovchev wrote: > So now I'm sending the patch again for 2.6.11.11 kernel what is latest stable. You're lucky it applies cleanly against 2.6.12-rc5-whatever. ;-) There is no need to split the patch into two ones. Next time CC [EMAIL PROTECTED] Add "-p" to you

[linux-usb-devel] Re: Build failure of drivers/usb/gadget/ether.c

2005-02-27 Thread Alexey Dobriyan
On Sunday 27 February 2005 19:37, Adrian Bunk wrote: > On Sun, Feb 27, 2005 at 08:21:54PM +0200, Alexey Dobriyan wrote: > > > FYI, allyesconfig on sparc gives: > > > > CC drivers/usb/gadget/ether.o > > drivers/usb/gadget/ether.c: In function `eth_bind':

[linux-usb-devel] Re: Build failure of drivers/usb/gadget/ether.c

2005-02-27 Thread Alexey Dobriyan
On Sunday 27 February 2005 20:21, Alexey Dobriyan wrote: > FYI, allyesconfig on sparc gives: > > CC drivers/usb/gadget/ether.o > drivers/usb/gadget/ether.c: In function `eth_bind': > drivers/usb/gadget/ether.c:2418: error: `control_intf' undeclared (first use >

[linux-usb-devel] Build failure of drivers/usb/gadget/ether.c

2005-02-27 Thread Alexey Dobriyan
FYI, allyesconfig on sparc gives: CC drivers/usb/gadget/ether.o drivers/usb/gadget/ether.c: In function `eth_bind': drivers/usb/gadget/ether.c:2418: error: `control_intf' undeclared (first use in this function) drivers/usb/gadget/ether.c:2418: error: (Each undeclared identifier is reported

[linux-usb-devel] [PATCH][REDIFF] drivers/usb/*: s/0/NULL/ in pointer context

2005-01-12 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> class/usblp.c |2 +- core/devio.c|6 +++--- core/hcd.c |2 +- core/hub.c |6 +++--- core/message.c |4 ++-- host/ehci-hcd.c |2 +- host/ehci-mem.c |8 hos

[linux-usb-devel] [PATCH] drivers/usb/*: s/0/NULL/ in pointer context

2005-01-09 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> drivers/usb/class/usblp.c |2 +- drivers/usb/core/devio.c|7 +++ drivers/usb/core/hcd.c |2 +- drivers/usb/core/hub.c |6 +++--- drivers/usb/core/message.c |4 ++-- drivers/usb/