Re: [linux-usb-devel] Yet another mail about libusb and scanner ;-)

2004-04-20 Thread John H.
what is the status of being able to use scanner through libusb w/o root? ___ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http://www.myway.com --- This SF.Net email is spons

Re: [linux-usb-devel] Numerous problems, partial success getting FujiFilm Finepix 3800 to work under 2.6.

2004-04-20 Thread Aleksey Nogin
Thanks a lot for your feedback. Unfortunately, your patch does not seem to affect anything. To find out what exactly happens around the code you suggested patching, I added couple more SCSI_LOG_SCAN_BUS statements (marked "an1" and "an2" below) and turned on the SCSI_LOG_SCAN_BUS reporting. Th

[linux-usb-devel] Re: [PATCH] tiglusb: bug fixes (usb_clear_halt, usb_sndbulkpipe)

2004-04-20 Thread Pete Zaitcev
On Wed, 14 Apr 2004 20:34:02 +0200 Romain Lievin <[EMAIL PROTECTED]> wrote: > the first set of 2 patches (2.4 & 2.6) fixes 2 bugs: >[...] > ==[ src24 ]= OK, this looks fine, but next time please do not mix 2.4 and 2.6 patches. I do not like to e

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

2004-04-20 Thread David Brownell
David Meggy wrote: Would it possible to get a USB analyzer screen shot or some other sort of log file with RNDIS starting up on windows. Without a working RNDIS device here, it is a little hard to figure out what is going wrong, and what is going right The version in the gadget-2.4 tree just did t

[linux-usb-devel] NOTICE: mail delivery status.

2004-04-20 Thread Postmaster on mail.kappa.ro
This is a delivery status notification from mx.kappa.ro, running the Courier mail server, version 0.42.0.20030319. The original message was received on Wed, 21 Apr 2004 05:32:20 +0300 from dnt.ro ([211.104.119.245]) ---

[linux-usb-devel] VIRUS (Worm/NetSky.P) IN MAIL FROM YOU

2004-04-20 Thread amavisd-new
VIRUS ALERT Our content checker found virus: Worm/NetSky.P banned name: message.scr in email presumably from you (<[EMAIL PROTECTED]>), to the following recipient: -> [EMAIL PROTECTED] Please check your system for viruses, or ask your system administrator to do so. Delivery of the email

[linux-usb-devel] Re: [HIDDEV] Fix boundary checks for GUSAGE/SUSAGE

2004-04-20 Thread Pete Zaitcev
On Wed, 14 Apr 2004 20:22:17 +1000 Herbert Xu <[EMAIL PROTECTED]> wrote: > The current code is applying the maxusage limit to GUSAGE/SUSAGE. This > is incorrect as the number of values is stored in field->report_count, > not field->maxusage. The USB phone from www.virbiage.com is one device > wh

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

2004-04-20 Thread David Brownell
David Meggy wrote: ~ # modprobe g_ether Using /lib/modules/2.4.25-vrs2/kernel/drivers/usb/gadget/rndis.o Using /lib/modules/2.4.25-vrs2/kernel/drivers/usb/gadget/g_ether.o usb0: Ethernet Gadget, n9604, version: Bastille Day 2003 usb0: RNDIS activated usb0: CDC host enet BE7D181ABDB5 ~ # usb0: full

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

2004-04-20 Thread David Meggy
On Tue, 2004-04-20 at 12:41, David Brownell wrote: > I'm not particularly a Windows expert myself, but I was quite > pleased to see this work on net2280 the first time I tried ... Hi Dave Would it possible to get a USB analyzer screen shot or some other sort of log file with RNDIS starting up on

Re: [linux-usb-devel] Driver compatibility across USB1 and USB2

2004-04-20 Thread Matthew Dharm
Linux drivers don't differentiate between USB1 and USB2 for much... there are a couple of places (max packet size, IRQ intervals, etc.), but you should be pretty safe for most things. Matt On Tue, Apr 20, 2004 at 11:59:42PM +0100, Michael Pacey wrote: > Hi, > > I'm need some advice on reverse en

