[linux-usb-devel] Re: Occasional APC Smart-UPS CS 500 USB UPS troubles

2006-04-03 Thread Chris Boot
On 2 Apr 2006, at 19:52, Greg KH wrote: On Sun, Apr 02, 2006 at 03:39:42PM +0100, Chris Boot wrote: Hi all, I have an APC Smart-UPS CS 500, and most of the time it works really nicely. I was stupefied to find it worked out of the box in Ubuntu Dapper and pops up a nice little icon when the

Re: [linux-usb-devel] Questions on CDC EEM

2006-04-03 Thread Ethan Du
From: David Brownell [EMAIL PROTECTED] To: linux-usb-devel@lists.sourceforge.net CC: Ethan Du [EMAIL PROTECTED] Subject: Re: [linux-usb-devel] Questions on CDC EEM Date: Sun, 2 Apr 2006 07:56:54 -0800 On Sunday 02 April 2006 1:05 am, Ethan Du wrote: I am currently working on CDC EEM. I

Re: [linux-usb-devel] Questions on CDC EEM

2006-04-03 Thread David Brownell
On Monday 03 April 2006 5:32 am, Ethan Du wrote: The only difference is ECM extended a data class interface. EEM doesn't. Is this the benefit of EEM? And is it more efficient using less interfaces? If you look at EEM, it's clearly a bit less demanding than ECM in terms of

Re: [linux-usb-devel] Problems with USB setup with Linux 2.6.16

2006-04-03 Thread Alan Stern
On Sun, 2 Apr 2006, Joshua Kwan wrote: On 04/02/2006 07:09 PM, Alan Stern wrote: If you were to continue looking farther down in the log, you would find that ehci-hcd sees all those devices. Those that can run at high speed continue using the EHCI controller. For those that can't, the

[linux-usb-devel] OTG in EHCI (Hub Power Issues)

2006-04-03 Thread rakesh kn
Hi, Can any one explain what does the function hub_set_power_budget in file hub.h does.? I can see from the code that it sets the power_budget to a minimum of 250 mA (= 500 /2)or 4 mA (if OTG , power = 8 /2) ..? I have an ARC controller, with an embedded TT , also it is an OTG controller. For

Re: [linux-usb-devel] [2.6 patch] usb/input/keyspan_remote.c: don't use an uninitialized variable

2006-04-03 Thread Michael Downey
Greg KH wrote: On Mon, Mar 27, 2006 at 09:05:38AM -0700, Michael Downey wrote: Adrian Bunk wrote: gcc reported the following: -- snip -- ... CC drivers/usb/input/keyspan_remote.o drivers/usb/input/keyspan_remote.c: In function 'keyspan_irq_recv':

Re: [linux-usb-devel] OTG in EHCI (Hub Power Issues)

2006-04-03 Thread Alan Stern
On Mon, 3 Apr 2006, rakesh kn wrote: Hi, Can any one explain what does the function hub_set_power_budget in file hub.h does.? There is no such function anywhere in the 2.6.16 kernel. Alan Stern --- This SF.Net email is sponsored by

Re: [linux-usb-devel] OTG in EHCI (Hub Power Issues)

2006-04-03 Thread David Brownell
On Monday 03 April 2006 7:45 am, rakesh kn wrote: Should i be using the function hub_set_power_budget to set the power budget for root hubs in the ARC controller to have the power bugdet to 8mA , since it is to support OTG devices. If you don't use that, then how _would_ you set the power

Re: [linux-usb-devel] Problems with USB setup with Linux 2.6.16

2006-04-03 Thread Mark Lord
Joshua Kwan wrote: On 04/02/2006 07:09 PM, Alan Stern wrote: If you were to continue looking farther down in the log, you would find that ehci-hcd sees all those devices. Those that can run at high speed continue using the EHCI controller. For those that can't, the switch is reset and they

[linux-usb-devel] 优惠代开发票

2006-04-03 Thread 财务方面合作
贵公司负责人(经理/财务)您好: 深圳市创达实业有限公司。本公司于1997年成立,是一家集生产与销售为一体的实业公司,公司本着互 惠互利的原则合理对外优惠代开发票,代开发票范围:(增值税票.普通国税商品销售发票,地税广告、运输、 其它服务、租赁、维修、建筑安装、餐饮定额发票,)点数根据所开的数量额度的大小来商讨优惠的点数。 公司成立多年一直坚持以诚信第一、重合同守信用为经营理念立足于商场。 联络手机: 013927409912 公司电话:0755-21025140 (财务部) 邮箱: [EMAIL PROTECTED]

