On Thu, Sep 26, 2013 at 5:17 AM, Markus Rechberger
wrote:
> On Thu, Sep 26, 2013 at 2:13 AM, Greg KH wrote:
>> On Tue, Sep 24, 2013 at 09:12:39PM +0200, Markus Rechberger wrote:
>>> This patch adds memory mapping support to USBFS for isochronous and bulk
>>> data transfers, it allows to pre-alloc
On Thu, Sep 26, 2013 at 2:13 AM, Greg KH wrote:
> On Tue, Sep 24, 2013 at 09:12:39PM +0200, Markus Rechberger wrote:
>> This patch adds memory mapping support to USBFS for isochronous and bulk
>> data transfers, it allows to pre-allocate usb transfer buffers.
>
> Does libusb support this?
>
not y
On Wed, Sep 25, 2013 at 05:31:43PM -0700, Greg KH wrote:
> On Tue, Sep 17, 2013 at 12:37:17PM +0800, Peter Chen wrote:
> > Hi Greg,
> >
> > Below are pending misc chipidea patches, some of them have
> > already reviewed.
> >
> > The similiar Geert's patch for gadget has already at usb-next.
> > F
On Tue, Sep 17, 2013 at 12:37:17PM +0800, Peter Chen wrote:
> Hi Greg,
>
> Below are pending misc chipidea patches, some of them have
> already reviewed.
>
> The similiar Geert's patch for gadget has already at usb-next.
> For mine, the 1,3,4 are acked by Alex.
> http://marc.info/?l=linux-usb&m=1
On Tue, Sep 24, 2013 at 09:12:39PM +0200, Markus Rechberger wrote:
> This patch adds memory mapping support to USBFS for isochronous and bulk
> data transfers, it allows to pre-allocate usb transfer buffers.
Does libusb support this?
> The CPU usage decreases 1-2% on my 1.3ghz U7300 notebook when
On Mon, Sep 23, 2013 at 05:58:56PM -0700, Sarah Sharp wrote:
> The following changes since commit 9d23108df359e572a0dca0b631bfee9f5e0fa9ea:
>
> Merge tag 'staging-3.12-rc2' of
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging (2013-09-23
> 12:53:07 -0700)
>
> are available in the
On Wed 2013-09-25 15:33:33, Felipe Balbi wrote:
> Hi,
>
> On Wed, Sep 25, 2013 at 10:17:38AM +0200, Pali Rohár wrote:
> > On Wednesday 18 September 2013 19:03:33 Pali Rohár wrote:
> > > &twl->phy.notifier is not initalized
> > >
> > > Signed-off-by: Pali Rohár
> > >
> > > diff --git a/drivers/u
Hi!
> > Pavel, Felipe's remark was valid..
> >
> > > > No, I'll not polish patch for hardware I don't have and have little
> > > > interest in. wanted to help you, but according to your first reply,
> > > > you do not really want help.
> > >
> > > that's your call. Now how about you stop being
From: Mark Charlebois
The use of variable length arrays in structs (VLAIS) in the Linux Kernel code
precludes the use of compilers which don't implement VLAIS (for instance the
Clang compiler). This alternate patch calculates offsets into the kmalloc-ed
memory buffer using macros. The previous pa
Hi!
> > > No, I'll not polish patch for hardware I don't have and have little
> > > interest in. wanted to help you, but according to your first reply,
> > > you do not really want help.
> >
> > that's your call. Now how about you stop being such a baby and go fix
> > your mistakes to start with
Hi,
(please avoid top-posting)
On Tue, Sep 24, 2013 at 03:00:20PM +0530, Manu Gautam wrote:
> Hi Felipe,
>
> I wanted to mention one point with respect to this patch: Below
> changes in the functionfs.h to add ss_count (super speed descriptors
> count) in desc_header (which is passed from usersp
Hi,
On Wed, Sep 25, 2013 at 05:39:39PM +0200, Bartlomiej Zolnierkiewicz wrote:
> Pavel, Felipe's remark was valid..
>
> > > No, I'll not polish patch for hardware I don't have and have little
> > > interest in. wanted to help you, but according to your first reply,
> > > you do not really want h
Hi,
On Wed, Sep 25, 2013 at 10:17:38AM +0200, Pali Rohár wrote:
> On Wednesday 18 September 2013 19:03:33 Pali Rohár wrote:
> > &twl->phy.notifier is not initalized
> >
> > Signed-off-by: Pali Rohár
> >
> > diff --git a/drivers/usb/phy/phy-twl4030-usb.c
> > b/drivers/usb/phy/phy-twl4030-usb.c i
Fabio Porcedda writes:
> Newer firmware use a new pid and a different interface.
>
> Signed-off-by: Fabio Porcedda
> ---
> drivers/net/usb/qmi_wwan.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
> index 6312332..5f6b6fa 100644
Aleksander Morgado writes:
> Cinterion PLXX LTE devices have a 0x0060 product ID, not 0x12d1.
>
> The blacklisting in the serial/option driver does actually use the correct
> PID,
> as per commit 8ff10bdb14a52e3f25d4ce09e0582a8684c1a6db ('USB: Blacklisted
> Cinterion's PLxx WWAN Interface').
Ri
Hi,
On Wednesday, September 18, 2013 09:11:06 AM Felipe Balbi wrote:
> Hi,
>
> On Wed, Sep 18, 2013 at 11:20:27AM +0200, Pavel Machek wrote:
> > On Tue 2013-09-17 20:45:39, Felipe Balbi wrote:
> > > On Wed, Sep 18, 2013 at 12:04:27AM +0200, Pavel Machek wrote:
> > > > On Tue 2013-09-17 10:42:30,
On Wed, 25 Sep 2013, Huang Rui wrote:
> Yes, the patch set refactors chipset type for AMD chipset
> genernations, this type is appropriate for all AMD platforms including
> the previous.
>
> For example, below quirk for amd700 with SB800 chipsets, actually I
> can only use: amd_chipset.sb_type.ge
Cinterion PLXX LTE devices have a 0x0060 product ID, not 0x12d1.
The blacklisting in the serial/option driver does actually use the correct PID,
as per commit 8ff10bdb14a52e3f25d4ce09e0582a8684c1a6db ('USB: Blacklisted
Cinterion's PLxx WWAN Interface').
CC: Hans-Christoph Schemmel
CC: Christian
Hi Mark,
Nice to hear from you again; on Saturday LOT's dreamliner was not
grounded and I have safely returned home ;)
Please see my comments inline.
W dniu 24.09.2013 19:56, charl...@gmail.com pisze:
From: Mark Charlebois
--- linux.orig/drivers/usb/gadget/f_fs.c
+++ linux/drivers/usb/gadge
Hi Christoph,
Le Wed, 25 Sep 2013 12:17:40 +0200,
Christoph Fritz a écrit :
> On Tue, 2013-04-09 at 14:28 -0300, Fabio Estevam wrote:
> > On Mon, Apr 8, 2013 at 9:09 PM, Fabio Estevam wrote:
> >
> > >> I know that I have to use the driver ULPI but with my configuration, I
> > >> get these erro
On Wed, Sep 25, 2013 at 10:50 AM, Christoph Fritz
wrote:
> mhm.. damn, I'm stuck here with a 3.4.x without
> "drivers/usb/chipidea/usbmisc_imx.c". But isn't ULPI detection before
> loading an USB driver?
Not really, mxc-ehci driver is loaded first. Please see the log:
ehci_hcd: USB 2.0 'Enhanc
On Wed, 2013-09-25 at 10:34 -0300, Fabio Estevam wrote:
> On Wed, Sep 25, 2013 at 10:25 AM, Christoph Fritz
> wrote:
> >> Are you able to use the chipidea driver instead of the ehci-mxc?
> >
> > No, I'm not. Is there already "glue-code" for imx.27 ?
>
> It still needs a usbmisc_imx27_init() entry
On Wed, Sep 25, 2013 at 10:25 AM, Christoph Fritz
wrote:
>> Are you able to use the chipidea driver instead of the ehci-mxc?
>
> No, I'm not. Is there already "glue-code" for imx.27 ?
It still needs a usbmisc_imx27_init() entry in
drivers/usb/chipidea/usbmisc_imx.c
Regards,
Fabio Estevam
--
To
Sorry, I really don't see the point of this. Yes, the lines are longer
than 80 columns, but breaking them don't improve the readability at
all. On the contrary, IMHO.
So NAK from me for this part.
Bjørn
Fabio Porcedda writes:
> Signed-off-by: Fabio Porcedda
> ---
> drivers/net/usb/qmi_wwa
Not a comment on the code, just your text:
On Wed, Sep 25, 2013 at 11:53:00AM +0200, Andrew Lunn wrote:
> Add a driver which supports the following Moxa USB to serial converters:
> * 2 ports : UPort 1250, UPort 1250I
> * 4 ports : UPort 1410, UPort 1450, UPort 1450I
> * 8 ports :
On Wed, 2013-09-25 at 10:09 -0300, Fabio Estevam wrote:
> Hi Christoph,
>
> On Wed, Sep 25, 2013 at 7:17 AM, Christoph Fritz
> wrote:
> > On Tue, 2013-04-09 at 14:28 -0300, Fabio Estevam wrote:
> >> On Mon, Apr 8, 2013 at 9:09 PM, Fabio Estevam wrote:
> >>
> >> >> I know that I have to use the d
Hi Christoph,
On Wed, Sep 25, 2013 at 7:17 AM, Christoph Fritz
wrote:
> On Tue, 2013-04-09 at 14:28 -0300, Fabio Estevam wrote:
>> On Mon, Apr 8, 2013 at 9:09 PM, Fabio Estevam wrote:
>>
>> >> I know that I have to use the driver ULPI but with my configuration, I
>> >> get these errors :
>> >> "
Fixed coding style issue where lines are indented with spaces
instead of tabs.
Signed-off-by: Luis Ortega Perez de Villar
---
drivers/staging/dwc2/core.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/dwc2/core.c b/drivers/staging/dwc2/core.c
index 06d
On Tue, 2013-04-09 at 14:28 -0300, Fabio Estevam wrote:
> On Mon, Apr 8, 2013 at 9:09 PM, Fabio Estevam wrote:
>
> >> I know that I have to use the driver ULPI but with my configuration, I
> >> get these errors :
> >> "
> >> ehci-mxc: Freescale On-Chip EHCI Host driver
> >> mxc-ehci mxc-ehci.0: i
Add a driver which supports the following Moxa USB to serial converters:
* 2 ports : UPort 1250, UPort 1250I
* 4 ports : UPort 1410, UPort 1450, UPort 1450I
* 8 ports : UPort 1610-8, UPort 1650-8
* 16 ports : UPort 1610-16, UPort 1650-16
The UPORT devices don't directy fit t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 18.09.2013 18:58, Felipe Balbi wrote:
> On Wed, Sep 18, 2013 at 09:31:55AM +0200, Steffen Sledz wrote:
>> On 22.04.2012 17:52, Thomas Knauth wrote:
>>> I am trying to develop a driver for the net2280 successor (USB 3380 from
>>> PLX)...
>>
>> What
On Wed, 25 Sep 2013, oli...@neukum.org wrote:
> Some systems although they have firmware class 'M', which usually
> needs a work around to not crash, must not be subjected to the
> work around because the work around crashes them. They cannot be
> told apart by their own device descriptor, but as
Newer firmware use a new pid and a different interface.
Signed-off-by: Fabio Porcedda
---
drivers/net/usb/qmi_wwan.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
index 6312332..5f6b6fa 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/dr
Signed-off-by: Fabio Porcedda
---
drivers/net/usb/qmi_wwan.c | 56 +-
1 file changed, 36 insertions(+), 20 deletions(-)
diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
index 5f6b6fa..0e59f9e 100644
--- a/drivers/net/usb/qmi_wwan.c
On Wednesday 18 September 2013 19:03:33 Pali Rohár wrote:
> &twl->phy.notifier is not initalized
>
> Signed-off-by: Pali Rohár
>
> diff --git a/drivers/usb/phy/phy-twl4030-usb.c
> b/drivers/usb/phy/phy-twl4030-usb.c index 8f78d2d..efe6155
> 100644
> --- a/drivers/usb/phy/phy-twl4030-usb.c
> +++
From: Oliver Neukum
Some systems although they have firmware class 'M', which usually
needs a work around to not crash, must not be subjected to the
work around because the work around crashes them. They cannot be
told apart by their own device descriptor, but as they are part
of compound devices
36 matches
Mail list logo