Re: FIX ME in oxu210p-hcd.c

2014-09-20 Thread nick
I found a unfixed FIX ME in the file stated in my above message. I am wondering what to set hcd->self.comtroller->dma_mask to as it's now been defined to NULL and clearly even as a newbie this seem incorrect. Regards Nick -- To unsubscribe from this list: send the line "u

Re: FIX ME in oxu210p-hcd.c

2014-09-21 Thread nick
gt; defined to NULL and clearly even as a newbie this seem incorrect. >> Regards Nick > > Usually, it is set at its controller driver or pass through through device > tree or > platform data. > > Peter > Sorry Peter, I apologize for asking for more help here but I will

Re: FIX ME in oxu210p-hcd.c

2014-09-21 Thread nick
On 14-09-21 10:11 PM, gre...@linuxfoundation.org wrote: > On Sun, Sep 21, 2014 at 10:03:28PM -0400, nick wrote: >> >> >> On 14-09-21 07:53 PM, Peter Chen wrote: >>> >>> >>>> Subject: Re: FIX ME in oxu210p-hcd.c >>>> >>>&

Re: FIX ME in oxu210p-hcd.c

2014-09-21 Thread nick
;dma_mask to as it's now >>>> been defined to NULL and clearly even as a newbie this seem incorrect. >>>> Regards Nick >>> >>> Usually, it is set at its controller driver or pass through through >>> device tree or platform data. >>>

Re: FIX ME in oxu210p-hcd.c

2014-09-21 Thread nick
On 14-09-21 10:24 PM, gre...@linuxfoundation.org wrote: > On Sun, Sep 21, 2014 at 10:17:38PM -0400, nick wrote: >> >> >> On 14-09-21 10:11 PM, gre...@linuxfoundation.org wrote: >>> On Sun, Sep 21, 2014 at 10:03:28PM -0400, nick wrote: >>>> >&g

Fwd: dwc2 and ping protocol

2017-03-11 Thread Nick Hudson
Date: Mon Jan 11 16:32:28 2016 -0800 and it would appear that the hardware isn't handling the device NAKs in DMA mode. I understand from the code that in DMA mode the NAKs should be handled in hardware and not generate interrupts. Is this the case? Any pointers? Thanks, Nick dwctw

Usb Bugs

2012-10-15 Thread Nick Krause
Hey Linux Usb Forum , Do you have any bugs or work that a Linux kernel newbie can do?  Nick  -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo inf

HELP - Using /sys/bus/usb/drivers/usbfs/bind doesn't work : (

2008-02-04 Thread Nick Frantzen
rwx 1 root root0 Feb 4 20:45 usb_device:usbdev3.2 -> ../../../../../class/usb_device/usbdev3.2 -r--r--r-- 1 root root 4096 Feb 4 20:45 version ** [EMAIL PROTECTED] ~]# cat /sys/bus/usb/drivers/usb/3-1/manufacturer Velleman *

Re: rpi/dwc2 kernel panics

2014-02-14 Thread Nick Hudson
binutils 2.23.2 + gcc 4.8.1 binutils 2.24 + gcc 4.8.2 I saw problems with 4.8 on NetBSD/evbarm and my RaspberryPI. They were fixed by changes to the gcc-4_8-branch some time after 4.8.2. Nick -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a

Re: [PATCH] mach-omap1: Fix call to omap_cfg_reg

2014-07-07 Thread Nick Krause
Hey Tony, This seems to be a false positive then.Please reply if it is so I can remove the Fix me message. Cheers Nick On Mon, Jul 7, 2014 at 4:14 AM, Tony Lindgren wrote: > * Nicholas Krause [140704 10:03]: >> This patch fixes the call to ompa_cfg_reg(USB2_SPEED) in the case >>

Re: [PATCH] Removes FIXME message in usb.c

2014-07-09 Thread Nick Krause
on the boot loader to set this. The maintainers decided to remove this fix me not me based on their better understanding of this file. Cheers Nick On Wed, Jul 9, 2014 at 1:19 PM, Greg KH wrote: > Ok, this has been fun to watch on lkml for a while now, but really, > please, just stop doin

hcd.c Fix me statements

2014-07-17 Thread Nick Krause
I am assuming this is a stupid question but since I am new I will ask it anyway. Can the usb_bus structure be Null? If can I will send it a patch removing the fix mes on lines 854 and 878 of hcd.c . Cheers Nick -- To unsubscribe from this list: send the line "unsubscribe linux-usb" i

Re: hcd.c Fix me statements