RE: [linux-usb-devel] USB mass storage device has SCSI i/o errors , kernel > 2.6.3

2004-04-20 Thread Roberts-Thomson, James
Hi Alan, >> I have noticed an issue with writing to a USB mass storage device, >> which is a flash-rom-based mp3 player. >> [...] >> I have verified that this issue still occurs with 2.6.6-rc1-bk4, as >> requested by Andrew Morton. This error was never noticed in any >> kernel v2.6.3 or less;

[linux-usb-devel] Driver compatibility across USB1 and USB2

2004-04-20 Thread Michael Pacey
Hi, I'm need some advice on reverse engineering a Windows USB device driver and writing one for Linux. I am building my 'lab' just now, not doing 'real' work. I want to end up with a Linux driver which supports USB2.0. I have two PCs but only one USB2 card. Both PCs have USB1.1 controllers too.

Re: [linux-usb-devel] PATCH: (as253) Ignore URB_NO_INTERRUPT flag in UHCI

2004-04-20 Thread Alan Stern
On Tue, 20 Apr 2004, Johannes Erdfelt wrote: > On Tue, Apr 20, 2004, David Brownell <[EMAIL PROTECTED]> wrote: > > Johannes Erdfelt wrote: > > > > > >Be careful. You can't modify certain values of the QH while it's on the > > >schedule safely. ... > > > > But it's possible to use the "dummy TD" a

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

2004-04-20 Thread Pete Zaitcev
On Tue, 20 Apr 2004 23:12:56 +0200 (CEST) Jan Capek <[EMAIL PROTECTED]> wrote: > currently I have a patch for 2.4 > kernel only. Is anyone interested in looking at the patch? Just send it already. -- Pete --- This SF.Net email is sponsored b

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

2004-04-20 Thread David Meggy
On Tue, 2004-04-20 at 12:41, David Brownell wrote: > > On Windows XP, after installing the linux.inf file from > > linux/Documentation/usb/, I get a message from windows "This device > > cannot start. (Code 10)" > > Did you try applying the patch I sent? I'm not sure it'd > make a difference, but

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

2004-04-20 Thread Jan Capek
Hi, I found an issue with the ftdi driver when using it with a terminal program like minicom. The problem occurs when minicom tries to reset a modem. It doesn't set the DTR line directly(using ioctl), but switches the baudrate to B0 (0 bauds), which should guarantee the DTR line to go low and then

[linux-usb-devel] Mala direta e-mails listas de email http://www.gueb.de/divulgamail

2004-04-20 Thread Julian Banderas
As melhores listas segmentadas de e-mails para mala direta. Todos os tipos: http://www.gueb.de/divulgamail Cadastros de e-mails segmentados por estados, profissões, empresas e pessoas físicas. Tudo que você pracisa para fazer a divulgação e publicidade do seu negócio, programas para spam e e-ma

Re: [linux-usb-devel] PATCH: (as253) Ignore URB_NO_INTERRUPT flag in UHCI

2004-04-20 Thread Johannes Erdfelt
On Tue, Apr 20, 2004, David Brownell <[EMAIL PROTECTED]> wrote: > Johannes Erdfelt wrote: > > > >Be careful. You can't modify certain values of the QH while it's on the > >schedule safely. ... > > But it's possible to use the "dummy TD" approach even with UHCI; > just leave the last TD disabled un

Re: [linux-usb-devel] Numerous problems, partial success getting FujiFilm Finepix 3800 to work under 2.6.

2004-04-20 Thread Pete Zaitcev
On Tue, 20 Apr 2004 15:41:07 -0400 (EDT) Alan Stern <[EMAIL PROTECTED]> wrote: > On Tue, 20 Apr 2004, Aleksey Nogin wrote: > > After a lot of messing up and some blind experimentations with > > unusual_devs.h I have been successful in making camera work, but _only_ > > when it is connected dire

