Re: [Bug 100631] Usb device not functioning in initramfs luks disk unlock

2015-06-30 Thread Glasswall Information Point
Op 29-06-15 om 19:01 schreef bugzilla-dae...@bugzilla.kernel.org: > https://bugzilla.kernel.org/show_bug.cgi?id=100631 > > --- Comment #1 from Greg Kroah-Hartman --- > On Mon, Jun 29, 2015 at 09:53:04AM +, bugzilla-dae...@bugzilla.kernel.org > wrote: >> https://bugzilla.kernel.org/show_bug.

RE: Errata for Freescale root-hub TT?

2015-06-30 Thread Peter Chen
> Le Mon, 29 Jun 2015 16:40:52 +0800, > Peter Chen a écrit : > > > I am not sure if you have noticed the patch[1], it is the solution for > > this issue, in the RTL, the default reserved time for one packet is > > 1023 bytes for siTD, so after 4 * 64 packets has transfered, the > > reserved tim

Re: Errata for Freescale root-hub TT?

2015-06-30 Thread Matthieu CASTET
Hi Peter, Le Mon, 29 Jun 2015 16:40:52 +0800, Peter Chen a écrit : > I am not sure if you have noticed the patch[1], it is the solution for > this issue, in the RTL, the default reserved time for one packet is > 1023 bytes for siTD, so after 4 * 64 packets has transfered, the > reserved time is

Re: [PATCH RFC] 2/2 huawei_cdc_ncm: introduce new TX ncm stack

2015-06-30 Thread Enrico Mioso
Ok, for now I should let go of this - might be it was a little bit too much for the time constaints I am having. But thank you for your effort Oliver. Anyway, trying to write this new TX engine helped me in understand better things and conceive the patch I sent you affecting cdc_ncm.c, which tri

About zero-length packet design for EHCI

2015-06-30 Thread Peter Chen
Hi Alan, When reading the code (at qh_urb_transaction) about zero-length packet for EHCI, would you please help me on below questions: - I have not found the zero-length qtd prepared for control read (eg, the transfer size is multiple of wMaxPacketSize), Am I missing something? - Why the IN tran

Re: Official bugreport 4.1 kernel (audio gadget and ChipIdea)

2015-06-30 Thread Marek Vasut
On Tuesday, June 30, 2015 at 04:23:01 AM, Peter Chen wrote: > On Fri, Jun 26, 2015 at 07:15:18PM +0200, Sébastien Pruvost wrote: > > Hello, > > > > I'm sending this mail to report a bug concerning the latest kernel 4.1. > > > > Here is the problem (and the test I've done): > > I h

[EDT][PATCH] USB XHCI: Bugfix for NULL pointer deference in xhci_endpoint_init() function