2014-07-18 Thread Nick Krause
On Fri, Jul 18, 2014 at 10:45 AM, Alan Stern wrote: > On Fri, 18 Jul 2014, Nick Krause wrote: > >> I am assuming this is a stupid question but since I am new I will ask it >> anyway. >> Can the usb_bus structure be Null? If can I will send it a patch removing >>

Re: [PATCH] usb-core: Remove Fix mes in file hcd.c

2014-07-18 Thread Nick Krause
ssize_t authorized_default_store(struct device >> *dev, >> struct usb_bus *usb_bus = rh_usb_dev->bus; >> struct usb_hcd *usb_hcd; >> >> - if (usb_bus == NULL)/* FIXME: not sure if this case is possible */ >> - return -ENODEV; >

Re: Build Errors when building usb directory

2014-07-18 Thread Nick Krause
On Fri, Jul 18, 2014 at 2:10 PM, Randy Dunlap wrote: > On 07/18/2014 10:45 AM, Nick Krause wrote: >> Hey Greg and others, >> When I built the usb directory today to check a patch I am also >> sending to. I seem to hitting >> a few compiler errors and a lot of warnin

Re: Build Errors when building usb directory

2014-07-18 Thread Nick Krause
On Fri, Jul 18, 2014 at 7:29 PM, Randy Dunlap wrote: > On 07/18/2014 12:59 PM, Nick Krause wrote: >> On Fri, Jul 18, 2014 at 2:10 PM, Randy Dunlap wrote: >>> On 07/18/2014 10:45 AM, Nick Krause wrote: >>>> Hey Greg and others, >>>> When I built the usb

Re: [PATCH] usb-core: Remove Fix mes in file hcd.c

2014-07-18 Thread Nick Krause
Sorry didn't run spell check. I will resend this patch with the correct information as needed. Thanks for the advice, Sasha. Cheers Nick On Fri, Jul 18, 2014 at 10:36 PM, Sasha Levin wrote: > On 07/18/2014 01:34 PM, Nicholas Krause wrote: >> I am removing two fix mes in this

Re: [PATCH] usb-core: Remove Fix mes in file hcd.c

2014-07-18 Thread Nick Krause
On Fri, Jul 18, 2014 at 10:45 PM, Nick Krause wrote: > Sorry didn't run spell check. I will resend this patch with the > correct information > as needed. Thanks for the advice, Sasha. > > Cheers Nick > > On Fri, Jul 18, 2014 at 10:36 PM, Sasha Levin wrote: >>

Re: [PATCH v3 0/2] staging: dwc2: add microframe scheduler

2014-07-22 Thread Nick Hudson
_channel(hsotg, chan, qtd, DWC2_HC_XFER_NAK); and go around again. I assume the NAK count would need resetting everywhere qtd->error_count is reset. How does this sound? Nick -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@

Re: [PATCH v3 0/2] staging: dwc2: add microframe scheduler

2014-07-22 Thread Nick Hudson
122 wifi dongle that someone sent me. There are reports of other wifi dongles with the same/similar problem. Nick -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] usb-core: Remove Fix mes in file hcd.c

2014-07-22 Thread Nick Krause
On Tue, Jul 22, 2014 at 8:44 PM, Sasha Levin wrote: > On 07/18/2014 10:52 PM, Nick Krause wrote: >> On Fri, Jul 18, 2014 at 10:45 PM, Nick Krause wrote: >>> Sorry didn't run spell check. I will resend this patch with the >>> correct information >>>

Re: [PATCH] usb-core: Remove Fix mes in file hcd.c

2014-07-24 Thread Nick Krause
On Thu, Jul 24, 2014 at 9:07 AM, Vlastimil Babka wrote: > On 07/23/2014 05:24 AM, Nick Krause wrote: >> >> On Tue, Jul 22, 2014 at 8:44 PM, Sasha Levin wrote: >>> >>> On 07/18/2014 10:52 PM, Nick Krause wrote: >>>>>> >>>>>>

Kernel Debugging Support

2014-08-01 Thread Nick Krause
Hey Sharp, After reading around seems people want support for usb debugging in kgdb or other usb based solutions. If you and the other developers are able to help me out a bit as I am new I can definitively write this area of kgdb support. Regards Nick P.S. If you want Sharp I can change the

Re: Kernel Debugging Support