Re: [linux-usb-devel] PATCH: (as253) Ignore URB_NO_INTERRUPT flag in UHCI

2004-04-20 Thread David Brownell
Johannes Erdfelt wrote: Be careful. You can't modify certain values of the QH while it's on the schedule safely. ... But it's possible to use the "dummy TD" approach even with UHCI; just leave the last TD disabled until you need to fill it out as the first TD for a new URB. No need to write the QH

Re: [linux-usb-devel] 2.6.6-rc1 uhci mass storage suspend/resume oops

2004-04-20 Thread David Brownell
Adam Goode wrote: I applied the patch, on top of 2.6.6-rc1 and Alan Stern's urgent UHCI patch. Still freezes, NMI watchdog kicks in, and oopses. You should post the new stack trace though; presumably it's moved to some other location. Adam On Tue, Apr 20, 2004 at 09:52:03AM -0700, David Brownell

Re: [linux-usb-devel] PATCH: (as253) Ignore URB_NO_INTERRUPT flag in UHCI

2004-04-20 Thread Johannes Erdfelt
On Tue, Apr 20, 2004, Alan Stern <[EMAIL PROTECTED]> wrote: > On Tue, 20 Apr 2004, Johannes Erdfelt wrote: > > > On Tue, Apr 20, 2004, Alan Stern <[EMAIL PROTECTED]> wrote: > > > Those are things that will be doable in the future. For now it looks > > > best simply to ignore the flag and always

Re: [linux-usb-devel] 2.6.6-rc1 uhci mass storage suspend/resume oops

2004-04-20 Thread Adam Goode
I applied the patch, on top of 2.6.6-rc1 and Alan Stern's urgent UHCI patch. Still freezes, NMI watchdog kicks in, and oopses. Adam On Tue, Apr 20, 2004 at 09:52:03AM -0700, David Brownell wrote: > Looks to be another problem associated with PCI not working > properly after those ThinkPads resu

Re: [linux-usb-devel] PATCH: (as253) Ignore URB_NO_INTERRUPT flag in UHCI

2004-04-20 Thread Alan Stern
On Tue, 20 Apr 2004, Johannes Erdfelt wrote: > On Tue, Apr 20, 2004, Alan Stern <[EMAIL PROTECTED]> wrote: > > Those are things that will be doable in the future. For now it looks > > best simply to ignore the flag and always interrupt, which is what the > > patch does. > > I agree. It would be

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

2004-04-20 Thread David Brownell
David Meggy wrote: Hi I've written a National 9603/4 driver (not quite ready for submission yet), and I'm trying to get RNDIS to work with it. CDC ethernet works with a Linux host, but I can't get the RNDIS driver to work with Windows. A driver for another controller sounds great! Nothing too p

Re: [linux-usb-devel] Numerous problems, partial success getting FujiFilm Finepix 3800 to work under 2.6.

2004-04-20 Thread Alan Stern
On Tue, 20 Apr 2004, Aleksey Nogin wrote: > I am having trouble getting my FujiFilm Finepix 3800 camera to work with > the 2.6.5 kernel (under Fedora Core Development - AKA Red Hat Raw Hide). > It worked fine under 2.4 (both in Fedora Core 1 and Red Hat Linux 9, I > believe). > > After a lot of m

Re: [linux-usb-devel] Hi, could you fix the USB problem I have??

2004-04-20 Thread Alan Stern
On Tue, 20 Apr 2004, Martin wrote: > Hi, > I really do appreciate your work for the LinuX Kernel. But nowadays, > with the 2.6.x Kernel I'm not able to use my USB - WLAN Adapter (D-LINK > DWL-120). > Pluggin' into the USB port leads to an error in Kernel, so it's not > recognized as a device ei

Re: [linux-usb-devel] PATCH: (as253) Ignore URB_NO_INTERRUPT flag in UHCI