2015-06-30 Thread AMAN DEEP
EP-D52BC23FD00D4E2BBEED88BA6AF8C4AC virt_dev->num_cached_rings counts on freed ring and is not updated correctly. In xhci_free_or_cache_endpoint_ring() function, the free ring is added into cache and then num_rings_cache is incremented as below: virt_dev->ring_cache[rings_cache

[PATCH] usb: move assignment out of if condition

2015-06-30 Thread Kris Borer
Fix four occurrences of the checkpatch.pl error: ERROR: do not use assignment in if condition Signed-off-by: Kris Borer --- drivers/usb/core/hcd.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index be5b207..e26

Re: [PATCH] usb: move assignment out of if condition

2015-06-30 Thread Sergei Shtylyov
Hello. On 6/30/2015 4:02 PM, Kris Borer wrote: Fix four occurrences of the checkpatch.pl error: ERROR: do not use assignment in if condition Signed-off-by: Kris Borer --- drivers/usb/core/hcd.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers

Re: [PATCH] usb: move assignment out of if condition

2015-06-30 Thread Oliver Neukum
On Tue, 2015-06-30 at 09:02 -0400, Kris Borer wrote: > Fix four occurrences of the checkpatch.pl error: > > ERROR: do not use assignment in if condition > > Signed-off-by: Kris Borer Sorry, but NACK! Those patches are totally broken. > --- > drivers/usb/core/hcd.c | 13 - > 1 file

Re: [PATCH v2] usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfers

2015-06-30 Thread Mathias Nyman
Hi On 30.06.2015 04:54, Reyad Attiyat wrote: > Hey Mathias, > > The intention is to send an extra endpoint packet of length zero as my > wireless card needs this to function properly. I have skimmed through > the xhci spec and assumed that each td would generate a packet. That > is why I do not c

[PATCH] usb: host: xhci: remove typo in function documentation

2015-06-30 Thread Luis de Bethencourt
Fix "though" to "through" in documentation of xhci_alloc_streams(). Signed-off-by: Luis de Bethencourt --- drivers/usb/host/xhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index 7da0d60..e66857f 100644 --- a/drivers/usb

self-modeswitching device

2015-06-30 Thread Oliver Neukum
Hi, I am looking at a device that spontaneously switches its mode. I guess that you need to actively do something that some Windows versions do to keep the device in its initial mode. The device contains an SD card reader. That leaves me in a predicament. The medium if it is mounted before the dev

Re: [PATCH] usb: move assignment out of if condition

2015-06-30 Thread Greg KH
On Tue, Jun 30, 2015 at 09:02:22AM -0400, Kris Borer wrote: > Fix four occurrences of the checkpatch.pl error: > > ERROR: do not use assignment in if condition If you are going to do stuff like this, use Coccinelle so you are sure you don't break the code. Also always test your changes, if possi

Re: [PATCH][RFC] usbhid: enable autosuspend for internal devices

2015-06-30 Thread Alan Stern
On Sat, 27 Jun 2015, Greg Kroah-Hartman wrote: > On Fri, Jun 26, 2015 at 09:20:19PM -0400, Alan Stern wrote: > > My Apple keyboard isn't here at the moment, and I don't remember > > exactly what its hub descriptor contains. In theory, it _should_ mark > > the permanently attached port as non-remo

[PATCH] USB: OHCI: Fix race between ED unlink and URB submission

2015-06-30 Thread Alan Stern
This patch fixes a bug introduced by commit 977dcfdc6031 ("USB: OHCI: don't lose track of EDs when a controller dies"). The commit changed ed_state from ED_UNLINK to ED_IDLE too early, before finish_urb() had been called. The user-visible consequence is that the driver occasionally crashes or loc

Re: USB disks not recognized during boot

2015-06-30 Thread Alan Stern
On Mon, 29 Jun 2015, Raphael Hertzog wrote: > [ Please keep me in CC as I'm not subscribed ] > > Hello, > > I'm the happy owner of a Intel NUC D54250WYKH (updated it to latest Intel > firmware) which has an XHCI host controller. It's connected over USB 3 to > a JBOD-configured disk enclosure (IC

Re: self-modeswitching device

2015-06-30 Thread Alan Stern
On Tue, 30 Jun 2015, Oliver Neukum wrote: > Hi, > > I am looking at a device that spontaneously switches > its mode. I guess that you need to actively do something > that some Windows versions do to keep the device in its > initial mode. When does the spontaneous mode switch occur? > The device

Re: About zero-length packet design for EHCI

2015-06-30 Thread Alan Stern
On Tue, 30 Jun 2015, Peter Chen wrote: > Hi Alan, > > When reading the code (at qh_urb_transaction) about zero-length packet > for EHCI, would you please help me on below questions: > > - I have not found the zero-length qtd prepared for control read (eg, > the transfer size is multiple of wMaxP

Re: self-modeswitching device

2015-06-30 Thread Oliver Neukum
On Tue, 2015-06-30 at 11:34 -0400, Alan Stern wrote: > On Tue, 30 Jun 2015, Oliver Neukum wrote: > > > Hi, > > > > I am looking at a device that spontaneously switches > > its mode. I guess that you need to actively do something > > that some Windows versions do to keep the device in its > > init

Re: [EDT][PATCH] USB XHCI: Bugfix for NULL pointer deference in xhci_endpoint_init() function

2015-06-30 Thread Greg KH
On Tue, Jun 30, 2015 at 12:10:40PM +, AMAN DEEP wrote: > EP-D52BC23FD00D4E2BBEED88BA6AF8C4AC What does this mean? And what does "[EDT]" in your subject mean? Please fix up and resend properly. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the

Re: [Bug 100631] Usb device not functioning in initramfs luks disk unlock

2015-06-30 Thread Greg KH
On Tue, Jun 30, 2015 at 08:53:14AM +0200, Glasswall Information Point wrote: > > > Op 29-06-15 om 19:01 schreef bugzilla-dae...@bugzilla.kernel.org: > > https://bugzilla.kernel.org/show_bug.cgi?id=100631 > > > > --- Comment #1 from Greg Kroah-Hartman --- > > On Mon, Jun 29, 2015 at 09:53:04AM +

[PATCH 2/7] usb: dwc3: omap: drop dev_dbg() usage

2015-06-30 Thread Felipe Balbi
Some of the messages were plain unnecessary and some were actually errors. Fix it all up. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/dwc3-omap.c | 43 --- 1 file changed, 4 insertions(+), 39 deletions(-) diff --git a/drivers/usb/dwc3/dwc3-omap.c b/d

[PATCH 4/7] usb: dwc3: exynos: switch dev_dbg() to dev_info()

2015-06-30 Thread Felipe Balbi
that message is informing that the clock is missing. However, that's a valid condition for some setups; driver even ignores the error and continues just fine. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/dwc3-exynos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver

[PATCH 6/7] usb: dwc3: st: remove two unnecessary messages

2015-06-30 Thread Felipe Balbi
the mode of operation is exposed through debugfs at all times. Because of that, we're removing the unnecessary messages. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/dwc3-st.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/usb/dwc3/dwc3-st.c b/drivers/usb/dwc3/dwc3-st.c index

[PATCH 5/7] usb: dwc3: qcom: switch dev_dbg() to dev_info()

2015-06-30 Thread Felipe Balbi
those two messages are informing that the clock doesn't exist; that, however, is a valid situation and driver continues just fine by ignoring the error. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/dwc3-qcom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/us

[PATCH 3/7] usb: dwc3: keystone: convert dev_dbg() to dev_err()

2015-06-30 Thread Felipe Balbi
that's an error condition, not a debugging message. Let's promote it appropriately. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/dwc3-keystone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/dwc3/dwc3-keystone.c b/drivers/usb/dwc3/dwc3-keystone.c index fe3b

[PATCH 0/7] usb: dwc3: remove CONFIG_USB_DWC3_DEBUG

2015-06-30 Thread Felipe Balbi
Hi, I plan to get these patches merged for v4.3 merge window. Let me know if you have any real objections. Keep in mind that "I like dev_dbg()" or "I'm used to dev_dbg()" are not valid objections. cheers Felipe Balbi (7): usb: dwc3: drop dev_dbg() from dwc3 usb: dwc3: omap: drop dev_dbg() us

[PATCH 7/7] usb: dwc3: drop CONFIG_USB_DWC3_DEBUG

2015-06-30 Thread Felipe Balbi
now that we have no users of dev_dbg() in dwc3, we can't safely remove CONFIG_USB_DWC3_DEBUG. If dev_dbg() is ever strictly necessary - and I don't see why it would, considering we want to rely on tracepoints for debug - we will depend on DYNAMIC_PRINTK to enable such messages. Signed-off-by: Fel

[PATCH 1/7] usb: dwc3: drop dev_dbg() from dwc3

2015-06-30 Thread Felipe Balbi
After this patch, the actual dwc3 driver doesn't need dev_dbg(). After a couple more patches on glue layers, we will be able to remove CONFIG_DWC3_DEBUG and rely solely on tracepoints for our debugging. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/core.c | 8 +--- drivers/usb/dwc3/ep0

Re: [PATCH 7/7] usb: dwc3: drop CONFIG_USB_DWC3_DEBUG

2015-06-30 Thread Felipe Balbi
On Tue, Jun 30, 2015 at 12:56:50PM -0500, Felipe Balbi wrote: > now that we have no users of dev_dbg() in dwc3, > we can't safely remove CONFIG_USB_DWC3_DEBUG. > > If dev_dbg() is ever strictly necessary - and I > don't see why it would, considering we want to > rely on tracepoints for debug - we

Re: [PATCH] USB: OHCI: Fix race between ED unlink and URB submission

2015-06-30 Thread Sergei Shtylyov
Hello. On 06/30/2015 06:25 PM, Alan Stern wrote: This patch fixes a bug introduced by commit 977dcfdc6031 ("USB: OHCI: don't lose track of EDs when a controller dies"). The commit changed ed_state from ED_UNLINK to ED_IDLE too early, before finish_urb() had been called. The user-visible conse

Re: [PATCH 3/7] usb: dwc3: keystone: convert dev_dbg() to dev_err()

2015-06-30 Thread Sergei Shtylyov
Hello. On 06/30/2015 08:56 PM, Felipe Balbi wrote: that's an error condition, not a debugging message. Let's promote it appropriately. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/dwc3-keystone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/dwc

Re: [PATCH 7/7] usb: dwc3: drop CONFIG_USB_DWC3_DEBUG

2015-06-30 Thread Sergei Shtylyov
Hello. On 06/30/2015 08:56 PM, Felipe Balbi wrote: now that we have no users of dev_dbg() in dwc3, we can't safely remove CONFIG_USB_DWC3_DEBUG. s/can't/can/. If dev_dbg() is ever strictly necessary - and I don't see why it would, considering we want to rely on tracepoints for debug - we

Re: [PATCH] USB: OHCI: Fix race between ED unlink and URB submission

2015-06-30 Thread Alan Stern
On Tue, 30 Jun 2015, Sergei Shtylyov wrote: > Hello. > > On 06/30/2015 06:25 PM, Alan Stern wrote: > > > This patch fixes a bug introduced by commit 977dcfdc6031 ("USB: OHCI: > > don't lose track of EDs when a controller dies"). The commit changed > > ed_state from ED_UNLINK to ED_IDLE too earl

Re: [PATCH v8 4/9] mfd: Add binding document for NVIDIA Tegra XUSB

2015-06-30 Thread Grant Likely
On Tue, 26 May 2015 16:18:54 +0100 , Lee Jones wrote: > On Thu, 21 May 2015, Thierry Reding wrote: > > > On Thu, May 21, 2015 at 09:40:01AM +0100, Lee Jones wrote: > > > On Wed, 20 May 2015, Thierry Reding wrote: > > > > On Wed, May 20, 2015 at 07:35:51AM +0100, Lee Jones wrote: > > > > > On Tue

Re: [PATCH 7/7] usb: dwc3: drop CONFIG_USB_DWC3_DEBUG

2015-06-30 Thread Felipe Balbi
On Tue, Jun 30, 2015 at 10:23:16PM +0300, Sergei Shtylyov wrote: > Hello. > > On 06/30/2015 08:56 PM, Felipe Balbi wrote: > > >now that we have no users of dev_dbg() in dwc3, > >we can't safely remove CONFIG_USB_DWC3_DEBUG. > >s/can't/can/. heh, thanks :-) I'll fix in branch only. -- balb

Re: [PATCH 3/7] usb: dwc3: keystone: convert dev_dbg() to dev_err()

2015-06-30 Thread Felipe Balbi
On Tue, Jun 30, 2015 at 10:21:40PM +0300, Sergei Shtylyov wrote: > Hello. > > On 06/30/2015 08:56 PM, Felipe Balbi wrote: > > >that's an error condition, not a debugging message. > > >Let's promote it appropriately. > > >Signed-off-by: Felipe Balbi > >--- > > drivers/usb/dwc3/dwc3-keystone.c

Re: [PATCH 3/7] usb: dwc3: keystone: convert dev_dbg() to dev_err()

2015-06-30 Thread Sergei Shtylyov
On 07/01/2015 12:10 AM, Felipe Balbi wrote: that's an error condition, not a debugging message. Let's promote it appropriately. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/dwc3-keystone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/dwc3/dwc3-k

Re: [PATCH 3/7] usb: dwc3: keystone: convert dev_dbg() to dev_err()

2015-06-30 Thread Felipe Balbi
On Wed, Jul 01, 2015 at 12:12:05AM +0300, Sergei Shtylyov wrote: > On 07/01/2015 12:10 AM, Felipe Balbi wrote: > > >>>that's an error condition, not a debugging message. > > >>>Let's promote it appropriately. > > >>>Signed-off-by: Felipe Balbi > >>>--- > >>> drivers/usb/dwc3/dwc3-keystone.c |

[RFC PATCH 0/1] RFC - Implement a usbredir kernel module

2015-06-30 Thread Jeremy White
The following patch proposes a new kernel module to provide an alternate protocol for transporting USB devices over a TCP/IP connection. This flows from a few conversations on the Spice devel mailing list.[1][2] I am relying heavily on the opinion of Hans de Goede, who believes that the usbredir

Re: [PATCH 5/7] usb: dwc3: qcom: switch dev_dbg() to dev_info()

2015-06-30 Thread Andy Gross
On Tue, Jun 30, 2015 at 12:56:48PM -0500, Felipe Balbi wrote: > those two messages are informing that the clock > doesn't exist; that, however, is a valid situation > and driver continues just fine by ignoring the error. Reviewed-by: Andy Gross -- Qualcomm Innovation Center, Inc. The Qualcomm I

Re: [RFC PATCH 1/1] Add a usbredir kernel module to remotely connect USB devices over IP.

2015-06-30 Thread Greg KH
On Tue, Jun 30, 2015 at 04:44:10PM -0500, Jeremy White wrote: > This module uses the usbredir protocol and user space tools, > which are used by the SPICE project. > > Signed-off-by: Jeremy White > --- > MAINTAINERS |6 + > drivers/usb/Kconfig

Re: [PATCH 5/7] usb: dwc3: qcom: switch dev_dbg() to dev_info()

2015-06-30 Thread Felipe Balbi
On Tue, Jun 30, 2015 at 06:15:29PM -0500, Andy Gross wrote: > On Tue, Jun 30, 2015 at 12:56:48PM -0500, Felipe Balbi wrote: > > those two messages are informing that the clock > > doesn't exist; that, however, is a valid situation > > and driver continues just fine by ignoring the error. > > Revie

答复: about [PATCH] net:usb:cdc_ncm: fix that tag Huawei devices as wwan

2015-06-30 Thread Chenqi (jakio)
Hi,bjorn, Thanks for your kindly reply and providing so much info about linux wwan components! We'll make a deep research on linux wwan architecture, maybe we can support it in the newly developing products. About what you saying about "submit the patch formally", what steps should I do? Is th

Re: 答复: about [PATCH] net:usb:cdc_ncm: fix that tag Huawei devices as wwan

2015-06-30 Thread Greg KH
On Wed, Jul 01, 2015 at 12:49:01AM +, Chenqi (jakio) wrote: > Hi,bjorn, > > Thanks for your kindly reply and providing so much info about linux wwan > components! > > We'll make a deep research on linux wwan architecture, maybe we can support > it in the newly developing products. > About w

答复: 答复: about [PATCH] net:usb:cdc_ncm: fix that tag Huawei devices as wwan

2015-06-30 Thread Chenqi (jakio)
Hi, Greg, Got it! Thanks Jakio.chen -邮件原件- 发件人: Greg KH [mailto:gre...@linuxfoundation.org] 发送时间: 2015年7月1日 9:05 收件人: Chenqi (jakio) 抄送: Bjørn Mork; torva...@linux-foundation.org; aleksan...@aleksander.es; d...@redhat.com; oli...@neukum.org; ben.hutchi...@codethink.co.uk; linux-usb@vg

Re: About zero-length packet design for EHCI

2015-06-30 Thread Peter Chen
On Tue, Jun 30, 2015 at 12:03:34PM -0400, Alan Stern wrote: > On Tue, 30 Jun 2015, Peter Chen wrote: > > > Hi Alan, > > > > When reading the code (at qh_urb_transaction) about zero-length packet > > for EHCI, would you please help me on below questions: > > > > - I have not found the zero-length

Re: [RFC PATCH 1/1] Add a usbredir kernel module to remotely connect USB devices over IP.

2015-06-30 Thread Jeremy White
It's pointless to post a patch that you know has problems with it (i.e. it's not even in proper kernel coding style), as it will never be reviewed or even looked at. Thanks for the reply, and I'm sorry for the clumsy ask. I would still appreciate feedback on two points: 1. Is the basic pre

[PATCH 3/5] usb: phy: tahvo: Use devm_extcon_dev_[allocate|register]() and replace deprecated API

2015-06-30 Thread Chanwoo Choi
This patch uses the devm_extcon_dev_[allocate|register]() to manage the resource automatically and replace deprecated API as following: - extcon_[set|get]_cable_state(*edev, char *) -> extcon_[set|get]_cable_state_(*edev, id) Cc: Felipe Balbi Cc: Greg Kroah-Hartman Signed-off-by: Chanwoo Choi

[PATCH 1/5] usb: dwc3: omap: Replace deprecated API of extcon

2015-06-30 Thread Chanwoo Choi
This patch removes the deprecated notifier API of extcon framwork and then use the new extcon API with the unique id to indicate the each external connector (USB, USB-HOST). Alter deprecated API as following: - extcon_register_interest() -> extcon_register_notifier() - extcon_get_cable_state(*edev

[PATCH 5/5] usb: phy: msm-usb: Replace deprecated API of extcon

2015-06-30 Thread Chanwoo Choi
This patch removes the deprecated notifier API of extcon framwork and then use the new extcon API with the unique id to indicate the each external connector (USB, USB-HOST). Alter deprecated API as following: - extcon_register_interest() -> extcon_register_notifier() - extcon_get_cable_state(*edev

[PATCH 4/5] usb: renesas_usbhs: Replace deprecated API of extcon

2015-06-30 Thread Chanwoo Choi
This patch removes the deprecated API of extcon and then use the new extcon API with the unique id to indicate the each external connector (USB-HOST). - extcon_get_cable_state(*edev, char *) -> extcon_get_cable_state_(*edev, id) Cc: Greg Kroah-Hartman Cc: Felipe Balbi Cc: Yoshihiro Shimoda Cc:

[PATCH 0/5] usb: Replace deprecated API of extcon

2015-06-30 Thread Chanwoo Choi
This patch removes the deprecated API of extcon framwork and then use the new extcon API with the unique id to indicate the each external connector. Th deprecated API with cable name as following: - int extcon_register_interest(struct extcon_specific_cable_nb *obj,

[PATCH 2/5] usb: phy: omap-otg: Replace deprecated API of extcon

2015-06-30 Thread Chanwoo Choi
This patch removes the deprecated notifier API of extcon framwork and then use the new extcon API with the unique id to indicate the each external connector (USB, USB-HOST). Alter deprecated API as following: - extcon_register_interest() -> extcon_register_notifier() - extcon_get_cable_state(*edev

[PATCH] USB XHCI: Bugfix for NULL pointer deference in xhci_endpoint_init() function

2015-06-30 Thread AMAN DEEP
virt_dev->num_cached_rings counts on freed ring and is not updated correctly. In xhci_free_or_cache_endpoint_ring() function, the free ring is added into cache and then num_rings_cache is incremented as below: virt_dev->ring_cache[rings_cached] = virt_dev

Re: [RFC PATCH 1/1] Add a usbredir kernel module to remotely connect USB devices over IP.

2015-06-30 Thread Greg KH
On Tue, Jun 30, 2015 at 10:34:25PM -0500, Jeremy White wrote: > > > >It's pointless to post a patch that you know has problems with it (i.e. > >it's not even in proper kernel coding style), as it will never be > >reviewed or even looked at. > > Thanks for the reply, and I'm sorry for the clumsy as

Cannot use the logitech k520 (046d:c52b) to unlock my luks disk at boot time

2015-06-30 Thread Glasswall Information Point
Bug as submitted on: https://bugzilla.kernel.org/show_bug.cgi?id=100631 Mailing it to this mailing list on advice of greg k-h -- Cannot use the logitech k520 (046d:c52b) to unlock my luks disk at boot time Hitting keyb