[linux-usb-devel] Problem in Bluetooth USB driver.

2004-04-25 Thread Sunil Kumar
Hi, I am facing a problem in the bluetooth usb driver. I found out that the probe function of bluetooth.c in the linux kernel source was failing once the device was connected, later when I checked, I found out that there were zero bulk in, bulk out and interrupt endpoints, because of which the prob

[linux-usb-devel] Odpowiedz jeżeli chcesz przystapic do grupy

2004-04-25 Thread System hydepark
Powitanie właściciela grupy: Witaj! Właśnie zapisałeś/aś się do listy dyskusyjnej 'totalizm' która jest poświęcona zagadnieniom opisywanym w pracach dr inż. Jana Pająka (dostępne są one za darmo w internecie - zapoznaj się z nimi przed przystąpieniem do dyskusji) Uczestnictwo w pracach listy wyma

[linux-usb-devel] Witaj w HydePark.pl! Tutaj znajdziesz Twój pseudonim i hasło!

2004-04-25 Thread System hydepark
Witaj, [EMAIL PROTECTED] Właśnie stałeś się użytkownikiem Hydeparku. Wiadomości z grup dyskusyjnych będą przychodziły na Twój adres [EMAIL PROTECTED] Oto dane, których musisz użyć przy logowaniu na stronie HydePark.pl: Twój pseudonim: [EMAIL PROTECTED] Twoje hasło: a29c51dd (W haśle mają znacze

[linux-usb-devel] Re-writing ACM modem driver -- problem

2004-04-25 Thread Rudolf Ladyzhenskii
Hi, all I am trying to re-write the ACM CDC modem driver and stuck on a problem. I have a custom ISDN USB modem that provides me with 3 channels (2B+D). All channels are packed into single data stream and some framing is done to distinguish between channels. I took ACm driver and heavily modifie

[linux-usb-devel] DELIVERY FAILURE: $B%f!<%6!<(B hi-yokoyama (hi-yokoyama@east1.melos.co.jp) $B$O%G%#%l%/%H%j$N%j%9%H$K$"$j$^$;$s!#(B

2004-04-25 Thread Postmaster
Your message (B (B Subject: Failure ([EMAIL PROTECTED]) (B (Bwas not delivered to: (B (B [EMAIL PROTECTED] (B (Bbecause: (B (B $B%f!<%6!<(B hi-yokoyama ([EMAIL PROTECTED]) $B$O%G%#%l%/%H%j$N%j%9%H$K$"$j$^$;$s!#(BReporting-MTA: dns;center.melos.co.jp Final-Recipient: rfc822;[EMAIL

[linux-usb-devel] 新产品无人知而发愁

2004-04-25 Thread 新点
别为您的新产品无人知而发愁!!! 别为您的网站无人看而发愁 广东新点科技来帮您!用电子邮件发广告,真所谓,它不看也要打开!绝!!妙!!! 专业邮件群发软件(原装光盘版)兼免费传授人工搜集邮址秘诀 每天发几十万封邮件肯定不成问题!(附送真实人工搜集邮址5000万个) 不买也去看看 http://www.mail333.net 不买也去看看 http://www.mail333.net 也许您看了,感兴趣!!! 不买也去看看 http://www.mail333.net 真的!!这家伙真的很神奇,它不但自己会发,而且另您也发!!!财!!!

[linux-usb-devel] $B!y13!&56$j$N$J$$:_Bp%o!<%/(B($BA[A|$H0c$$C/$b$,$S$C$/$j!*(B)$B!y(B

2004-04-25 Thread hotnews
$B!y13!&56$j$N$J$$:_Bp%o!<%/(B($BA[A|$H0c$$C/$b$,$S$C$/$j!*(B)$B!y(B (B $B(."""#(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,"#""(/(B (B $B%[%C%H!&%[%C%H!&%K%e!<%9(B $B!c(B2003.04$BH/9T!d(B $B(1"""#(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,"#""(0(B (B $B!Z"-%*%

[linux-usb-devel] failure notice

2004-04-25 Thread MAILER-DAEMON
Hi. This is the qmail-send program at poczta.pol.pl. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[EMAIL PROTECTED]>: Sorry, no mailbox here by that name. (#5.1.1) --- Below this line is a copy of

[linux-usb-devel] [PATCH] usb-storage driver changes for 2.6.x

2004-04-25 Thread Matthew Dharm
Patch as239b from Alan Stern: This patch improves the interaction between a SCSI reset, an internally generated reset, and an abort. This improves our error-recovery in cases where the device is hung (or almost hung) while we're trying to auto-reset. diff -Nru a/drivers/usb/storage/scsiglue.c b/

[linux-usb-devel] Re: [PATCH] usb-storage driver changes for 2.6.x

2004-04-25 Thread Matthew Dharm
This patch adds some clear-halt calls if a GetMaxLUN fails. Apparently, some devices (like certain early-rev Zip100s) stall their bulk pipes if they receive a GetMaxLUN. diff -Nru a/drivers/usb/storage/transport.c b/drivers/usb/storage/transport.c --- a/drivers/usb/storage/transport.c Sun Apr 2

[linux-usb-devel] Re: [PATCH] usb-storage driver changes for 2.6.x

2004-04-25 Thread Matthew Dharm
This is a trivial patch to remove some duplicate includes. sched.h and errno.h are already included in this file about a dozen lines or so above this point. diff -Nru a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c --- a/drivers/usb/storage/usb.c Sun Apr 25 02:25:23 2004 +++ b/drivers/usb

[linux-usb-devel] Re: [PATCH] usb-storage driver changes for 2.6.x

2004-04-25 Thread Matthew Dharm
This is patch as248b from Alan Stern, modified by myself: This adds a flag which allows us to supress the "unneeded unusual_devs.h entry" message. This is useful for times when idiotic device manufacturers break the rules and release two different devices with the same VID, PID, and revision numbe

[linux-usb-devel] [PATCH] usb-storage driver changes for 2.6.x

2004-04-25 Thread Matthew Dharm
(First, a fair warning -- this is my first time trying to use gregkh_patchbomb to send patches. I hope I don't embarass myself.) This is a series of 4 patches (including two from Alan Stern). They improve some error recovery, make Zip100s work again, supress those annoying Casio unusual_devs.h m

[linux-usb-devel] failure notice

2004-04-25 Thread MAILER-DAEMON
Hi. This is the qmail-send program at mx2.aruba.it. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[EMAIL PROTECTED]>: Sorry, no mailbox here by that name. vpopmail (#5.1.1) --- Below this line is a

[linux-usb-devel] Software

2004-04-25 Thread franklin
Microsoft Windows XP ProfessioBnal 2002 Retail price: $270.99 Our low Pricme: $50.00 You Save: $220.00 Adobe PhotoshLop 7.0 Retail price: $609.99 Our low Price: $60.00 You Savoe: $550.00 Microsoft Office XP Professional 2002 Retail price: $579.99 Our low Price: $60.00 You Savqe: $510.0

Re: [linux-usb-devel] RNDIS gadget driver

2004-04-25 Thread David Brownell
As a rule, when I hook up a link and it doesn't behave, that's exactly what's wrong. I've not yet gotten around to making ZCIP automate everything. As soon as I try and configure an IP address in Windows, I get either a never ending hourglass or a blue screen of death. It depends on the Window

[linux-usb-devel] Re: [OOPS/HACK] atmel_cs and the latest changes in sysfs/symlink.c

2004-04-25 Thread Dmitry Torokhov
On Saturday 24 April 2004 09:49 pm, Greg KH wrote: > On Sat, Apr 24, 2004 at 01:44:04AM -0500, Dmitry Torokhov wrote: > > > Yes, it does fix it for me, thanks a lot! > > Now if somebody could fix the following oops... > > When does that oops happen? With my patch applied? Are you yanking out > a

[linux-usb-devel] [PATCH] update for 2.6.6-rc2 (mtouchusb)

2004-04-25 Thread Todd E. Johnson
Hi all, The attached patch for the 3M Touch Systems Capacitive controller. Quick list of changes: *Changed reset from standard USB dev reset to vendor reset *Changed data sent to host from compensated to raw coordinates *Eliminated vendor/product module params

Re: [linux-usb-devel] Unneeded Protocol entry

2004-04-25 Thread Alan Stern
On Sun, 25 Apr 2004, Kent Ekholm wrote: > As required in log file I send this message. > > Apr 25 12:30:40 athlonxp usb 6-2: new full speed USB device using address 2 > Apr 25 12:30:40 athlonxp usb-storage: This device (07cf,1001,1000 S 05 P > 01) has an unneeded Protocol entry in unusual_devs.h

Re: [linux-usb-devel] drivers/usb/serial/ftdi_sio.c: Error unlinking read urb

2004-04-25 Thread Alan Stern
On Sun, 25 Apr 2004, Jan Capek wrote: > Speaking of 2.4 or 2.6 kernel? I saw this issue in my 2.6 kernel using > this driver. It doesn't seem to have any impact. Any input from anyone who > is working on the relevant part of the USB layer? That sort of thing is normal under some circumstances wi

[linux-usb-devel] Unneeded Protocol entry

2004-04-25 Thread Kent Ekholm
As required in log file I send this message. Apr 25 12:30:40 athlonxp usb 6-2: new full speed USB device using address 2 Apr 25 12:30:40 athlonxp usb-storage: This device (07cf,1001,1000 S 05 P 01) has an unneeded Protocol entry in unusual_devs.h Apr 25 12:30:40 athlonxp Please send a copy of thi

Re: [linux-usb-devel] drivers/usb/serial/ftdi_sio.c: Error unlinking read urb

2004-04-25 Thread Jan Capek
Speaking of 2.4 or 2.6 kernel? I saw this issue in my 2.6 kernel using this driver. It doesn't seem to have any impact. Any input from anyone who is working on the relevant part of the USB layer? --Jan --- This SF.net email is sponsored by: Th

Re: [linux-usb-devel] Re: ftdi driver(usb-serial framework) + minicom issue

2004-04-25 Thread Jan Capek
Pete, yeah, I didn't like this statement either, the termios settings are being tested similarly in 2.4 in serial.c though. The only difference is that they don't check old_termios on being NULL. I don't know how this transition stuff is handled in 2.6.x kernel though as the whole tty layer archi

[linux-usb-devel] Undelivered mail

2004-04-25 Thread LMail release 1.2d/1.8d
An error was detected while processing the enclosed message. A list of the affected recipients follows. This list is in a special format that allows software like LISTSERV to automatically take action on incorrect addresses; you can safely ignore the numeric codes. --> Error description: Error-For

[linux-usb-devel] ezmlm response

2004-04-25 Thread vim-return-
Hi! This is the ezmlm program. I'm managing the [EMAIL PROTECTED] mailing list. This is a generic help message. The message I received wasn't sent to any of my command addresses. --- Administrative commands for the vim list --- I can handle administrative requests automatically. Please do not s