[linux-usb-devel] [PATCH 13/13] isdn4linux: Siemens Gigaset drivers - make some variables non-atomic

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt [EMAIL PROTECTED], Hansjoerg Lipp [EMAIL PROTECTED] This patch replaces some atomic_t variables in the Gigaset drivers by non-atomic ones, using spinlocks instead to assure atomicity, as proposed in discussions on the linux-kernel mailing list. Signed-off-by: Hansjoerg Lipp

[linux-usb-devel] [PATCH 10/13] isdn4linux: Siemens Gigaset drivers - remove private version of __skb_put()

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt [EMAIL PROTECTED], Hansjoerg Lipp [EMAIL PROTECTED] This patch removes the private version of __skb_put() from the Siemens Gigaset drivers. Please merge. Signed-off-by: Hansjoerg Lipp [EMAIL PROTECTED] Signed-off-by: Tilman Schmidt [EMAIL PROTECTED] ---

[linux-usb-devel] [PATCH 2/13] isdn4linux: Siemens Gigaset drivers - Kconfig correction

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt [EMAIL PROTECTED], Hansjoerg Lipp [EMAIL PROTECTED] This patch removes the restriction to build the Gigaset drivers as modules only. Please merge. Signed-off-by: Hansjoerg Lipp [EMAIL PROTECTED] Signed-off-by: Tilman Schmidt [EMAIL PROTECTED] ---

[linux-usb-devel] [PATCH 11/13] isdn4linux: Siemens Gigaset drivers - remove forward references

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt [EMAIL PROTECTED], Hansjoerg Lipp [EMAIL PROTECTED] This patch removes four unnecessary forward function declarations and an obsolete E-mail address from the Siemens Gigaset drivers. Please merge. Signed-off-by: Hansjoerg Lipp [EMAIL PROTECTED] Signed-off-by: Tilman Schmidt

[linux-usb-devel] [PATCH 3/13] isdn4linux: Siemens Gigaset drivers - timer usage

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt [EMAIL PROTECTED], Hansjoerg Lipp [EMAIL PROTECTED] This patch corrects timer usage in the Gigaset drivers to take advantage of the existing setup_timer() function, and use milliseconds as unit. Please merge. Signed-off-by: Hansjoerg Lipp [EMAIL PROTECTED] Signed-off-by:

[linux-usb-devel] [PATCH 9/13] isdn4linux: Siemens Gigaset drivers - mutex conversion

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt [EMAIL PROTECTED], Hansjoerg Lipp [EMAIL PROTECTED] This patch converts the semaphores used by the Gigaset drivers to mutexes. Please merge. Signed-off-by: Hansjoerg Lipp [EMAIL PROTECTED] Signed-off-by: Tilman Schmidt [EMAIL PROTECTED] --- drivers/isdn/gigaset/common.c

[linux-usb-devel] [PATCH 0/13] isdn4linux: Siemens Gigaset drivers update

2006-04-03 Thread Hansjoerg Lipp
The following series of patches contains updates to the Siemens Gigaset drivers suggested by various reviewers on lkml. These should go into 2.6.17 if at all possible. Please apply in order. --- This SF.Net email is sponsored by xPML, a

[linux-usb-devel] [PATCH 5/13] isdn4linux: Siemens Gigaset drivers - sysfs usage

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt [EMAIL PROTECTED], Hansjoerg Lipp [EMAIL PROTECTED] This patch corrects the way the Gigaset drivers create their sysfs entries. Please merge. Signed-off-by: Hansjoerg Lipp [EMAIL PROTECTED] Signed-off-by: Tilman Schmidt [EMAIL PROTECTED] ---

[linux-usb-devel] [PATCH 12/13] isdn4linux: Siemens Gigaset drivers - add README

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt [EMAIL PROTECTED], Hansjoerg Lipp [EMAIL PROTECTED] This patch adds a README file for the Siemens Gigaset drivers to the Documentation/isdn directory. Please merge. Signed-off-by: Hansjoerg Lipp [EMAIL PROTECTED] Signed-off-by: Tilman Schmidt [EMAIL PROTECTED] ---

