Re: A question about 'lsusb'

2018-08-31 Thread Faisal Mehmood
On Fri, Aug 31, 2018 at 09:13:31AM -0700, Greg KH wrote: > On Thu, Aug 30, 2018 at 05:10:53PM -0400, Alan Stern wrote: > > On Thu, 30 Aug 2018, Faisal Mehmood wrote: > > > > > Based on my (limited) understanding if I were to disable udev, the > > > userspac

A question about 'lsusb'

2018-08-30 Thread Faisal Mehmood
Based on my (limited) understanding if I were to disable udev, the userspace should not be able to enumerate/interact with any newly connected device since udev handles uevents generated by kernel. (right?) So as a test, I disabled systemd-udevd and then plugged in a flash drive. I disabled suppor

[PATCH] usb/dwc3: Fix spelling of 'optimizations'

2018-08-07 Thread Faisal Mehmood
'optimizations' was misspelled as 'optmization'. Fixed it. It is a coding style change which should have no impact on runtime execution of code. Signed-off-by: Faisal Mehmood --- drivers/usb/dwc3/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dri