Hello Dear,
Cordial Greeting to you. I am El Frag Sobibra Karim i am presently working
with the Bank of Africa, here in Ouagadougou, Burkina Faso. I am sending
you this brief mail just to seek your interest and honest partnership to
transfer into your Bank Account the sum of Fifteen million United
On Fri, Sep 18, 2015 at 10:18:27PM -0700, Greg KH wrote:
> And again, don't knock the basic whitespace patch. It is non-trivial,
> see the tutorials for proof of that.
>
> And please, NEVER chide someone for contributing whitespace patches,
> it's a sure way to ensure that this person never contr
Am 19.09.2015 um 07:18 schrieb Greg KH:
I have been saying for years that we have a lack of real projects /
tasks / ideas for people who are skilled, yet have no idea what to do.
I know of well over a hundred people I have email addresses of that have
asked me for these types of things, and have
Hi,
Resending the whole series as Greg asked, and also doing it as a thread
patch series. Sorry for not doing this properly before, I'm learning the
development process. I was using mutt but now I switched to git send-email.
Hopefully procedure will be correct this time.
These patches add the mis
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.
Signed-off-by: Luis de Bethencourt
---
drivers/usb/host/ehci-spear.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/host/ehci-spear.c b/drivers/usb/
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.
Signed-off-by: Luis de Bethencourt
---
drivers/usb/host/fsl-mph-dr-of.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/host/fsl-mph-dr-of.c b/driver
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.
Signed-off-by: Luis de Bethencourt
---
drivers/usb/host/uhci-platform.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/host/uhci-platform.c b/driver
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.
Signed-off-by: Luis de Bethencourt
---
drivers/usb/host/ohci-spear.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/host/ohci-spear.c b/drivers/usb/
Am 19.09.2015 um 14:52 schrieb Alexander Holler:
Am 19.09.2015 um 07:18 schrieb Greg KH:
I have been saying for years that we have a lack of real projects /
tasks / ideas for people who are skilled, yet have no idea what to do.
I know of well over a hundred people I have email addresses of that
On Sat, Sep 19, 2015 at 02:52:06PM +0200, Alexander Holler wrote:
>
> I've recently posted a proof of concept for wiping files, or in other words
> to really delete files, And it was a disaster because if someone posts
> imperfect pathhes on this list, people have fun trying to eat you (because
>
Hello.
On 9/18/2015 8:12 PM, e...@felipetonello.com wrote:
From: "Felipe F. Tonello"
f_midi is not checking weather the is an error on usb_ep_queue
request, ignoring potential problems, such as memory leaks.
Signed-off-by: Felipe F. Tonello
---
drivers/usb/gadget/function/f_midi.c | 10 ++
Build of allmodconfig with avr32 used to fail with the errors:
error: implicit declaration of function 'pci_iomap'
error: implicit declaration of function 'pci_iounmap'
and
"at91_pmc_base" [drivers/usb/gadget/udc/atmel_usba_udc.ko] undefined!
First two patches fixes these two problems. Third patch
compound_head is defined as inline in page-flags.h but in the forward
declaration of compound_head in the same file missed "inline". As a result
we got plenty of build warnings while building for some architecture
like avr32. The warning showed as:
warning: 'compound_head' declared inline after bei
While building avr32 with allmodconfig, the build used to fail with the
message:
error: implicit declaration of function 'pci_iomap'
error: implicit declaration of function 'pci_iounmap'
Create dummy pci_io{map,unmap} functions to fix the build.
Signed-off-by: Sudip Mukherjee
---
Tested with de
While building allmodconfig on avr32 the build failed with the error:
"at91_pmc_base" [drivers/usb/gadget/udc/atmel_usba_udc.ko] undefined!
On checking the code it turned out that if CONFIG_OF is defined then it
is using at91_pmc_read() which is using at91_pmc_base. And unless
COMMON_CLK_AT91 is d
Am 19.09.2015 um 16:22 schrieb Theodore Ts'o:
On Sat, Sep 19, 2015 at 02:52:06PM +0200, Alexander Holler wrote:
I've recently posted a proof of concept for wiping files, or in other words
to really delete files, And it was a disaster because if someone posts
imperfect pathhes on this list, peop
On Fri, Sep 04, 2015 at 07:23:29AM +0200, Mathieu OTHACEHE wrote:
> Add a driver which supports :
>
> - UPort 1110 : 1 port RS-232 USB to Serial Hub.
> - UPort 1130 : 1 port RS-422/485 USB to Serial Hub.
> - UPort 1130I : 1 port RS-422/485 USB to Serial Hub with Isolation.
> - UPort 1150 : 1 po
On Wed, Sep 16, 2015 at 03:12:57AM -0500, Peter E. Berger wrote:
> From: "Peter E. Berger"
>
> While working on a previous patchset for this driver [1] we were
> hampered by the facts that download_fw() is very long and its return
> paths are so complicated. Thus we were compelled to put the pat
Hi,
On 09/18/2015 04:27 PM, Bin Liu wrote:
Some USB phy drivers have different handling for the controller in each
dr_mode. But the phy driver does not have visibility to the dr_mode of
the controller.
This adds an api to return the dr_mode of the controller which
associates the given phy node.
Hi,
On 09/18/2015 10:41 PM, Felipe Balbi wrote:
Hi,
On Fri, Sep 18, 2015 at 03:27:58PM -0500, Bin Liu wrote:
Some USB phy drivers have different handling for the controller in each
dr_mode. But the phy driver does not have visibility to the dr_mode of
the controller.
This adds an api to retur
On Wed, Sep 16, 2015 at 12:28:01PM -0400, David Ward wrote:
> This comment is ambiguous since there are other MC73xx devices with
> different USB IDs. This USB ID is found in the MC7304 and MC7354.
>
> Cc: Bjørn Mork
> Signed-off-by: David Ward
Nice job. I'll queue these up for 3.4.
Thanks,
Jo
On Sat, Sep 19, 2015 at 11:09:54PM +0200, C. SB wrote:
> Hi,
> I'm having a strange issue with a CH340 usb-serial IC : I can only
> use/open it once. Here's what I try:
> The only solution is to unplug+replug the IC; any code using open()
> will fail with the same error.
>
> lsusb output:
> Bus 0
On Sat, Sep 19, 2015 at 03:02:02PM -0700, Johan Hovold wrote:
> On Wed, Sep 16, 2015 at 12:28:01PM -0400, David Ward wrote:
> > This comment is ambiguous since there are other MC73xx devices with
> > different USB IDs. This USB ID is found in the MC7304 and MC7354.
> >
> > Cc: Bjørn Mork
> > Sign
On Mon, Aug 31, 2015 at 05:28:10PM +0300, Mathias Nyman wrote:
> The "ERROR Transfer event TRB DMA ptr not part of curren..." errors are a bit
> worrying.
> I was hoping these would no longer occur after the last off by one fix:
>
> commit 7895086afde2a05fa24a0e410d8e6b75ca7c8fdd
> xhci: fix
On Sat, Sep 19, 2015 at 07:47:22PM +0200, Alexander Holler wrote:
> No. I don't want to lower the standards. Maybe in regard to silly style
> stuff, but not in regard to code quality (and I mean real bugs like races,
> deadlocks or such, and not if a line has more than 80 characters). I would
> hav
On 2015-09-17 22:39, Peter Chen wrote:
> On Wed, Sep 16, 2015 at 02:48:50PM +0530, maitysancha...@gmail.com wrote:
>> On 15-09-16 15:54:21, Peter Chen wrote:
>> > On Wed, Sep 16, 2015 at 02:18:49PM +0530, maitysancha...@gmail.com wrote:
>> > > Hello Peter,
>> > >
>> > > >
>> > > > Enable CONFIG_DEB
26 matches
Mail list logo