Re: [linux-usb-devel] PXA27x UDC driver GIT repository

2007-07-22 Thread Rodolfo Giometti
On Sat, Jul 21, 2007 at 02:47:22PM -0700, David Brownell wrote: > On Saturday 21 July 2007, Rodolfo Giometti wrote: > > I reworked the driver according to latest suggestions from you. > > ... except for the most important one, which is to remove the > requirement to change every part of the gadget

[linux-usb-devel] Virus "Email.Phishing.RB-1221" gefunden

2007-07-22 Thread Inode Mailscan
Sehr geehrte Damen und Herren, in dem E-Mail mit dem Betreff '[linux-usb-devel] You've received an ecard from a Partner!' (gesendet am Sun, 22 Jul 2007 10:12:14 +0100) mit der angegebenen Absenderadresse '"123greetings.com" <[EMAIL PROTECTED]>' wurde der Virus 'Email.Phishing.RB-1221' gefunden. A

[linux-usb-devel] urb->status -EOVERFLOW

2007-07-22 Thread Alain Degreffe
Hi, After a big rewriting of iuu_phoenix, I have the following problem. The polling is well working with callback mechanism but only during 30 seconds maximum. After sometime, The read_bulk_callback give me an urb-status EOVERFLOW... Is the polling running to faster than the device can support ? I

[linux-usb-devel] urb->status cleanup (was: [GIT PATCH] more USB patches for 2.6.22)

2007-07-22 Thread Tilman Schmidt
Am 20.07.2007 05:44 schrieb Greg KH: > Greg Kroah-Hartman (22): > USB: atm: cxacru: clean up urb->status usage > USB: atm: speedtch: clean up urb->status usage > USB: atm: ueagle-atm: clean up urb->status usage > USB: atm: usbatm: clean up urb->status usage > USB: clas

[linux-usb-devel] Please reactivate your Yahoo! Groups email address

2007-07-22 Thread Yahoo!Groups
Dear Yahoo! Groups member, You belong to one or more email groups provided by Yahoo! Groups (groups.yahoo.com). Recently, messages sent to you from Yahoo! Groups have been returned to us as undeliverable. As a result, we have temporarily turned off message delivery to this email address. If

Re: [linux-usb-devel] urb->status -EOVERFLOW

2007-07-22 Thread Alan Stern
On Sun, 22 Jul 2007, Alain Degreffe wrote: > Hi, > > After a big rewriting of iuu_phoenix, I have the following problem. > The polling is well working with callback mechanism but only during 30 > seconds maximum. > After sometime, The read_bulk_callback give me an urb-status EOVERFLOW... > Is the

Re: [linux-usb-devel] urb->status -EOVERFLOW

2007-07-22 Thread Alain Degreffe
Yes I know. In fact the device respond CMDERROR wich is more thant one byte The command was just a simple RXCMD followed by a bulk_read 1 byte len, but instead of giving a number between 0 and 255, The device send this string. this mean that my command rxcdm is not supported by the device ( This

Re: [linux-usb-devel] urb->status cleanup (was: [GIT PATCH] more USB patches for 2.6.22)

2007-07-22 Thread Pete Zaitcev
On Sun, 22 Jul 2007 16:44:24 +0200, Tilman Schmidt <[EMAIL PROTECTED]> wrote: > > USB: misc: usbtest: clean up urb->status usage > > USB: misc: uss720: clean up urb->status usage > > Should I do something similar for drivers/isdn/{bas,usb}-gigaset.c? > What exactly is the goal? In mo

Re: [linux-usb-devel] urb->status -EOVERFLOW

2007-07-22 Thread Alan Stern
On Sun, 22 Jul 2007, Alain Degreffe wrote: > Yes I know. > > In fact the device respond CMDERROR wich is more thant one byte > The command was just a simple RXCMD followed by a bulk_read 1 byte len, but > instead of giving a number between 0 and 255, The device send this string. > this mean that

[linux-usb-devel] [PATCH] [IrDA] KS959 USB IrDA dongle support

2007-07-22 Thread Samuel Ortiz
Hi Dave, Last IrDA patch for 2.6.23-rc1, if it's not too late... This patch adds support for the KingSun KS-959 USB IrDA dongle. This dongle does not follow the usb-irda specification, so it needs its own special driver. First, it uses control URBs for data transfer, instead of bulk or interrupt

[linux-usb-devel] [patch 2.6.23-rc1-git] handle another scatterlist PIO case (IOMMU)

2007-07-22 Thread David Brownell
Update the scatterlist logic so that PIO options are also disabled when an IOMMU may have coalesced pages during dma_map_sg() ... it's not just HIGHMEM that can make trouble supporting both PIO and DMA based host controller drivers. There also seems to be a cross-arch issue here, with 64bit powerp

Re: [linux-usb-devel] urb->status cleanup

2007-07-22 Thread Tilman Schmidt
Am 22.07.2007 21:30 schrieb Pete Zaitcev: > On Sun, 22 Jul 2007 16:44:24 +0200, Tilman Schmidt <[EMAIL PROTECTED]> wrote: > >> Should I do something similar for drivers/isdn/{bas,usb}-gigaset.c? >> What exactly is the goal? > > In most cases of sweeping API changes in Linux kernel it's the respon

Re: [linux-usb-devel] [PATCH] [IrDA] KS959 USB IrDA dongle support

2007-07-22 Thread David Miller
From: Samuel Ortiz <[EMAIL PROTECTED]> Date: Mon, 23 Jul 2007 00:32:17 +0300 > Last IrDA patch for 2.6.23-rc1, if it's not too late... Too late, Linus just closed the merge window, you had two weeks to submit this :-) - This

[linux-usb-devel] usb_serial_suspend(): buggy(?) code

2007-07-22 Thread Adrian Bunk
Commit ec22559e0b7a05283a3413bda5d177e42c950e23 added the following function to drivers/usb/serial/usb-serial.c: <-- snip --> ... int usb_serial_suspend(struct usb_interface *intf, pm_message_t message) { struct usb_serial *serial = usb_get_intfdata(intf); struct usb_serial_por

Re: [linux-usb-devel] [Bugme-new] [Bug 8792] New: kernel incorrectly initialises mass storage component of HUAWEI E220

2007-07-22 Thread Andrew Morton
On Sun, 22 Jul 2007 17:16:13 -0700 (PDT) [EMAIL PROTECTED] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=8792 > >Summary: kernel incorrectly initialises mass storage component of > HUAWEI E220 >Product: IO/Storage >Version: 2.5 >

Re: [linux-usb-devel] usb_serial_suspend(): buggy(?) code

2007-07-22 Thread Oliver Neukum
Am Montag 23 Juli 2007 schrieb Adrian Bunk: > Commit ec22559e0b7a05283a3413bda5d177e42c950e23 added the following > function to drivers/usb/serial/usb-serial.c: > [..] > > The Coverity checker spotted the inconsequent NULL checking for "serial". > > Looking at the code it also doesn't seem to h

[linux-usb-devel] [PATCH] usb/atm: fix Kconfig garbage

2007-07-22 Thread Borislav Petkov
Hi there, I don't know whether this is the proper Kconfig-way to fix this but it works ok here. When entered, the menu point "USB DSL modem support" in menuconfig, path [Device Drivers->USB Support] shows no entries but "^@" instead. The following fixes it. Signed-off-by: Borislav Petkov