2004-04-20 Thread Johannes Erdfelt
On Tue, Apr 20, 2004, Alan Stern <[EMAIL PROTECTED]> wrote: > On Tue, 20 Apr 2004, David Brownell wrote: > > >>Wouldn't this be better fixed in the USB storage driver? > > > > > > Or rather, in the usb_sg_init() routine from the scatter-gather library. > > > It could arrange to clear the URB_NO_

Re: [linux-usb-devel] PATCH: (as253) Ignore URB_NO_INTERRUPT flag in UHCI

2004-04-20 Thread Alan Stern
On Tue, 20 Apr 2004, David Brownell wrote: > > >>Wouldn't this be better fixed in the USB storage driver? > > > > > > Or rather, in the usb_sg_init() routine from the scatter-gather library. > > It could arrange to clear the URB_NO_INTERRUPT flag after every 10 ms > > worth of data or so, ab

[linux-usb-devel] RNDIS gadget driver

2004-04-20 Thread David Meggy
Hi I've written a National 9603/4 driver (not quite ready for submission yet), and I'm trying to get RNDIS to work with it. CDC ethernet works with a Linux host, but I can't get the RNDIS driver to work with Windows. On Windows XP, after installing the linux.inf file from linux/Documentation/usb

Re: [linux-usb-devel] Strangeness in USB driver (RTS too fast?)

2004-04-20 Thread reg
> On Tue, Apr 20, 2004 at 01:34:52AM -0600, [EMAIL PROTECTED] wrote: > > > > It seems 'kinda basic that a device should drain the queue before > > closing. > > Some devices don't have a way to report that the queue is drained, > especially the very cheap ones (and they also don't have any specs

[linux-usb-devel] Hi, could you fix the USB problem I have??

2004-04-20 Thread Martin
Hi, I really do appreciate your work for the LinuX Kernel. But nowadays, with the 2.6.x Kernel I'm not able to use my USB - WLAN Adapter (D-LINK DWL-120). Pluggin' into the USB port leads to an error in Kernel, so it's not recognized as a device either (with lsusb, the device can't be seen). Th

[linux-usb-devel] Re: PATCH: (as249) Important bugfix for UHCI list management code

2004-04-20 Thread Adam Goode
This does fix insert/removal of my devices, but suspend/resume still kills the box. I'll have some backtraces later tonight or tomorrow. I don't have anything now because my serial console computer just died. :( Adam On Mon, Apr 19, 2004 at 10:58:20AM -0400, Alan Stern wrote: > Greg and othe

[linux-usb-devel] Numerous problems, partial success getting FujiFilm Finepix 3800 to work under 2.6.

2004-04-20 Thread Aleksey Nogin
I am having trouble getting my FujiFilm Finepix 3800 camera to work with the 2.6.5 kernel (under Fedora Core Development - AKA Red Hat Raw Hide). It worked fine under 2.4 (both in Fedora Core 1 and Red Hat Linux 9, I believe). After a lot of messing up and some blind experimentations with unusual_

Re: [linux-usb-devel] PATCH: (as253) Ignore URB_NO_INTERRUPT flag in UHCI

2004-04-20 Thread David Brownell
Wouldn't this be better fixed in the USB storage driver? Or rather, in the usb_sg_init() routine from the scatter-gather library. It could arrange to clear the URB_NO_INTERRUPT flag after every 10 ms worth of data or so, about 12 KB for a full-speed bus (see table 5-9 in the USB 2.0 spec).

Re: [linux-usb-devel] Yet another mail about libusb and scanner ;-)

2004-04-20 Thread enine
Hey I've got that one. I'm using sane front and and sane backend and remember I had to patch both, so maybe (although I can't see why) you need to patch the sane front end? -- Original Message -- From: [EMAIL PROTECTED] Date: Tue, 20 Apr 2004 18:02:51 +

Re: [linux-usb-devel] Yet another mail about libusb and scanner ;-)

