[linux-usb-devel] あなたのパソコ ンが収入ツールになります。

2006-12-19 Thread captain-kA
独占広告━━━    Home Office World Office inc.   ≪第14期募集要項≫ http://www.j-netshop.com/business.htm    ◆家のパソコンを利用して、収入を得たい方      ◆空いた時間を利用して副業したい方      ◆自由な時間を利用しておこづかいを稼ぎたい主婦の方     ※すでにアメリカとヨーロッパで成功しているシステムを 自宅のパソコンで、収入ツー

Re: [linux-usb-devel] usbmon status codes

2006-12-19 Thread Pete Zaitcev
On Wed, 20 Dec 2006 10:55:24 +1100, Aras Vaichas <[EMAIL PROTECTED]> wrote: > Also, does usbmon show absolutely *everything* that goes in/out of the USB > port? My software is duplicating *exactly* what I'm seeing on usbmon when I > run > the third party software, yet my software doesn't work the

Re: [linux-usb-devel] usbmon status codes

2006-12-19 Thread Thomas Sailer
On Wed, 2006-12-20 at 10:55 +1100, Aras Vaichas wrote: > I'm at a loss to understand the status code. Can someone point me to where I > can decode this? With the help of /usr/include/asm/errno.h, you can translate the error numbers to error names. Documentation/usb/error-codes.txt then documents

Re: [linux-usb-devel] [Bugme-new] [Bug 7715] New: uhci_hcd: host controller process error

