[linux-usb-devel] usb register

2006-11-01 Thread Jim
Hi, In function usb_register(), there is a comment of NOTE: if you want your driver to use the USB major number, you must call usb_register_dev() to enable that functionality. This function no longer takes care of that.. Does that mean that init() need to call usb_register_dev(), not

Re: [linux-usb-devel] usb register

2006-11-01 Thread Felipe Balbi
ext Jim wrote: Hi, In function usb_register(), there is a comment of NOTE: if you want your driver to use the USB major number, you must call usb_register_dev() to enable that functionality. This function no longer takes care of that.. Does that mean that init() need to call

Re: [linux-usb-devel] question about the Cypress Semiconductor serial driver

2006-11-01 Thread Sergey Vlasov
On Wed, Nov 01, 2006 at 02:57:42AM +0300, Vladimir Volovich wrote: i have a UPS drive (Ippon Smart Power Pro 2000) which has a usb and a serial interface, but my mainboard doesn't have an external serial port, and i'd like to manage the UPS via the USB port. the USB interface is based on

[linux-usb-devel] Undelivered Mail Returned to Sender

2006-11-01 Thread Mail Delivery System
This is the mail system at host fallback-1.isd-holland.nl. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, please send mail to postmaster If you do so, please include this problem report. You can

Re: [linux-usb-devel] question about the Cypress Semiconductor serial driver

2006-11-01 Thread Vladimir Volovich
SV == Sergey Vlasov writes: Report Descriptors: ** UNAVAILABLE ** SV To get full lsusb -v output for a HID device, you need to SV unload the usbhid module. Be careful if you also have an USB SV keyboard - you will need to enter all commands on one line: SVrmmod usbhid; lsusb -v

[linux-usb-devel] 一生平安

2006-11-01 Thread chen
你好:广深财税代理(提供发票)贸易有限公司提供相关行业发票优惠向外代开。(最底可优惠底至0.5%)! 如:广告业发票、电脑版运输统一发票、商品销售统一发票、建筑安装业、服务业发票、海关代缴增值税等发票。 如有需要请来电联系陈先生手机:(0)13612953385 有意者请保留本联系电话与陈先生联系;以备后用。谢谢! 祝生意兴隆 如方便请帮忙介绍客户;(现我公司提供介绍客户以10%业务回扣)! 详情请登陆以下网址或直接来电咨询:

Re: [linux-usb-devel] usb-storage: Unusual device description for UCR-61S2B on linux 2.6.18

2006-11-01 Thread Phil Dibowitz
Alexandre Pereira Nunes wrote: Hi, I have a UCR-61S2B with rev 1.0, here is relevant /proc/bus/usb/devices data: SNIP I traced it down to this change (excerpt from patch-2.6.18): Alexandre, I'll get a patch out for this this week. It'll take me a few days since most of my time right

Re: [linux-usb-devel] usb register

2006-11-01 Thread Greg KH
On Wed, Nov 01, 2006 at 07:21:50AM -0400, Felipe Balbi wrote: ext Jim wrote: Hi, In function usb_register(), there is a comment of NOTE: if you want your driver to use the USB major number, you must call usb_register_dev() to enable that functionality. This function no longer

Re: [linux-usb-devel] Fwd: Re: usb initialization order (usbhid vs. appletouch)

2006-11-01 Thread Soeren Sonnenburg
On Mon, 2006-10-30 at 15:05 -0500, Joseph Fannin wrote: On Mon, Oct 30, 2006 at 01:43:31PM +0100, Soeren Sonnenburg wrote: On Mon, 2006-10-30 at 05:12 -0500, Joseph Fannin wrote: On Sat, Oct 28, 2006 at 10:27:46PM +0200, Soeren Sonnenburg wrote: On Sat, 2006-10-28 at 20:55 +0200, Oliver

[linux-usb-devel] Invalid Storage Class BUG

2006-11-01 Thread Felipe Balbi
Hello all, Could anyone help me fix this bug? I couldn't figure out what is happening. Here's the bug: drivers/usb/core/hub.c: In function 'usb_new_device': drivers/usb/core/hub.c:1293: error: invalid storage class for function '__usb_port_suspend' drivers/usb/core/hub.c:1294: warning:

Re: [linux-usb-devel] Invalid Storage Class BUG

2006-11-01 Thread Alan Stern
On Wed, 1 Nov 2006, Felipe Balbi wrote: Hello all, Could anyone help me fix this bug? I couldn't figure out what is happening. Here's the bug: drivers/usb/core/hub.c: In function 'usb_new_device': drivers/usb/core/hub.c:1293: error: invalid storage class for function

Re: [linux-usb-devel] Invalid Storage Class BUG