2004-04-20 Thread Alan Stern
On Tue, 20 Apr 2004 [EMAIL PROTECTED] wrote: > Hi, > > I'm trying to get my HP 4300C working. > For that I'm using sane + the niash external backend. > niash is compiled to work with libusb. > > here are some informations: > > debian sid + 2.6.5-mm6 kernel > libsane is 1.0.13 > libusb is 0.1.8

Re: [linux-usb-devel] Strangeness in USB driver (RTS too fast?)

2004-04-20 Thread Greg KH
On Tue, Apr 20, 2004 at 01:34:52AM -0600, [EMAIL PROTECTED] wrote: > > It seems 'kinda basic that a device should drain the queue before > closing. Some devices don't have a way to report that the queue is drained, especially the very cheap ones (and they also don't have any specs so the develope

Re: [linux-usb-devel] PATCH: (as253) Ignore URB_NO_INTERRUPT flag in UHCI

2004-04-20 Thread Alan Stern
On Tue, 20 Apr 2004, Johannes Erdfelt wrote: > On Tue, Apr 20, 2004, Alan Stern <[EMAIL PROTECTED]> wrote: > > Following a suggestion of David Brownell's I have decided to remove > > support for the URB_NO_INTERRUPT flag in the UHCI driver. The overall > > effect of the flag is to reduce the numb

[linux-usb-devel] Yet another mail about libusb and scanner ;-)

2004-04-20 Thread syrius . ml
Hi, I'm trying to get my HP 4300C working. For that I'm using sane + the niash external backend. niash is compiled to work with libusb. here are some informations: debian sid + 2.6.5-mm6 kernel libsane is 1.0.13 libusb is 0.1.8 (atm all commands are run as root) After a fresh boot lsusb does

Re: [linux-usb-devel] PATCH: (as253) Ignore URB_NO_INTERRUPT flag in UHCI

2004-04-20 Thread Johannes Erdfelt
On Tue, Apr 20, 2004, Alan Stern <[EMAIL PROTECTED]> wrote: > Following a suggestion of David Brownell's I have decided to remove > support for the URB_NO_INTERRUPT flag in the UHCI driver. The overall > effect of the flag is to reduce the number of interrupts, thereby > improving throughput somew

Re: [linux-usb-devel] new oops (acm modem trouble)

2004-04-20 Thread David Brownell
[EMAIL PROTECTED] wrote: zyxel support don't help me - it only say "may be it's usb power problem" what arguments can i tell? If it's connected to a powered hub, you can rule that issue out. (Powered == root hub, or external hub with a power source.) Separately, it's true that Linux doesn't current

Re: [linux-usb-devel] 2.6.6-rc1 uhci mass storage suspend/resume oops

2004-04-20 Thread David Brownell
Looks to be another problem associated with PCI not working properly after those ThinkPads resume ... try this patch. - Dave --- 1.18/drivers/usb/host/ehci-hub.cWed Apr 14 19:54:54 2004 +++ edited/drivers/usb/host/ehci-hub.c Tue Apr 20 09:42:20 2004 @@ -252,14 +252,18 @@

[linux-usb-devel] PATCH: (as253) Ignore URB_NO_INTERRUPT flag in UHCI

2004-04-20 Thread Alan Stern
Greg: Following a suggestion of David Brownell's I have decided to remove support for the URB_NO_INTERRUPT flag in the UHCI driver. The overall effect of the flag is to reduce the number of interrupts, thereby improving throughput somewhat while increasing the duration of the remaining IRQ handle

Re: [linux-usb-devel] usbnet: 2.6.5 upon connecting a DSL modem

2004-04-20 Thread Alan Stern
On Tue, 20 Apr 2004, Markus Weiss wrote: > Hello, > > (I hope this is the right place to report this) > > I am seeing an oops under 2.6.5 when connecting a DSL-modem: > (modules uhci_hcd, usbnet loaded, distro SuSE 9.0) > > dmesg: > -snip- > usb 1-1: new full speed USB d

