Re: [PATCH v2] usb: chipidea: Allow disabling streaming not only in udc mode

2012-12-30 Thread Fabio Estevam
Hi Peter, On Sat, Dec 22, 2012 at 9:24 AM, Fabio Estevam wrote: > From: Fabio Estevam > > When running a scp transfer using a USB/Ethernet adapter the following crash > happens: > > $ scp test.tar.gz fabio@192.168.1.100:/home/fabio > fabio@192.168.1.100's password: > test.tar.gz

Re: Mouse and keyboard freeze Ivy-bridge

2012-12-30 Thread Chris Holland
On Tue, Nov 27, 2012 at 11:04 AM, Alan Stern wrote: > On Mon, 26 Nov 2012, Chris Holland wrote: > >> > You don't need to take out the PCI card. Just plug the keyboard and >> > wheel mouse into the motherboard (or into a hub attached to the >> > motherboard) instead of into the PCI card. Leave th

Re: [PATCH v2] usb: chipidea: Allow disabling streaming not only in udc mode

2012-12-30 Thread Peter Chen
On Sun, Dec 30, 2012 at 06:38:36PM -0200, Fabio Estevam wrote: > Hi Peter, > > On Sat, Dec 22, 2012 at 9:24 AM, Fabio Estevam wrote: > > From: Fabio Estevam > > > > When running a scp transfer using a USB/Ethernet adapter the following crash > > happens: > > > > $ scp test.tar.gz fabio@192.168.1

[PATCH] USB: misc: Add USB3503 High-Speed Hub Controller

2012-12-30 Thread Dongjin Kim
This patch adds new driver of SMSC USB3503 USB 2.0 hub controller with HSIC upstream connectivity and three USB 2.0 downstream ports. The specification can be found from 'http://www.smsc.com/index.php?tid=295&pid=325'. The current version have been tested very basic features switching the modes, H

Re: [PATCH] USB: misc: Add USB3503 High-Speed Hub Controller

2012-12-30 Thread Greg Kroah-Hartman
On Mon, Dec 31, 2012 at 11:50:54AM +0900, Dongjin Kim wrote: > This patch adds new driver of SMSC USB3503 USB 2.0 hub controller with HSIC > upstream connectivity and three USB 2.0 downstream ports. The specification > can be found from 'http://www.smsc.com/index.php?tid=295&pid=325'. > > The curr

Re: [PATCH] USB: misc: Add USB3503 High-Speed Hub Controller

2012-12-30 Thread Dongjin Kim
Hi Greg, Thanks for your reviewing. The mode switching is required for power management, and actually it is not tested properly yet. Therefore suspend/resume functions are missing in the current patch but kept the switching function for the future. Thanks again. Dongjin. On Mon, Dec 31, 2012 a

Re: Is it possible to load usb gadget mass storage driver as module(.ko)

2012-12-30 Thread chetan cr123
On Sat, Dec 29, 2012 at 8:05 PM, Michal Nazarewicz wrote: > On Sat, Dec 29 2012, chetan cr123 wrote: >> usb_gadget_unregister_driver and usb_gadget_probe_driver functions are >> exported (EXPORT_SYMBOL)from my gadget driver ((its in path >> kernel/drivers/staging...)) > > Ah, missed this remark in

Re: Is it possible to load usb gadget mass storage driver as module(.ko)

2012-12-30 Thread Greg KH
On Mon, Dec 31, 2012 at 11:16:57AM +0530, chetan cr123 wrote: > On Sat, Dec 29, 2012 at 8:05 PM, Michal Nazarewicz wrote: > > On Sat, Dec 29 2012, chetan cr123 wrote: > >> usb_gadget_unregister_driver and usb_gadget_probe_driver functions are > >> exported (EXPORT_SYMBOL)from my gadget driver ((it