Re: [QT Extended Improved] patch: 0001-using-uevent-to-get-kernel-notifications-for-usb-cable-changed.txt

2009-04-02 Thread Franky Van Liedekerke
On Wed, Apr 1, 2009 at 8:48 AM, Filip Onkelinx fi...@linux4.be wrote: Hi, attached is a patch to use uevent to get kernel notifications for 'usb-cable-changed' in QtExtended on recent kernels (=2.6.28). On 'older' kernels (2.6.28), this information was comming in trough /dev/input/event4

Re: [QT Extended Improved] patch: 0001-using-uevent-to-get-kernel-notifications-for-usb-cable-changed.txt

2009-04-02 Thread Filip Onkelinx
Franky, battery starts charging as well, cableChanged is also being used for changing powermanagment scheme. F. On Thu, 02 Apr 2009 09:22:33 +0200, Franky Van Liedekerke liede...@telenet.be wrote: On Wed, Apr 1, 2009 at 8:48 AM, Filip Onkelinx fi...@linux4.be wrote: Hi, attached is a

Re: [QT Extended Improved] patch: 0001-using-uevent-to-get-kernel-notifications-for-usb-cable-changed.txt

2009-04-02 Thread Franky Van Liedekerke
Hmm ... I'm pretty sure I saw my phone suspending while connected ... I will test this more. F. On Thu, Apr 2, 2009 at 9:31 AM, Filip Onkelinx fi...@linux4.be wrote: Franky, battery starts charging as well, cableChanged is also being used for changing powermanagment scheme. F. On Thu,

Re: [QT Extended Improved] patch: 0001-using-uevent-to-get-kernel-notifications-for-usb-cable-changed.txt

2009-04-02 Thread Radek Polak
Franky Van Liedekerke wrote: Hmm ... I'm pretty sure I saw my phone suspending while connected ... I will test this more. F. Filip's patch fixes this for me. I have tested it quite thoroughly. But it's not included in my image yet. Radek ___

[QT Extended Improved] patch: 0001-using-uevent-to-get-kernel-notifications-for-usb-cable-changed.txt

2009-04-01 Thread Filip Onkelinx
Hi, attached is a patch to use uevent to get kernel notifications for 'usb-cable-changed' in QtExtended on recent kernels (=2.6.28). On 'older' kernels (2.6.28), this information was comming in trough /dev/input/event4 but this is no longer working (there is a ticket for this at

Re: [QT Extended Improved] patch: 0001-using-uevent-to-get-kernel-notifications-for-usb-cable-changed.txt

2009-04-01 Thread HouYu Li
That's great..Now QtEI should work better on kernel 2.6.28. I will do a test soon. On Wed, Apr 1, 2009 at 2:48 PM, Filip Onkelinx fi...@linux4.be wrote: Hi, attached is a patch to use uevent to get kernel notifications for 'usb-cable-changed' in QtExtended on recent kernels (=2.6.28).