Fwd: [linux-usb-devel] FW: gadget composite IAD problem

2007-12-23 Thread Xiaofan Chen
Forwarded with minor changes for my reply. -- Forwarded message -- From: Xiaofan Chen <[EMAIL PROTECTED]> Date: Dec 24, 2007 9:18 AM Subject: Re: [linux-usb-devel] FW: gadget composite IAD problem To: Jeremy Greene <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] On Dec 24, 2007 9:21 AM,

Re: [GIT PATCH] USB fixes for 2.6.24-rc5

2007-12-23 Thread Alan Stern
On Sun, 23 Dec 2007, Markus Rechberger wrote: > Hi, > > did anyone already take care about: > http://www.mail-archive.com/[EMAIL PROTECTED]/msg55641.html > > the fix seems to paper the issue although it happened with other > people too now, so I wonder if there's any progress in that area? http

Re: [PATCH] USB Kconfig: Reorganize USB Kconfig Menu

2007-12-23 Thread Jan Engelhardt
On Dec 23 2007 16:15, Al Boldi wrote: >> >-menuconfig USB_SUPPORT >> >- bool "USB support" >> >+config USB_SUPPORT >> >+ bool >> >depends on HAS_IOMEM >> >default y >> >---help--- >> >> With this patch, is USB_SUPPORT still needed? It is not visible (anymore), >> always is y and no

Re: [PATCH] USB Kconfig: Reorganize USB Kconfig Menu

2007-12-23 Thread Jan Engelhardt
On Dec 23 2007 16:25, Jan Engelhardt wrote: >On Dec 23 2007 16:15, Al Boldi wrote: >>> >-menuconfig USB_SUPPORT >>> >- bool "USB support" >>> >+config USB_SUPPORT >>> >+ bool >>> > depends on HAS_IOMEM >>> > default y >>> > ---help--- >>> >>> With this patch, is USB_SUPPORT still needed? I

Re: [PATCH] USB Kconfig: Reorganize USB Kconfig Menu

2007-12-23 Thread Al Boldi
Jan Engelhardt wrote: > On Dec 23 2007 14:49, Al Boldi wrote: > >--- 23.a/drivers/usb/Kconfig > >+++ 23.b/drivers/usb/Kconfig > >@@ -2,8 +2,8 @@ > > # USB device configuration > > # > > > >-menuconfig USB_SUPPORT > >-bool "USB support" > >+config USB_SUPPORT > >+bool > > depends on HAS_

Re: [PATCH] USB Kconfig: Reorganize USB Kconfig Menu

2007-12-23 Thread Jan Engelhardt
On Dec 23 2007 14:49, Al Boldi wrote: >--- 23.a/drivers/usb/Kconfig >+++ 23.b/drivers/usb/Kconfig >@@ -2,8 +2,8 @@ > # USB device configuration > # > >-menuconfig USB_SUPPORT >- bool "USB support" >+config USB_SUPPORT >+ bool > depends on HAS_IOMEM > default y > ---hel

[PATCH] USB Kconfig: Reorganize USB Kconfig Menu

2007-12-23 Thread Al Boldi
Reogranize USB Kconfig Menu, and move USB_GADGET out into the Device Driver Menu. This helps the USB Kconfig Menu to be more logical/usable. Cc: David Brownell <[EMAIL PROTECTED]> Cc: Greg KH <[EMAIL PROTECTED]> Cc: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Al Boldi <[EMAIL PROTECTED]> -

Re: eeprom read/write

2007-12-23 Thread Martin Owens
There are generic eeprom drivers for Linux which allow you to read (afaik) and write to many kinds of eeprom; I've only ever used them to read DDC Monitor information and DRAM information. If you look at the lm-sensors package there is a group of example scripts which my be helpful. On 23/12/2007

Re: [GIT PATCH] USB fixes for 2.6.24-rc5

2007-12-23 Thread Markus Rechberger
Hi, did anyone already take care about: http://www.mail-archive.com/[EMAIL PROTECTED]/msg55641.html the fix seems to paper the issue although it happened with other people too now, so I wonder if there's any progress in that area? thanks & have a nice Christmas, Markus On Dec 23, 2007 8:24 AM,

eeprom read/write

2007-12-23 Thread Glenn
Hello list, My searches are proving unsuccessfull. Are there any working tools for reading/writing to eeprom on a card, similar to ethtool or tools like ath-info? I am looking to change product id for a sierra WAN card. (you probably guessed, but its for a bios whitelist workaround) If none