[linux-usb-devel] failure notice

2004-04-26 Thread MAILER-DAEMON
Hi. This is the qmail-send program at rn-db.rednova.com. 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]>: This address no longer accepts mail. --- Below this line is a copy of the

[linux-usb-devel] Gate West Vscan: VIRUS Detected in mail to iders.cgan

2004-04-26 Thread postmaster
V I R U S A L E R T Gate West Vscan has detected a Virus in the email you sent to "[EMAIL PROTECTED]". For your reference, here are the headers from your email: - BEGIN HEADERS - Return-Path: <[EMAIL PROTECTED]> Received

linux-usb-devel@lists.sourceforge.net

2004-04-26 Thread Norton_AntiVirus_Gateways
***$BF|K\%"%S%*%K%/%9%0%k!<%W$K%a!<%k$rAw?.$5$l$?$*5RMM$X(J*** $B!!$*5RMM$,Aw?.$5$l$?%a!<%k$O!"Evo%a!<%k!K$r(J $B!!AwIU$"$k$$$OE:IU%U%!%$%k$r>C5n$7$?$b$N!JK\J8$O$=$N$^$^!K$r(J $B!!AwIU$$$?$7$^$7$?!#(J $B!!$D$-$^$7$F$O!"$*5RMMB&$G:#0lEY%&[EMAIL PROTECTED](J $B!!$43NG'$5$l$^$9$h$&$*4j$?

[linux-usb-devel] Undelivered mail

2004-04-26 Thread LSMTP for Windows NT v1.1b
An error was detected while processing the enclosed message. A list of the affected recipient 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-f

[linux-usb-devel] Re: Mail Delivery (failure celebcrimenewsletter@industryradio.com)

2004-04-26 Thread celebcrimenewsletter
This is an autoresponder. I'll never see your message. --- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer ex

[linux-usb-devel] VIRUS IN YOUR MAIL TO amrita@baazee.com

2004-04-26 Thread postmaster
V I R U S A L E R T Our viruschecker found a VIRUS in your email to "[EMAIL PROTECTED]". We stopped delivery of this email! Now it is on you to check your system for viruses For further information about this viruschecker see: http

[linux-usb-devel] Returned mail - nameserver error report

2004-04-26 Thread MAILER-DAEMON
Message not delivered to the following: racisNo matches to nameserver query Error Detail (phquery V4.1): The message, "No matches to nameserver query," is generated whenever the ph nameserver fails to locate either a ph alias or name field that matches the sup

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

2004-04-26 Thread David Meggy
Hi again slowly moving closer. I really hope that this is about the last thing I have to fix before everything works. Maybe that is just wishful thinking. I did a quick check and decided to back to g_ether (CDC), after I had made the fixes to get the device working for the g_zero tests. CDC no

[linux-usb-devel] USB related oops in 2.6.6-rk2-bk3 (similar with 2.6.5)

2004-04-26 Thread Grzegorz Kulewski
Hi, I experienced this oops. I have uhci-hcd and two devices. One is usb camera (TC111 - probably not supported under linux?) and the second is speedtouch modem. Everytime I shut down my system (Gentoo) with 2.6.5 and newer I get some oops but system log is down before that and I have no time

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

2004-04-26 Thread Matthew Dharm
On Mon, Apr 26, 2004 at 04:09:00PM -0700, Greg KH wrote: > On Sun, Apr 25, 2004 at 08:42:48PM -0700, Matthew Dharm wrote: > > (First, a fair warning -- this is my first time trying to use > > gregkh_patchbomb to send patches. I hope I don't embarass myself.) > > Eeek, my own scripts coming back t

[linux-usb-devel] Re: PATCH: (as260) Altsetting updates for usb/serial

2004-04-26 Thread Greg KH
On Mon, Apr 26, 2004 at 02:42:27PM -0400, Alan Stern wrote: > Greg: > > The updates needed for proper altsetting handling among the USB serial > drivers turned out to be a lot easier than I expected, thanks to the > organization of the drivers. Only a handful of changes were needed. Applied, t

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

2004-04-26 Thread Greg KH
On Sun, Apr 25, 2004 at 08:42:48PM -0700, Matthew Dharm wrote: > (First, a fair warning -- this is my first time trying to use > gregkh_patchbomb to send patches. I hope I don't embarass myself.) Eeek, my own scripts coming back to haunt me :) It worked just fine. One bit of advice, can you put

[linux-usb-devel] Re: [PATCH 1/9] USB usbfs: take a reference to the usb device

2004-04-26 Thread Greg KH
On Mon, Apr 26, 2004 at 04:05:17PM +0200, Duncan Sands wrote: > diff -Nru a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c > --- a/drivers/usb/core/devio.cMon Apr 26 13:48:28 2004 > +++ b/drivers/usb/core/devio.cMon Apr 26 13:48:28 2004 > @@ -350,8 +350,8 @@ >* all pend

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

2004-04-26 Thread Greg KH
On Sun, Apr 25, 2004 at 03:55:12PM -0400, Todd E. Johnson wrote: > 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 comp

[linux-usb-devel] [patch 2.6.6-rc2+BK] CONFIG_USB_SUSPEND (experimental)

2004-04-26 Thread David Brownell
Now that we're starting to finally remove all the wierd locking and device/interface life cycles from usbcore, it seems somehow appropriate to look start filling in some significant omissions ... like hooking usb-specific power management mechanisms up! Please merge the attached patch, which includ

[linux-usb-devel] [PATCH] 2 more USB fixes for 2.6.6-rc2

2004-04-26 Thread Greg KH
USB: fix up fake usb_interface structure in hiddev This fixes a oops in the current kernel tree. diff -Nru a/drivers/usb/input/hiddev.c b/drivers/usb/input/hiddev.c --- a/drivers/usb/input/hiddev.cFri Apr 23 11:00:23 2004 +++ b/drivers/usb/input/hiddev.cFri Apr 23 11:00:23 2004 @@

[linux-usb-devel] Re: [PATCH] 2 more USB fixes for 2.6.6-rc2

2004-04-26 Thread Greg KH
# USB: further cleanup of the hiddev driver, fixing another possible oops on disconnect. diff -Nru a/drivers/usb/input/hiddev.c b/drivers/usb/input/hiddev.c --- a/drivers/usb/input/hiddev.cMon Apr 26 11:38:28 2004 +++ b/drivers/usb/input/hiddev.cMon Apr 26 11:38:28 2004 @@ -49,7 +

[linux-usb-devel] [BK PATCH] 2 more USB fixes for 2.6.6-rc2

2004-04-26 Thread Greg KH
Hi, Here are two small patches that fix an oops in the usb hiddev driver. This oops was exposed due to a sysfs patch that I previously sent you (that patch was correct, the hiddev driver was wrong...) They have been acked by Vojtech. Please pull from: bk://kernel.bkbits.net/gregkh/linux/fix-2.6

[linux-usb-devel] please apply the old patch from Georg Acher in 2.4 tree

2004-04-26 Thread Sebastien Chaumat
Hi, I tried the patch from Georg Acher (posted 2001/08). It saved me from a lot of troubles with a brand news USB2 hub that refuses to take an address with my nforce2 motherboard. This patch is harmless and can help a lot with new devices (mine only works with 2.6) on 2.4. The patch is there

Re: [linux-usb-devel] Re: [PATCH 1/9] USB usbfs: take a reference to the usb device

2004-04-26 Thread Alan Stern
Duncan: Have you decided to go through and change all those interface indices to interface numbers? Alan Stern --- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all o

[linux-usb-devel] Re: [PATCH 1/9] USB usbfs: take a reference to the usb device

2004-04-26 Thread Duncan Sands
> Nice, I've applied all 9 patches here (with the updated patch 8 > version). Feel free to send me an update for the warning issue you and > Oliver talked about if you want to. Hi Greg, thanks for applying the patches. The following patch goes on top. Hopefully it will make Oliver happy! Ciao,

[linux-usb-devel] RFC: [usb-storage] (as226b) Allow MODE SENSE with page=x3f (fwd)

2004-04-26 Thread Alan Stern
This message is copied the from usb-storage development list for wider exposure and testing. I would appreciate getting bug reports from anyone who has a USB mass storage device and for whom this patch doesn't work. Alan Stern ---

[linux-usb-devel] PATCH: (as261) USB altsetting updates for IDSN Hisax driver

2004-04-26 Thread Alan Stern
The USB core is changing the way interfaces and altsettings are stored. They are no longer required to be in numerical order, and as a result, simply indexing the interface and altsetting arrays won't work as expected. This patch for the st5481 takes these changes into account. A simpler app

[linux-usb-devel] PATCH: (as260) Altsetting updates for usb/serial

2004-04-26 Thread Alan Stern
Greg: The updates needed for proper altsetting handling among the USB serial drivers turned out to be a lot easier than I expected, thanks to the organization of the drivers. Only a handful of changes were needed. Alan Stern = drivers/usb/serial/io_ti.c 1.42 vs edited = --- 1.42/driv

Re: [linux-usb-devel] Need some advice.

2004-04-26 Thread David Brownell
¹ÚÈ£»ó wrote: Hello. Recently, I am interested in developing USB garget device driver. However, I have some problem. That is, I have little knowledge about that area. So, I need your help. Please, advise to me. Books, papers, references... anything is good. Please recommend how to do and what to do

[linux-usb-devel] Re: [PATCH 1/9] USB usbfs: take a reference to the usb device

2004-04-26 Thread Oliver Neukum
Am Montag, 26. April 2004 16:05 schrieb Duncan Sands: > > Nice, I've applied all 9 patches here (with the updated patch 8 > > version). Feel free to send me an update for the warning issue you and > > Oliver talked about if you want to. > > Hi Greg, thanks for applying the patches. The following

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

2004-04-26 Thread Alan Stern
On Mon, 26 Apr 2004, Sunil Kumar wrote: > 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

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

2004-04-26 Thread Paulo Marques
Alan Stern wrote: 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 cir

[linux-usb-devel] [PATCH] Broken key on USB Keyboards

2004-04-26 Thread Antonio Cuni
[Please CC replies to me because I've not subscribed this list] I have an USB Keyboard with some multimedial keys: most worked as expected, but the tree 'cut', 'copy' and 'paste' keys didn't work. I investigated a bit and I solved by modifying the function hidinput_configure_usage in hid-input.

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

2004-04-26 Thread Mail Delivery System
This is the Postfix program at host kweetal.tue.nl. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please send mail to If you do so, please include this problem report. You can delete your own text from

[linux-usb-devel] Sun USB Keyboard Adapter Problems

2004-04-26 Thread John D 3
I have a Sun USB Type 6 keyboard (ID 0430:0005) that works fine on the linux console. All of the keys work, including the special Sun keys. "showkey -s" shows every key press and the evdev interface generates events (tested with the evtest program). I also have an adapter that converts a Sun Type

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

2004-04-26 Thread Vojtech Pavlik
On Fri, Apr 23, 2004 at 11:03:42AM -0700, Greg KH wrote: > On Fri, Apr 23, 2004 at 10:19:53AM -0700, Greg KH wrote: > > On Fri, Apr 23, 2004 at 08:31:11AM -0700, Greg KH wrote: > > > > > > No, we need to oops, as that's a real bug. Can you post the whole oops > > > that was generated with this us

[linux-usb-devel] Re: [patch] datafab fix and unusual devices

2004-04-26 Thread Andries.Brouwer
From [EMAIL PROTECTED] Mon Apr 5 14:38:27 2004 On Mon, Apr 05, 2004 at 08:39:56AM -0300, Marcelo Tosatti wrote: > On Tue, Mar 30, 2004 at 01:56:14PM -0800, Greg KH wrote: > > On Tue, Mar 30, 2004 at 12:44:09AM +0200, [EMAIL PROTECTED] wrote: > > > datafab.c has an often-seen bu

[linux-usb-devel] Need some advice.

2004-04-26 Thread 박호상
Hello. Recently, I am interested in developing USB garget device driver. However, I have some problem. That is, I have little knowledge about that area. So, I need your help. Please, advise to me. Books, papers, references... anything is good. Please recommend how to do and what to do. Thank you.

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

2004-04-26 Thread Oliver Neukum
> Can anyone see a design flaw in such approach? Is there a better idea? If it exposes full ISDN to the computer register it as an ISDN device. Giving a raw D channel to a tty is a bad idea. Regards Oliver --- This SF