[linux-usb-devel] platform_device.dev.release not getting called under X Windows

2006-06-08 Thread kaustav.majumdar
Hi all, We are developing a device driver for a PCMCIA based USB Host Controller. We are facing an issue in the operation of the driver under X Windows. In the PCMCIA client driver, we register a platform device. Through this platform device, we are passing the resources to the Host Controller

[linux-usb-devel] Behavior of PCMCIA based HCD in the event of SUSPEND

2006-04-17 Thread kaustav.majumdar
Hi all, I have the following queries regarding the power management on a PCMCIA based USB host controller driver. 1. The SUSPEND event in the PCMCIA client driver is handled in the following way: In the PCMCIA layer, on a SUSPEND event, the socket layer powers off the card. As the USB framework

[linux-usb-devel] RE: [linux-pm] Behavior of PCMCIA based HCD in the event of SUSPEND

2006-04-17 Thread kaustav.majumdar
-Original Message- From: Alan Stern [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 7:45 PM To: Kaustav Majumdar (WT01 - Semiconductors Consumer Electronics) Cc: linux-usb-devel@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [linux-pm] Behavior of PCMCIA based HCD in the

[linux-usb-devel] Testing runtime power management for USB device

2005-12-25 Thread kaustav.majumdar
Hi all, I am new to power management in Linux. I was wondering what if I want to suspend a particular USB device without suspending the system as a whole and after sometime resume it? Is that possible in Linux? If possible then can anyone suggest me how to do that? Thanks in advance. I am looking