Re: converting appletouch to usb autosuspend...

2007-05-14 Thread Alistair John Strachan
On Monday 14 May 2007 06:50:39 Oliver Neukum wrote: > Am Montag, 14. Mai 2007 02:53 schrieb Alistair John Strachan: > > > What did you use instead of hci_usb then ? usbkbd ? This won't give you > > > the special keys etc... > > > > Sorry, I wasn't clear. hci_usb is actually part of the BlueZ

Re: [linux-usb-devel] converting appletouch to usb autosuspend...

2007-05-14 Thread Oliver Neukum
Am Samstag, 12. Mai 2007 23:40 schrieb Jiri Kosina: > Oliver, do you have any update please? Not yet. You can have them tomorrow. Regards Oliver - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: [linux-usb-devel] converting appletouch to usb autosuspend...

2007-05-14 Thread Oliver Neukum
Am Samstag, 12. Mai 2007 23:40 schrieb Jiri Kosina: Oliver, do you have any update please? Not yet. You can have them tomorrow. Regards Oliver - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: converting appletouch to usb autosuspend...

2007-05-14 Thread Alistair John Strachan
On Monday 14 May 2007 06:50:39 Oliver Neukum wrote: Am Montag, 14. Mai 2007 02:53 schrieb Alistair John Strachan: What did you use instead of hci_usb then ? usbkbd ? This won't give you the special keys etc... Sorry, I wasn't clear. hci_usb is actually part of the BlueZ stack, it's

Re: converting appletouch to usb autosuspend...

2007-05-13 Thread Oliver Neukum
Am Montag, 14. Mai 2007 02:53 schrieb Alistair John Strachan: > > What did you use instead of hci_usb then ? usbkbd ? This won't give you > > the special keys etc... > > Sorry, I wasn't clear. hci_usb is actually part of the BlueZ stack, it's got > nothing to do with the keyboard. I unloaded

Re: converting appletouch to usb autosuspend...

2007-05-13 Thread Alistair John Strachan
On Monday 14 May 2007 01:46:10 Soeren Sonnenburg wrote: > On Sat, 2007-05-12 at 22:47 +0100, Alistair John Strachan wrote: > > On Saturday 12 May 2007 19:51:26 Soeren Sonnenburg wrote: > > > Dear all, > > [...] > > > > While we are at it usb related powerhogs on this macbook pro are > > > uhci_hcd

Re: converting appletouch to usb autosuspend...

2007-05-13 Thread Soeren Sonnenburg
On Sat, 2007-05-12 at 22:47 +0100, Alistair John Strachan wrote: > On Saturday 12 May 2007 19:51:26 Soeren Sonnenburg wrote: > > Dear all, [...] > > While we are at it usb related powerhogs on this macbook pro are > > uhci_hcd (usb keyboard) and usb_hcd_poll_rh_status (rh_timer_func) > > too... >

Re: converting appletouch to usb autosuspend...

2007-05-13 Thread Soeren Sonnenburg
On Sat, 2007-05-12 at 22:47 +0100, Alistair John Strachan wrote: On Saturday 12 May 2007 19:51:26 Soeren Sonnenburg wrote: Dear all, [...] While we are at it usb related powerhogs on this macbook pro are uhci_hcd (usb keyboard) and usb_hcd_poll_rh_status (rh_timer_func) too... I've

Re: converting appletouch to usb autosuspend...

2007-05-13 Thread Alistair John Strachan
On Monday 14 May 2007 01:46:10 Soeren Sonnenburg wrote: On Sat, 2007-05-12 at 22:47 +0100, Alistair John Strachan wrote: On Saturday 12 May 2007 19:51:26 Soeren Sonnenburg wrote: Dear all, [...] While we are at it usb related powerhogs on this macbook pro are uhci_hcd (usb keyboard)

Re: converting appletouch to usb autosuspend...

2007-05-13 Thread Oliver Neukum
Am Montag, 14. Mai 2007 02:53 schrieb Alistair John Strachan: What did you use instead of hci_usb then ? usbkbd ? This won't give you the special keys etc... Sorry, I wasn't clear. hci_usb is actually part of the BlueZ stack, it's got nothing to do with the keyboard. I unloaded both

Re: converting appletouch to usb autosuspend...

2007-05-12 Thread Alistair John Strachan
On Saturday 12 May 2007 19:51:26 Soeren Sonnenburg wrote: > Dear all, > > I've realized using the great powertop ( http://www.linuxpowertop.org/ ) > that loading the appletouch driver (and touching it once) makes consumes > about 0.3 W even when not touching the pad. As rmmod'ing appletouch >

Re: [linux-usb-devel] converting appletouch to usb autosuspend...

2007-05-12 Thread Jiri Kosina
On Sat, 12 May 2007, Alan Stern wrote: > > While we are at it usb related powerhogs on this macbook pro are > > uhci_hcd (usb keyboard) and usb_hcd_poll_rh_status (rh_timer_func) > > too... > They would use less power if the UHCI host controller were suspended. > But obviously it cannot be

Re: [linux-usb-devel] converting appletouch to usb autosuspend...

2007-05-12 Thread Alan Stern
On Sat, 12 May 2007, Soeren Sonnenburg wrote: > Dear all, > > I've realized using the great powertop ( http://www.linuxpowertop.org/ ) > that loading the appletouch driver (and touching it once) makes consumes > about 0.3 W even when not touching the pad. As rmmod'ing appletouch > fixes this I

converting appletouch to usb autosuspend...

2007-05-12 Thread Soeren Sonnenburg
Dear all, I've realized using the great powertop ( http://www.linuxpowertop.org/ ) that loading the appletouch driver (and touching it once) makes consumes about 0.3 W even when not touching the pad. As rmmod'ing appletouch fixes this I wonder why the driver does not do this alone. So my question

converting appletouch to usb autosuspend...

2007-05-12 Thread Soeren Sonnenburg
Dear all, I've realized using the great powertop ( http://www.linuxpowertop.org/ ) that loading the appletouch driver (and touching it once) makes consumes about 0.3 W even when not touching the pad. As rmmod'ing appletouch fixes this I wonder why the driver does not do this alone. So my question

Re: [linux-usb-devel] converting appletouch to usb autosuspend...

2007-05-12 Thread Alan Stern
On Sat, 12 May 2007, Soeren Sonnenburg wrote: Dear all, I've realized using the great powertop ( http://www.linuxpowertop.org/ ) that loading the appletouch driver (and touching it once) makes consumes about 0.3 W even when not touching the pad. As rmmod'ing appletouch fixes this I wonder

Re: [linux-usb-devel] converting appletouch to usb autosuspend...

2007-05-12 Thread Jiri Kosina
On Sat, 12 May 2007, Alan Stern wrote: While we are at it usb related powerhogs on this macbook pro are uhci_hcd (usb keyboard) and usb_hcd_poll_rh_status (rh_timer_func) too... They would use less power if the UHCI host controller were suspended. But obviously it cannot be suspended

Re: converting appletouch to usb autosuspend...

2007-05-12 Thread Alistair John Strachan
On Saturday 12 May 2007 19:51:26 Soeren Sonnenburg wrote: Dear all, I've realized using the great powertop ( http://www.linuxpowertop.org/ ) that loading the appletouch driver (and touching it once) makes consumes about 0.3 W even when not touching the pad. As rmmod'ing appletouch fixes this