with due respect

2019-09-20 Thread Mr Duna Wattara
Dear Friend, I know that this mail will come to you as a surprise as we have never met before, but need not to worry as I am contacting you independently of my investigation and no one is informed of this communication. I need your urgent assistance in transferring the sum of $11.3million immedia

Re: [PATCH] [PATCH v7] USB: serial: pl2303: Add new PID to support PL2303HXN (TYPE_HXN)

2019-09-20 Thread Johan Hovold
On Tue, Aug 27, 2019 at 04:40:39PM +0800, Charles Yeh wrote: > Johan Hovold 於 2019年7月16日 週二 下午4:49寫道: > > > #define PL2303_FLOWCTRL_MASK 0xf0 > > > +#define PL2303_HXN_FLOWCTRL_MASK 0x1C > > > +#define PL2303_HXN_FLOWCTRL 0x0A > > > > I asked you to keep related defines toget

FROM MS LISA HUGH(BUSINESS).

2019-09-20 Thread Ms Lisa Hugh
Dear Friend, I am Ms Lisa Hugh work with the department of Audit and accounting manager here in the Bank(B.O.A). Please i need your assistance for the transferring of thIs fund to your bank account for both of us benefit for life time investment, amount (US$4.5M DOLLARS). I have every inqu

[PATCH] Check for changed device descriptors when a connection-change occurs before validating the connection.

2019-09-20 Thread David Heinzelmann
When a port connection-change occurs the hub driver tries to resuscitate an existing device. Activated from a firmware download a usb device can re-enumerate with new or changed device descriptors. Therefore it will be checked for changed device descriptors before the connection is resuscitated

Re: [PATCH] Check for changed device descriptors when a connection-change occurs before validating the connection.

2019-09-20 Thread Greg KH
On Fri, Sep 20, 2019 at 12:36:28PM +0200, David Heinzelmann wrote: > When a port connection-change occurs the hub driver tries to resuscitate an > existing device. > Activated from a firmware download a usb device can re-enumerate with new or > changed device > descriptors. Therefore it will be c

[PATCH 1/1] usb: serial: option: add ZLP support for 0x1bc7/0x9010

2019-09-20 Thread Daniele Palmas
Telit FN980 flashing device 0x1bc7/0x9010 requires zero packet to be sent if out data size is equal to the endpoint max size. Signed-off-by: Daniele Palmas --- drivers/usb/serial/option.c | 8 drivers/usb/serial/usb-wwan.h | 1 + drivers/usb/serial/usb_wwan.c | 9 + 3 files ch

Re: [PATCH] Check for changed device descriptors when a connection-change occurs before validating the connection.

2019-09-20 Thread David Heinzelmann
Hi, sorry for the wrong patch format. I am trying to detect a change. At the moment I think the change could be ignored if a port connection-change occurs and the port status has again the 'PORT_CONNECTION' bit set. I have a fx3 device which does a re-enumeration after a firmware download. Th

Re: [PATCH] Check for changed device descriptors when a connection-change occurs before validating the connection.

2019-09-20 Thread Greg KH
On Fri, Sep 20, 2019 at 03:17:26PM +0200, David Heinzelmann wrote: > Hi, > > sorry for the wrong patch format. No problem, that's normal. But please do not top-post on linux mailing lists. > I am trying to detect a change. At the moment I think the change could be > ignored if a > port connect

[PATCH V4 0/3] ADD interconnect support for Qualcomm DWC3 driver

2019-09-20 Thread cchiluve
This path series aims to add interconnect support in dwc3-qcom driver on SDM845 SoCs. Changes from v3 -> v4 > Fixed review comments from Matthias > [PATCH 1/3] and [PATCH 3/3] remains unchanged Changes from v2 -> v3 > Fixed review comments from Matthias and Manu > changed the functions pr

[PATCH V4 2/3] usb: dwc3: qcom: Add interconnect support in dwc3 driver

2019-09-20 Thread cchiluve
From: Chandana Kishori Chiluveru Add interconnect support in dwc3-qcom driver to vote for bus bandwidth. This requires for two different paths - from USB master to DDR slave. The other is from APPS master to USB slave. Signed-off-by: Chandana Kishori Chiluveru --- drivers/usb/dwc3/dwc3-qcom.c

[PATCH V4 1/3] dt-bindings: Introduce interconnect properties for Qualcomm DWC3 driver

2019-09-20 Thread cchiluve
From: Chandana Kishori Chiluveru Add documentation for the interconnects and interconnect-names properties for USB as detailed by bindings/interconnect/interconnect.txt. Signed-off-by: Chandana Kishori Chiluveru Reviewed-by: Matthias Kaehlcke --- Documentation/devicetree/bindings/usb/qcom,dwc

[PATCH V4 3/3] arm64: dts: sdm845: Add interconnect properties for USB

2019-09-20 Thread cchiluve
From: Chandana Kishori Chiluveru Populate USB DT nodes with interconnect properties. Signed-off-by: Chandana Kishori Chiluveru Reviewed-by: Matthias Kaehlcke --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sdm

Re: [PATCH] Check for changed device descriptors when a connection-change occurs before validating the connection.

2019-09-20 Thread David Heinzelmann
On Fri, Sep 20, 2019 at 02:15:38PM +0200, Greg KH wrote: > On Fri, Sep 20, 2019 at 03:17:26PM +0200, David Heinzelmann wrote: > > Hi, > > > > sorry for the wrong patch format. > > No problem, that's normal. But please do not top-post on linux mailing > lists. > > > I am trying to detect a chang

Linux Keyspan USB serial driver ignoring XOFF

2019-09-20 Thread John Goerzen
Hello, I have narrowed down the issue I'm about to describe to keyspan.c; a Digi Edgeport/1 with identical configuration works fine. I am configuring a Raspberry Pi running 4.19.66 (though keyspan.c hasn't changed since 2017) to talk to a real-live vt420. Configuring agetty with systemd worked e

Re: Failed to connect to 4G modem

2019-09-20 Thread JH
Hi Greg, On 9/18/19, Greg KH wrote: > Otherwise, just use 5.3 now and then 5.4 when it comes out in a few > months. My apology for an off topic question. I discussed with my colleague to use 5.3, if we cannot wait for 5.4 LTS release, we will do a remote 5.4 upgrade from 5.3 on air for the produ

Re: [PATCH net,stable] usbnet: ignore endpoints with invalid wMaxPacketSize

2019-09-20 Thread Jakub Kicinski
On Wed, 18 Sep 2019 14:17:38 +0200, Bjørn Mork wrote: > Endpoints with zero wMaxPacketSize are not usable for transferring > data. Ignore such endpoints when looking for valid in, out and > status pipes, to make the drivers more robust against invalid and > meaningless descriptors. > > The wMaxPac

Re: Failed to connect to 4G modem

2019-09-20 Thread Greg KH
On Sat, Sep 21, 2019 at 08:10:30AM +1000, JH wrote: > Hi Greg, > > On 9/18/19, Greg KH wrote: > > Otherwise, just use 5.3 now and then 5.4 when it comes out in a few > > months. > > My apology for an off topic question. I discussed with my colleague to > use 5.3, if we cannot wait for 5.4 LTS re