2014-08-02 Thread Nick Krause
On Sat, Aug 2, 2014 at 9:48 AM, Alan Stern wrote: > On Sat, 2 Aug 2014, Nick Krause wrote: > >> Hey Sharp, >> After reading around seems people want support for usb debugging in >> kgdb or other usb based solutions. >> If you and the other developers are able to help

Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-02 Thread Nick Krause
,[xhci] kernel BUG at include/linux/scatterlist.h:115. I hope this answers your question about the BUG_ON and yes I did compile check it with make M=include/. I also checked usb and usb net directories too. Regards, Nick -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-02 Thread Nick Krause
On Sun, Aug 3, 2014 at 1:02 AM, Mateusz Guzik wrote: > On Sun, Aug 03, 2014 at 12:31:30AM -0400, Nick Krause wrote: >> On Sat, Aug 2, 2014 at 11:59 PM, Mateusz Guzik wrote: >> > On Sat, Aug 02, 2014 at 10:56:13PM -0400, Nicholas Krause wrote: >> >> This changes th

Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-02 Thread Nick Krause
On Sun, Aug 3, 2014 at 1:18 AM, Nick Krause wrote: > On Sun, Aug 3, 2014 at 1:02 AM, Mateusz Guzik wrote: >> On Sun, Aug 03, 2014 at 12:31:30AM -0400, Nick Krause wrote: >>> On Sat, Aug 2, 2014 at 11:59 PM, Mateusz Guzik wrote: >>> > On Sat, Aug 02, 2014 at 10:

Work on Usb subsystem

2014-08-02 Thread Nick Krause
Hey Guys, I assume after my other fuck ups , you assume I can't do kernel work and I understand. But if you want to give me a second case and allow me to help out with the usb subsystem that would be great too. Regards , Nick -- To unsubscribe from this list: send the line "unsubscribe

Re: Work on Usb subsystem

2014-08-03 Thread Nick Krause
On Sun, Aug 3, 2014 at 4:50 AM, Jassi Brar wrote: > On Sun, Aug 3, 2014 at 11:07 AM, Nick Krause wrote: >> Hey Guys, >> I assume after my other fuck ups , you assume I can't do kernel work >> and I understand. But if you want to give me a second case >> and a

Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-03 Thread Nick Krause
f)); >> #endif >> sg_set_page(sg, virt_to_page(buf), buflen, offset_in_page(buf)); > > > WBR, Sergei > I am going to stay around and learn more but am going to check my patches better as this is my fault. Regards Nick -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: 3.15.6 USB issue with pwc cam

2014-08-03 Thread Nick Krause
t; [53063.287291] [] ? ktime_get_ts+0x3d/0xd0 > [53063.287295] [] ? posix_ktime_get_ts+0x8/0x10 > [53063.287299] [] ? SyS_clock_gettime+0x60/0x80 > [53063.287305] [] ? cstar_dispatch+0x7/0x1a > [53063.287308] ---[ end trace 03072f5e82f277f6 ]--- > > > > At the end I checked the video settings in skype. > What went wrong? > How to fix? > > > Kind regards, > Udo > -- > To unsubscribe from this list: send the line "unsubscribe linux-usb" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html Udo, I am adding the mailing list as there are people who are experts in this part of the kernel who known more then me. I am going to explain my trace of this to you and add it below for the other developers to read about the issue here. 1. The first part of the trace is going to vb2_internal_streamoff and in this function we are calling the second function of the trace which is vb2_buffer_done. 2. In function ,vb2_buffer_done we have a few WARN ONS and now to we need to find the correct one 3. Since we are calling the function with the state, VB2_BUF_STATE_ERROR we are tracked to the first if statement here as we are not streaming at this point if (WARN_ON(vb->state != VB2_BUF_STATE_ACTIVE)) return; We will hit your warn on and print out your message. This seems to be correct at least to me but let's see what the other developers state about my trace. As for the other developers on the list seems to a miswritten call before be are streaming this queue of data and I would recommend moving the lines q->streaming = 0; q->start_streaming_called = 0; q->queued_count = 0; before the for loop that calls vb2_buffer_done inside it's self. I am not sure if this is a correct fix through as I am new but if it is I will write the patch and sent it to the usb mailing list. Regards Nick -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: 3.15.6 USB issue with pwc cam

2014-08-03 Thread Nick Krause
On Sun, Aug 3, 2014 at 3:59 PM, Nick Krause wrote: > On Sat, Aug 2, 2014 at 9:10 AM, Udo van den Heuvel wrote: >> Hello, >> >> I moved a PWC webcam to a USB3 port, and this happened: >> >> [53008.911811] usb 5-2: new full-speed USB device number 2 using xhci_h

Re: Kernel Debugging Support