[linux-usb-devel] usb 2.0 tv tuners?

2004-04-20 Thread John H.
I was wondering if there are any usb 2.0 tv tuners that work in linux, that do not require line in and have the hardware decoding on the device(not requiring the cpu) thanks ___ No banners. No pop-ups. No kidding. Make My Way your home on the Web -

Re: [linux-usb-devel] USB mass storage device has SCSI i/o errors, kernel > 2.6.3

2004-04-20 Thread Alan Stern
On Tue, 20 Apr 2004, Roberts-Thomson, James wrote: > Hi, > > I have noticed an issue with writing to a USB mass storage device, which is > a flash-rom-based mp3 player. > > I first noticed this issue with kernel 2.6.5 and the -mm6 patchset. I have > verified that this issue still occurs with 2.

Re: [linux-usb-devel] usbnet: 2.6.5 upon connecting a DSL modem

2004-04-20 Thread David Brownell
Markus Weiss wrote: I am seeing an oops under 2.6.5 when connecting a DSL-modem: (modules uhci_hcd, usbnet loaded, distro SuSE 9.0) Try 2.6.6-rc1 instead. --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial p

[linux-usb-devel] Delivery Status Notification (Failure)

2004-04-20 Thread postmaster
This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. [EMAIL PROTECTED] Reporting-MTA: dns;fmsmsx332.amr.corp.intel.com Received-From-MTA: dns;fmsmsxvs041.fm.intel.com Arrival-Date: Tue, 20 Apr 2004 05:44:41 -0700 Final-Recipient:

[linux-usb-devel] Audigy2 NX works - but not if connected at linux boot

2004-04-20 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks - >Apr 20 11:16:29 fastcat kernel: usbaudio: no idea what's going on..., >contact [EMAIL PROTECTED] The mighty /var/log/messages - it which must be obeyed - has commanded me to join this list and tell you my problem. I am very nearly a hap

[linux-usb-devel] usbnet: 2.6.5 upon connecting a DSL modem

2004-04-20 Thread Markus Weiss
Hello, (I hope this is the right place to report this) I am seeing an oops under 2.6.5 when connecting a DSL-modem: (modules uhci_hcd, usbnet loaded, distro SuSE 9.0) dmesg: -snip- usb 1-1: new full speed USB device using address 2 usb 1-1: configuration #2 chosen fr

[linux-usb-devel] Мотивация персонала

2004-04-20 Thread bengt
Ни для кого не секрет, что успех любого дела зависит от того, насколько мотивированы сотрудники на его выполнение. У Вас отличная команда, но сотрудники не горят желанием работать? Все можно исправить! Как сделать так, чтобы сотрудники с энтузиазмом работали, не требуя бесконечных прибавок к зарп

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

2004-04-20 Thread Mail Delivery System
This is the Postfix program at host mailhost.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 fro

[linux-usb-devel] Virus Alert

2004-04-20 Thread VirusWall
The mail message (file: message25912.pif) you sent to <[EMAIL PROTECTED]> is suspected of containing a virus. (on sbuxscan) --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President an

Re: [linux-usb-devel] Strangeness in USB driver (RTS too fast?)

2004-04-20 Thread reg
It seems 'kinda basic that a device should drain the queue before closing. I would expect that the author would have just stolen the code that is in the tty driver (tho I havent looked at either the usb or tty driver under Linux), and done something similar. Ah well, as I noted, a short sleep so

[linux-usb-devel] MSI VOX External TV Tuner supported?(usb 2.0)

2004-04-20 Thread John H.
I wanted to find out if this is supported before I buy it. http://www.xpertronics.com/pd_msi_vox.cfm http://www.msi.com.tw/program/products/multimedia/mut/pro_mut_detail.php?UID=536 ___ No banners. No pop-ups. No kidding. Make My Way your home on