[linux-usb-devel] [PATCH 8/13] isdn4linux: Siemens Gigaset drivers - elliminate from_user argument

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt [EMAIL PROTECTED], Hansjoerg Lipp [EMAIL PROTECTED] This patch elliminates the from_user argument from a debugging function, thus easing the job of sparse. Please merge. Signed-off-by: Hansjoerg Lipp [EMAIL PROTECTED] Signed-off-by: Tilman Schmidt [EMAIL PROTECTED] ---

[linux-usb-devel] [PATCH 6/13] isdn4linux: Siemens Gigaset drivers - remove IFNULL macros

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt [EMAIL PROTECTED], Hansjoerg Lipp [EMAIL PROTECTED] This patch removes the IFNULL debugging macros from the Gigaset drivers. Please merge. Signed-off-by: Hansjoerg Lipp [EMAIL PROTECTED] Signed-off-by: Tilman Schmidt [EMAIL PROTECTED] --- drivers/isdn/gigaset/asyncdata.c

[linux-usb-devel] [PATCH 7/13] isdn4linux: Siemens Gigaset drivers - uninline

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt [EMAIL PROTECTED], Hansjoerg Lipp [EMAIL PROTECTED] This patch uninlines a function which was slightly too big to warrant inlining. Please merge. Signed-off-by: Hansjoerg Lipp [EMAIL PROTECTED] Signed-off-by: Tilman Schmidt [EMAIL PROTECTED] ---

Re: [linux-usb-devel] compile error when building multiple EHCI host controllers as modules

2006-04-03 Thread David Brownell
On Friday 24 March 2006 12:32 pm, Kumar Gala wrote: The issue I have this is that it makes two (or more) things that were independent now dependent. What about just moving the module_init/ exit() functions into files that are built separately. For the ehci- fsl case it was trivial,

[linux-usb-devel] Re: [PATCH 0/13] isdn4linux: Siemens Gigaset drivers update

2006-04-03 Thread Greg KH
On Tue, Apr 04, 2006 at 02:00:24AM +0200, Hansjoerg Lipp wrote: The following series of patches contains updates to the Siemens Gigaset drivers suggested by various reviewers on lkml. These should go into 2.6.17 if at all possible. Please apply in order. Hm, the big merge window for 2.6.17 is

[linux-usb-devel] Re: [PATCH 0/13] isdn4linux: Siemens Gigaset drivers update

2006-04-03 Thread Andrew Morton
Greg KH [EMAIL PROTECTED] wrote: On Tue, Apr 04, 2006 at 02:00:24AM +0200, Hansjoerg Lipp wrote: The following series of patches contains updates to the Siemens Gigaset drivers suggested by various reviewers on lkml. These should go into 2.6.17 if at all possible. Please apply in order.

[linux-usb-devel] Re: [PATCH 0/13] isdn4linux: Siemens Gigaset drivers update

2006-04-03 Thread Greg KH
On Mon, Apr 03, 2006 at 08:11:32PM -0700, Andrew Morton wrote: Greg KH [EMAIL PROTECTED] wrote: On Tue, Apr 04, 2006 at 02:00:24AM +0200, Hansjoerg Lipp wrote: The following series of patches contains updates to the Siemens Gigaset drivers suggested by various reviewers on lkml. These

[linux-usb-devel] EHCI - OTG Transceiver (ULPI ) Issues

2006-04-03 Thread rakesh kn
H i ARC controller Core is having the ULPI interface as its Transceiver. I have a some deviations in USBSTS, PORTSCx,OTGSC registers for programming ULPI transceiver select, clocking etc. Can u provide some help on general issues, on how the transceiver must be approached while programming. a)

Re: [linux-usb-devel] compile error when building multiple EHCI host controllers as modules

2006-04-03 Thread Kumar Gala
On Apr 3, 2006, at 9:48 PM, David Brownell wrote: On Friday 24 March 2006 12:32 pm, Kumar Gala wrote: The issue I have this is that it makes two (or more) things that were independent now dependent. What about just moving the module_init/ exit() functions into files that are built