2014-08-04 Thread Nick Krause
, code to support the xHCI debug capability has been written, see > http://marc.info/?l=linux-usb&m=135948845511047. But I did not get > approval from my management to spend the time needed to integrate this > into the kernel's kgdb support. > > Nick, if you are still intere

Re: Kernel Debugging Support

2014-08-04 Thread Nick Krause
On Mon, Aug 4, 2014 at 7:03 PM, Paul Zimmerman wrote: >> From: Nick Krause [mailto:xerofo...@gmail.com] >> Sent: Monday, August 04, 2014 3:50 PM >> >> On Mon, Aug 4, 2014 at 5:55 PM, Paul Zimmerman >> wrote: >> >> From: valdis.kletni...@vt.edu [mailto:v

Re: Kernel Debugging Support

2014-08-04 Thread Nick Krause
On Mon, Aug 4, 2014 at 8:12 PM, Sarah Sharp wrote: > On Mon, Aug 04, 2014 at 07:11:07PM -0400, Nick Krause wrote: >> On Mon, Aug 4, 2014 at 7:03 PM, Paul Zimmerman >> wrote: >> >> From: Nick Krause [mailto:xerofo...@gmail.com] > > [snip] > >> >>

Re: Kernel Debugging Support

2014-08-04 Thread Nick Krause
On Mon, Aug 4, 2014 at 9:33 PM, Nick Krause wrote: > On Mon, Aug 4, 2014 at 8:12 PM, Sarah Sharp > wrote: >> On Mon, Aug 04, 2014 at 07:11:07PM -0400, Nick Krause wrote: >>> On Mon, Aug 4, 2014 at 7:03 PM, Paul Zimmerman >>> wrote: >>> >>

Re: Kernel Debugging Support

2014-08-04 Thread Nick Krause
On Mon, Aug 4, 2014 at 11:18 PM, Nick Krause wrote: > On Mon, Aug 4, 2014 at 9:33 PM, Nick Krause wrote: >> On Mon, Aug 4, 2014 at 8:12 PM, Sarah Sharp >> wrote: >>> On Mon, Aug 04, 2014 at 07:11:07PM -0400, Nick Krause wrote: >>>> On Mon, Aug 4, 2014 at

Re: [PATCH] xhci: Merge and Update debugging for patches from 3.6 kernel tree

2014-08-04 Thread Nick Krause
nd to any more of your emails, and ask everyone else to > now stop as well. > > good bye. > > *plonk* > > greg k-h Greg, You haven't even checked my patch, our you just going to assume it's wrong? Regards Nick -- To unsubscribe from this list: send the line "unsubscri

Re: [PATCH v3 0/2] staging: dwc2: add microframe scheduler

2014-08-05 Thread Nick Hudson
On 07/22/14 22:22, Nick Hudson wrote: On 07/22/14 18:46, Paul Zimmerman wrote: The nak_frame handling would have added some benefit, but wouldn't handle all cases. I'm seeing problems with devices NAKing to the point of confusing dwc2 completely, so I'd like to investigat

Re: [PATCH] xhci: Merge and Update debugging for patches from 3.6 kernel tree

2014-08-05 Thread Nick Krause
On Tue, Aug 5, 2014 at 3:27 AM, Mateusz Guzik wrote: > On Tue, Aug 05, 2014 at 01:55:34AM -0400, Nick Krause wrote: >> On Tue, Aug 5, 2014 at 1:45 AM, Greg KH wrote: >> > On Tue, Aug 05, 2014 at 12:56:57AM -0400, Nicholas Krause wrote: >> >> I am adding the fix

Re: [PATCH v3 0/2] staging: dwc2: add microframe scheduler

2014-08-06 Thread Nick Hudson
On 08/05/14 20:15, Paul Zimmerman wrote: From: Nick Hudson [mailto:sk...@netbsd.org] Sent: Tuesday, August 05, 2014 1:57 AM On 07/22/14 22:22, Nick Hudson wrote: On 07/22/14 18:46, Paul Zimmerman wrote: The nak_frame handling would have added some benefit, but wouldn't handle all cases.

[PATCH] rtl8150: Check if RSR is already defined

2014-08-06 Thread Nick Krause
ng purpose. undefining should be enough. Signed-off-by: Nick Krause --- drivers/net/usb/rtl8150.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/usb/rtl8150.c b/drivers/net/usb/rtl8150.c index 6e87e57..7d9a6ba 100644 --- a/drivers/net/usb/rtl8150.c +++ b/drivers/net/usb/rtl8150.

wrong device idProduct?

2018-07-30 Thread Nick Desaulniers
oduct=0142 and the broken one: [513672.837646] usb 3-10.1: New USB device found, idVendor=24f0, idProduct= This causes the product to be misidentified. Is something wrong with the keyboard that's causing it to misreport the idProduct? -- Thanks, ~Nick Desaulniers -- To unsubscribe from

Re: wrong device idProduct?

2018-08-06 Thread Nick Desaulniers
On Mon, Jul 30, 2018 at 1:24 PM Alan Stern wrote: > > On Mon, 30 Jul 2018, Nick Desaulniers wrote: > > > Hello, > > Today my usb keyboard stopped working: > > > > [513672.838235] usbhid 3-10.1:1.0: couldn't find an input interrupt endpoint > > > >

Re: wrong device idProduct?

2018-08-06 Thread Nick Desaulniers
On Mon, Aug 6, 2018 at 11:27 AM Alan Stern wrote: > > On Mon, 6 Aug 2018, Nick Desaulniers wrote: > > > On Mon, Jul 30, 2018 at 1:24 PM Alan Stern > > wrote: > > > > > > On Mon, 30 Jul 2018, Nick Desaulniers wrote: > > > > > &g

Re: wrong device idProduct?

2018-08-06 Thread Nick Desaulniers
Ok, thanks for taking a look. On Mon, Aug 6, 2018 at 12:18 PM Alan Stern wrote: > > On Mon, 6 Aug 2018, Nick Desaulniers wrote: > > > On Mon, Aug 6, 2018 at 11:27 AM Alan Stern > > wrote: > > > > > > On Mon, 6 Aug 2018, Nick Desaulniers wrote: > > &

Re: [PATCH] HID: add driver for U2F Zero built-in LED and RNG

2018-11-17 Thread Nick Kossifidis
Στις Τετ, 14 Νοε 2018 στις 8:33 μ.μ., ο/η Andrej Shadura έγραψε: > > On 12/11/2018 03:17, Jiri Kosina wrote: > > On Thu, 1 Nov 2018, Andrej Shadura wrote: > > > >> Hi everyone, > >> > >> I’ve got a comment from Nick Kossifidis that I probably shouldn’t

Re: [PATCH] HID: add driver for U2F Zero built-in LED and RNG

2018-11-17 Thread Nick Kossifidis
Στις Τετ, 14 Νοε 2018 στις 9:08 μ.μ., ο/η Andrej Shadura έγραψε: > > On 14/11/2018 10:32, Andrej Shadura wrote: > > On 12/11/2018 03:17, Jiri Kosina wrote: > >> On Thu, 1 Nov 2018, Andrej Shadura wrote: > >> > >>> Hi everyone, > >>> > &g

Re: [PATCH v2] wusb: use correct format characters

2019-02-28 Thread Nick Desaulniers
"%02hx %02hx %02hx %02hx %02hx %02hx %02hx %02hx", > +"%02hhx %02hhx %02hhx %02hhx %02hhx %02hhx %02hhx > %02hhx " > +"%02hhx %02hhx %02hhx %02hhx %02hhx %02hhx %02hhx > %02hhx", Looks like lib/vsprintf.c#format_decode() acc

Re: [PATCH] wusb: Remove unnecessary static function ckhdid_printf

2019-03-01 Thread Nick Desaulniers
id); > - return scnprintf(buf, PAGE_SIZE, "%s\n", pr_cdid); > + return sprintf(buf, "%16ph\n", cbaf->cdid.data); > } Great simplification overall. If you wanted to push further, cbaf_wusb_c{h|d}id_show() are basically (almost) the same function no

Re: Policy to keep USB ports powered in low-power states

2019-08-14 Thread Nick Crews
Thanks for the fast response! On Tue, Aug 13, 2019 at 12:02 AM Greg Kroah-Hartman wrote: > > On Mon, Aug 12, 2019 at 06:08:43PM -0600, Nick Crews wrote: > > Hi Greg! > > Hi! > > First off, please fix your email client to not send html so that vger > does not reje

Re: Policy to keep USB ports powered in low-power states

2019-08-14 Thread Nick Crews
your patience. On Wed, Aug 14, 2019 at 3:20 PM Greg Kroah-Hartman wrote: > > On Wed, Aug 14, 2019 at 02:12:07PM -0600, Nick Crews wrote: > > Thanks for the fast response! > > > > On Tue, Aug 13, 2019 at 12:02 AM Greg Kroah-Hartman > > wrote: > > > > >