differing sector sizes between USB enclosures.

2014-10-28 Thread Dave Jones
I had a USB2 enclosure that I put a disk into and used for a few years. It reports my 3TB drive like so.. usb 1-3.1: New USB device found, idVendor=152d, idProduct=2329 usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=5 usb 1-3.1: Product: USB to ATA/ATAPI bridge usb 1-3.1:

Re: differing sector sizes between USB enclosures.

2014-10-28 Thread Dave Jones
On Tue, Oct 28, 2014 at 01:38:07PM -0400, Alan Stern wrote: usb 1-3.1: New USB device found, idVendor=152d, idProduct=2329 usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=5 usb 1-3.1: Product: USB to ATA/ATAPI bridge usb 1-3.1: Manufacturer: JMicron usb 1-3.1:

uhci_hcd: DMA-API: cpu touching an active dma mapped cacheline

2014-03-05 Thread Dave Jones
WARNING: CPU: 3 PID: 25477 at lib/dma-debug.c:593 debug_dma_assert_idle+0x1ba/0x223() uhci_hcd :00:1d.2: DMA-API: cpu touching an active dma mapped cacheline [cln=0x02355f80] Modules linked in: fuse tun l2tp_ppp l2tp_netlink l2tp_core can_raw can_bcm scsi_transport_iscsi nfc

usb-serial lockdep trace in linus' current tree.

2013-11-07 Thread Dave Jones
Seeing this since todays USB merge. WARNING: CPU: 0 PID: 226 at kernel/lockdep.c:2740 lockdep_trace_alloc+0xc5/0xd0() DEBUG_LOCKS_WARN_ON(irqs_disabled_flags(flags)) Modules linked in: usb_debug(+) kvm_intel kvm crct10dif_pclmul crc32c_intel ghash_clmulni_intel microcode(+) pcspkr serio_raw

Re: usb-serial lockdep trace in linus' current tree.

2013-11-07 Thread Dave Jones
with usb-next when using a usb-serial console as you seem to do be doing as well. Could be related. Care to give the fix below a try? Seems to work. Feel free to add Tested-by: Dave Jones da...@fedoraproject.org if this is the agreed upon fix for this. thanks, Dave

xhci spew with iphone since iOS7

2013-10-25 Thread Dave Jones
Xhci got a lot noisier since I recently updated my phone to the newer version of iOS. Possibly it's related to the new feature where it pops up a dialog on the phone asking if I trust the machine I've plugged into? This is from an 3.12-rc6 kernel: xhci_hcd :00:14.0: Port Status Change Event

Re: xhci spew with iphone since iOS7

2013-10-25 Thread Dave Jones
On Fri, Oct 25, 2013 at 10:27:56AM -0400, Alan Stern wrote: On Fri, 25 Oct 2013, Dave Jones wrote: Xhci got a lot noisier since I recently updated my phone to the newer version of iOS. Possibly it's related to the new feature where it pops up a dialog on the phone asking if I

Re: [PATCH 0/3] Increase the number of USB to serial devices we can support at once

2013-06-06 Thread Dave Jones
On Wed, Jun 05, 2013 at 10:54:26AM -0700, Greg KH wrote: Here are 3 patches that I've tested out on my system with only a small number of devices, but it seems to work, so why not let others try it out... These patches make the USB to serial core have the ability to support up to 3000

Re: [RFC] raise the maximum number of usb-serial devices to 512

2013-06-03 Thread Dave Jones
On Mon, Jun 03, 2013 at 07:49:59PM -0700, Greg Kroah-Hartman wrote: On Mon, May 27, 2013 at 02:28:51PM +0200, Bjørn Mork wrote: But, IMHO, a nicer approach would be to make the allocation completely dynamic, using e.g. the idr subsystem. Static tables are always feel like straight

Re: [GIT PATCH] USB patches for 3.9-rc1

2013-02-22 Thread Dave Jones
On Thu, Feb 21, 2013 at 10:40:10AM -0800, Greg KH wrote: USB patches for 3.9-rc1 Here's the big USB merge for 3.9-rc1 Nothing major, lots of gadget fixes, and of course, xhci stuff. I get no USB devices recognised when I insert them any more, which I think is pretty major. I suspect

Re: [GIT PATCH] USB patches for 3.9-rc1

2013-02-22 Thread Dave Jones
On Fri, Feb 22, 2013 at 05:51:10PM +0800, Lan Tianyu wrote: Nothing major, lots of gadget fixes, and of course, xhci stuff. I get no USB devices recognised when I insert them any more, which I think is pretty major. I suspect it has something to do with this ? Lan Tianyu

Re: [GIT PATCH] USB patches for 3.9-rc1

2013-02-22 Thread Dave Jones
On Sat, Feb 23, 2013 at 01:02:11AM +0800, Lan Tianyu wrote: What can I do to debug this ? Can you attach the output of dmesg with CONFIG_USB_DEBUG? http://paste.fedoraproject.org/3620 How aboutsudo lsusb -s 1:1 -v or 2:1? (12:13:51:davej@t430s:~)$ sudo lsusb -s 1:1

Re: [GIT PATCH] USB patches for 3.9-rc1

2013-02-22 Thread Dave Jones
On Sat, Feb 23, 2013 at 01:17:42AM +0800, Lan Tianyu wrote: On 2013/2/23 1:14, Dave Jones wrote: On Sat, Feb 23, 2013 at 01:02:11AM +0800, Lan Tianyu wrote: What can I do to debug this ? Can you attach the output of dmesg with CONFIG_USB_DEBUG? http

Re: [GIT PATCH] USB patches for 3.9-rc1

2013-02-22 Thread Dave Jones
On Fri, Feb 22, 2013 at 10:51:58PM +0100, Fabio Baltieri wrote: On Fri, Feb 22, 2013 at 03:59:54AM -0500, Dave Jones wrote: On Thu, Feb 21, 2013 at 10:40:10AM -0800, Greg KH wrote: It looks like every port on my laptop is powered down, as I can't even charge devices with it. I