2006-12-19 Thread Andrew Morton
On Tue, 19 Dec 2006 15:29:24 -0800 [EMAIL PROTECTED] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=7715 > >Summary: uhci_hcd: host controller process error > Kernel Version: 2.6.19.1 > Status: NEW > Severity: normal > Owner: [EMAIL PROTECTE

[linux-usb-devel] usbmon status codes

2006-12-19 Thread Aras Vaichas
Hi, I'm currently using usbmon to try and control a USBTMC (supposedly) compliant oscilloscope. I'm at a loss to understand the status code. Can someone point me to where I can decode this? Output from: # cat /sys/kernel/debug/usbmon/1t e.g. status code "-115" c2cd3bc0 534825333 S Bo:084:06 -115

Re: [linux-usb-devel] USB error: not enough bandwidth

2006-12-19 Thread Jon Smirl
On 12/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 12/19/06, Jon Smirl <[EMAIL PROTECTED]> wrote: > > > I was giving the hub more credit than it deserved. I thought it was > > doing store and forward so that it was talking 480Mb to the PC and > > then 1Mb, 12Mb or 480Mb to the periphera

Re: [linux-usb-devel] USB error: not enough bandwidth

2006-12-19 Thread xiphmont
On 12/19/06, Jon Smirl <[EMAIL PROTECTED]> wrote: > I was giving the hub more credit than it deserved. I thought it was > doing store and forward so that it was talking 480Mb to the PC and > then 1Mb, 12Mb or 480Mb to the peripherals. It is, but it makes none of the timing decisions itself. This

Re: [linux-usb-devel] USB error: not enough bandwidth

2006-12-19 Thread Jon Smirl
On 12/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 12/19/06, Jon Smirl <[EMAIL PROTECTED]> wrote: > > > That's a pretty bad scheduler if it can't schedule a single 12Mb > > device on a 480Mb hub. > > It's only sharing the hub with a USB keyboard. The audio being sent to > > it is less t

Re: [linux-usb-devel] USB error: not enough bandwidth

2006-12-19 Thread xiphmont
On 12/19/06, Jon Smirl <[EMAIL PROTECTED]> wrote: > That's a pretty bad scheduler if it can't schedule a single 12Mb > device on a 480Mb hub. > It's only sharing the hub with a USB keyboard. The audio being sent to > it is less than 1Mb. That's not the problem; it has trouble scheduling the bandw

Re: [linux-usb-devel] USB error: not enough bandwidth

2006-12-19 Thread Jon Smirl
On 12/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Well known issue; the 'stock' ehci scheduler is not efficient enough > using hub TT bandwidth to allow many audio devices to work through a > 2.0 hub. That's a pretty bad scheduler if it can't schedule a single 12Mb device on a 480Mb hub.

Re: [linux-usb-devel] USB error: not enough bandwidth

2006-12-19 Thread xiphmont
Well known issue; the 'stock' ehci scheduler is not efficient enough using hub TT bandwidth to allow many audio devices to work through a 2.0 hub. The -mm kernel series has a new, experimental scheduler in testing for eventual mainline deployment that should allow all full-speed (USB 1.1) devices

Re: [linux-usb-devel] [PATCH] Fix for typo in ohci-ep93xx.c

2006-12-19 Thread Lennert Buytenhek
On Mon, Dec 18, 2006 at 07:44:46AM +0100, Petr Stetiar wrote: > Signed-off-by: Petr Stetiar <[EMAIL PROTECTED]> > > diff --git a/drivers/usb/host/ohci-ep93xx.c b/drivers/usb/host/ohci-ep93xx.c > index 8aad3e3..9efffba 100644 > --- a/drivers/usb/host/ohci-ep93xx.c > +++ b/drivers/usb/host/ohci-ep93

[linux-usb-devel] Error msg in dmesg

2006-12-19 Thread K. Gopinath
I tried mounting a lacie 20GB usb drive on a FC5 and dmesg suggested that I send the mail to this list due to the "unneeded Protocol entry in unusual_devs.h". I am not able to see the usbdrive either in Win2K or in Linux. Thanks Gopi --- usb 2-1: new full speed USB device using uhci_hcd and add

[linux-usb-devel] [PATCH 1/1] Char: hid-ff, support yet another wheel

2006-12-19 Thread Jiri Slaby
hid-ff, support yet another wheel Add support for Logitech Momo racing wheel (046d:ca03) to hid force feedback. Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> --- commit c23d599ef1a68c7609c5e437a2cff834c29b8b54 tree a10a3ab34129749abf1bb57ec266cb1dc58d1ef5 parent ab95fdae2db7f8fded639796814079441

Re: [linux-usb-devel] Are endpoint addrs unique

2006-12-19 Thread Alan Stern
On Tue, 19 Dec 2006, Clemens Ladisch wrote: > Alan Stern wrote: > > On Mon, 18 Dec 2006, Mike King wrote: > > > Are endpoint addresses unique across a device ? > > > > > > In other words, can a device with 2 interfaces have an endpoint in > > > each interface that is address 0x81. Or would they h

Re: [linux-usb-devel] Are endpoint addrs unique

2006-12-19 Thread Clemens Ladisch
Alan Stern wrote: > On Mon, 18 Dec 2006, Mike King wrote: > > Are endpoint addresses unique across a device ? > > > > In other words, can a device with 2 interfaces have an endpoint in > > each interface that is address 0x81. Or would they have to be > > distinct, like 0x81 in one and 0x82 in the

[linux-usb-devel] 代 理 业 务 !

2006-12-19 Thread 刘向阳
尊敬的公司领导负责人(经理/财务)您们好! 我是深圳市佰华实业有限公司的,我司实力雄厚,有着艮好的社会关系。 由于我司进项较多,完成不了每月销售额度,公司决定采取最优惠的方式来对 外代开发票。代开范围:增值税、海关缴款书、普通商品销售发票;地税,建 筑安装、运输、广告、服务业、咨询和定额发票等;本司真诚地希望能够与贵 司合作!也可为贵司节约一部分资金! 如果贵司在发票方面有任何疑虑,可上网查询或我司人员与贵司人员去税 务确定。一切发票可经贵司确认后才付款!

Re: [linux-usb-devel] how to assay usb-ohci.c

2006-12-19 Thread Sylvain Munaut
freegnu wrote: > hi all , im a newbie to linux devicer driver proggramming. and now i want to > assay the process of the usb-ohci.c , but i dont know > how it work and the process of the function called. there is not any function > called module_init() module_exit() and so on. The module_init a

[linux-usb-devel] how to assay usb-ohci.c

2006-12-19 Thread freegnu
hi all , im a newbie to linux devicer driver proggramming. and now i want to assay the process of the usb-ohci.c , but i dont know how it work and the process of the function called. there is not any function called module_init() module_exit() and so on.

Re: [linux-usb-devel] Are endpoint addrs unique

2006-12-19 Thread Oliver Neukum
Am Montag, 18. Dezember 2006 21:54 schrieb Mike King: > USB Gurus, > > Are endpoint addresses unique across a device ? > > In other words, can a device with 2 interfaces have an endpoint in > each interface that is address 0x81. Or would they have to be distinct, > like 0x81 in one and 0x82