2006-11-01 Thread Rtp
Felipe Balbi [EMAIL PROTECTED] writes: Hello all, Hi ! Could anyone help me fix this bug? I couldn't figure out what is happening. Here's the bug: drivers/usb/core/hub.c: In function 'usb_new_device': drivers/usb/core/hub.c:1293: error: invalid storage class for function

Re: [linux-usb-devel] Invalid Storage Class BUG

2006-11-01 Thread Andrew Morton
On Wed, 1 Nov 2006 16:14:01 -0500 (EST) Alan Stern [EMAIL PROTECTED] wrote: On Wed, 1 Nov 2006, Felipe Balbi wrote: Hello all, Could anyone help me fix this bug? I couldn't figure out what is happening. Here's the bug: drivers/usb/core/hub.c: In function 'usb_new_device':

Re: [linux-usb-devel] Invalid Storage Class BUG

2006-11-01 Thread David Brownell
That's identical to what I've been using in some work on a high-speed OTG controller that I suspect Felipe is getting familiar with ... :) So here's a standard format patch. This should get into 2.6.19 IMO. (Andrew, ISTR that a topological sort won't work in this file.) =

Re: [linux-usb-devel] Invalid Storage Class BUG

2006-11-01 Thread Andrew Morton
On Wed, 1 Nov 2006 14:26:26 -0800 David Brownell [EMAIL PROTECTED] wrote: So here's a standard format patch. This should get into 2.6.19 IMO. - Greg. (Andrew, ISTR that a topological sort won't work in this file.) I did one just then. It worked for allmodconfig, but it was too big so I

Re: [linux-usb-devel] Linux OTG source code

2006-11-01 Thread David Brownell
On Tuesday 31 October 2006 10:37 pm, Srinivas G. wrote: Could any one please point a link about the Linux OTG source code? Google for linux usb otg and the top entry is very relevant: http://www.linux-usb.org/gadget/h2-otg.html Also, in the linux-omap tree (currently at 2.6.19-rc4) is an

Re: [linux-usb-devel] Invalid Storage Class BUG

2006-11-01 Thread David Brownell
(Andrew, ISTR that a topological sort won't work in this file.) I did one just then. It worked for allmodconfig, but it was too big so I deleted it. OK. It was a few releases ago, then, that a topsort couldn't work; Alan's various updates have improved that aspect too. I always like to

Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-11-01 Thread Adrian Bunk
On Tue, Oct 31, 2006 at 11:36:52AM -0800, David Brownell wrote: ... depends on MII if MII != n except that Kconfig doesn't comprehend conditionals like that. You can express this in Kconfig: depends MII || MII=n Except that: Warning! Found

[linux-usb-devel] Majordomo results: Word file

2006-11-01 Thread Majordomo
-- This is a multi-part message in MIME format. Command 'this' not recognized. --=_NextPart_2.47066736221313E-02 Command '--=_nextpart_2.47066736221313e-02' not recognized. Content-Type: text/plain; format=flowed Command 'content-type:' not recognized. Please see

[linux-usb-devel] Majordomo results: Fw: Sexy

2006-11-01 Thread Majordomo
-- This is a multi-part message in MIME format. Command 'this' not recognized. --=_NextPart_7.26823806762695E-02 Command '--=_nextpart_7.26823806762695e-02' not recognized. Content-Type: text/html; format=flowed Command 'content-type:' not recognized.

Re: [linux-usb-devel] usb-storage: Unusual device description for UCR-61S2B on linux 2.6.18

2006-11-01 Thread Alexandre Pereira Nunes
[cut] Alexandre, I'll get a patch out for this this week. It'll take me a few days since most of my time right now is helping my girlfriend who just had knee surgery... but I thought I'd acknowledge your email in the meantime. Take your time man, i wish a good recovery to her; Thanks! -

[linux-usb-devel] Majordomo results: Fwd: image.jpg

2006-11-01 Thread Majordomo
-- This is a multi-part message in MIME format. Command 'this' not recognized. --=_NextPart_3.38399410247803E-03 Command '--=_nextpart_3.38399410247803e-03' not recognized. Content-Type: text/html; format=flowed Command 'content-type:' not recognized.

[linux-usb-devel] Majordomo results: Fwd: image.jpg

2006-11-01 Thread Majordomo
-- This is a multi-part message in MIME format. Command 'this' not recognized. --=_NextPart_4.94634628295898E-02 Command '--=_nextpart_4.94634628295898e-02' not recognized. Content-Type: text/html; format=flowed Command 'content-type:' not recognized.

Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-11-01 Thread Greg KH
On Wed, Oct 25, 2006 at 07:22:08PM -0700, David Brownell wrote: On Wednesday 25 October 2006 4:58 pm, Randy Dunlap wrote: On Wed, 25 Oct 2006 15:27:09 -0700 David Brownell wrote: Instead, usbnet.c should #ifdef the relevant ethtool hooks according to CONFIG_MII ... since it's