Re: [linux-usb-devel] usb-storage/ehci problems on linux 2.6.1-rc1

2004-01-27 Thread Matthew Dharm
While we're warning people away from the GenesysLogic chips The ISD-300 chips appear (to me, at least) to be one of the best implementations of an USB to ATA[PI] bridge device. I highly recommend them, if given the choice. Matt On Mon, Jan 26, 2004 at 03:13:13PM +0100, Eric Lussard wrote: >

[linux-usb-devel] Re: [patch 2.6.2-rc1] usb gadget updates [0/6]

2004-01-27 Thread Greg KH
On Fri, Jan 23, 2004 at 06:43:36PM -0800, David Brownell wrote: > Greg KH wrote: > > > >Care to send a patch to fix this up? > > Here you go, sorry ... it was that "you're in a maze of > twisty BK repositories, all alike" mode that made trouble! Much nicer, thanks. I've applied this. greg k-h

Re: [linux-usb-devel] PATCH: add sysfs info attribute

2004-01-27 Thread Ian Molton
On Fri, 23 Jan 2004 14:52:59 -0800 Greg KH <[EMAIL PROTECTED]> wrote: > I've now applied this patch and will be sending it to Linus. Remember, > sysfs is 1 value per file. No multivalue file crud now... I dunno. vendor/prod could go in the same file - the dev files have a major:minor layout.

Re: [linux-usb-devel] usb-storage/ehci problems on linux 2.6.1-rc1

2004-01-27 Thread Eric Lussard
I kind of solved my problems with the Genesyslogic chipset by changing to an Macpower box with ISD-300A chipset. The funny thing is that the chipset hides itself as: P: Vendor=0dc4 ProdID=0001 Rev=11.06 S: Manufacturer=Macpower Thank you to Dave and Alan for your support tracking down the problem

[linux-usb-devel] ehci, iso: praise

2004-01-27 Thread Bernd Porr
Hi! I've run two high speed iso streams (in/out) at the same time with quad buffering and everything went well. I'm impressed. /Bernd P.S.: there's only the one thing that the kernel hangs after disconnect... :-( Alan Stern wrote: On Fri, 23 Jan 2004, Greg KH wrote: On Fri, Jan 23, 2004 at 0

[linux-usb-devel] volta ás aulas...

2004-01-27 Thread informativo
    10 MOTIVOS PARA VOCÊ SE EXERCITAR EM 2004. 1) Ginástica e musculação todos os dias horários livres: Plano anual 12 meses = 600.00 +1 mês do aniversario grátis Valor do mês R$ 46.15 2) Spinning,

[linux-usb-devel] Re: whiteheat doing DMA to stack

2004-01-27 Thread Greg KH
On Wed, Jan 21, 2004 at 08:27:54PM +0100, Oliver Neukum wrote: > Hi Greg, > > the whiteheat driver in two places does DMA to the stack by usb_bulk_msg(). Ick, at least compile your patches before sending them to me... I've applied this and fixed up the syntax errors. greg k-h

[linux-usb-devel] Re: PATCH: (as172) unusual_devs update

2004-01-27 Thread Greg KH
On Thu, Jan 22, 2004 at 11:12:18AM -0500, Alan Stern wrote: > On Mon, 19 Jan 2004, Simon Levitt wrote: > > > Hi, > > > > In order to get the card reader on my Epson Stylus Photo 875DC working in > > linux I've added the following to unusual_devs.h - like the Epson 785EPX it > > returns Sub=0xff

[linux-usb-devel] "Scheduling in interrupt" panic with FTDI serial converter

2004-01-27 Thread Peter Denison
The following kernel panic is repeatable on both 2.4.22 and 2.4.24. I'm afraid I can't remember exactly which FTDI device it is but I can find out if necessary - it's on a differnet machine. It occurs when running a trivial "read from /dev/ttyUSB0, write to /dev/null" program, at nice -5. I can pr

[linux-usb-devel] [uPATCH] add comments to sddr09.c

2004-01-27 Thread Andries . Brouwer
People ask how to write the CIS on a SmartMedia card using an sddr09 reader/writer. The patch below documents the required command (but does not add the code). Two years ago or so I used this to fix the CIS on a card that my camera no longer wanted to accept. A Linux utility to do this might be us

[linux-usb-devel] Re: [patch 2.6.2-rc1] usb gadget updates [0/6]

2004-01-27 Thread David Brownell
Greg KH wrote: Care to send a patch to fix this up? Here you go, sorry ... it was that "you're in a maze of twisty BK repositories, all alike" mode that made trouble! - Dave --- 1.9/drivers/usb/gadget/Kconfig Wed Jan 21 04:56:53 2004 +++ edited/drivers/usb/gadget/Kconfig Fri Jan 23 18:28:34

Re: [linux-usb-devel] updated "delete usb_interface.driver" patch

2004-01-27 Thread David Brownell
Duncan Sands wrote: How about this instead: * This can be used by drivers to release an interface without waiting * for their disconnect() methods to be called. Since it calls disconnect * (except possibly when used from a probe() method), drivers that use it * from their disconnect method n

Re: [linux-usb-devel] updated "delete usb_interface.driver" patch

2004-01-27 Thread David Brownell
Duncan Sands wrote: Hi Dave, if, during probe() for an interface, a driver does usb_driver_claim_interface on the interface being probed, what will happen? I think the answer is: bad things. Which wouldn't be a new behavior. That's basically a "let's clobber the driver model state" action; Bad Id

Re: [linux-usb-devel] [BUG] Still having problems with an USB Drive

2004-01-27 Thread Rogério Brito
On Jan 23 2004, Alan Stern wrote: > Here's another patch. This one makes the driver behave even more like > Windows, because it doesn't do the status polling during the debounce > period. In fact, it doesn't do status polling at all for your internal > hub, which makes it unsuited for general use

[linux-usb-devel] Re: pl2303 - wait after TIOCMSET ?

2004-01-27 Thread Greg KH
On Thu, Jan 22, 2004 at 01:10:55AM -0500, MUDr. TomÃÅ Hosszà wrote: > Hi everybody, > > I am writing an application for ascension technologies minibird 3D > tracker. (www.ascension-tech.com). > > from the documentation: > configured as DCE (i have for sure the correct type of cable) > RT

Re: [linux-usb-devel] PATCH: (as174) Fix DMA coherence when reading device descriptor

2004-01-27 Thread Greg KH
On Mon, Jan 26, 2004 at 04:41:11PM -0500, Alan Stern wrote: > On Fri, 23 Jan 2004, Greg KH wrote: > > > Hm, this doesn't apply at all: > > > Care to redo it against a clean 2.6.2-rc2 tree? > > I'm sorry; the patch I sent was against a kernel that already had David > Brownell's device-reset patch

Re: [linux-usb-devel] SubClass and Protocol

2004-01-27 Thread Alan Stern
On Tue, 27 Jan 2004, stef wrote: > Hello, > > I got the following in 'demesg' when plug-in a Minolta Dimage S414: > > usb-storage: This device (0686,4014,0001 S 06 P 50) has unneeded SubClass and > Protocol entries in unusual_devs.h >Please send a copy of this message to <[EMAI

Re: [linux-usb-devel] Problems with GeneSys USB-Drive

2004-01-27 Thread Alan Stern
On Tue, 27 Jan 2004, Michael Knigge wrote: > All, > > I have some trouble getting my external USB drive working reliable. > After some gig of transfer it stops working. > > After reading some postings here I saw a posting from Alan Stern - he > said one should change ".max_sectors" in > drive

[linux-usb-devel] ALERT - GroupShield ticket number OA1191_1075249005_HERMES_1 was generated

2004-01-27 Thread GroupShield for Exchange (HERMES)
Action Taken: The attachment was quarantined from the message and replaced with a text file informing the recipient of the action taken. To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> From: Greg KH <[EMAIL PROTECTED]> Sent: 822434048,29615412 Subject: Delivery Status Notification (Failure) Attachme

Re: [linux-usb-devel] PATCH for ehci-sched.c -- interrupt QHs are n't started right in E HCI driver (2.4 & 2.6)

2004-01-27 Thread David Brownell
[EMAIL PROTECTED] wrote: One question on that, though. With the fix that was put into 2.4.22, the qh is now initialized as live by qh_make (i.e., the halt bit isn't set). Then, in intr_submit, the qh is scheduled with no QTDs, and the QTDs are added to Or as the comment says, scheduling errors ar

[linux-usb-devel] Re: ehci - clear TT buffer command patch

2004-01-27 Thread David Brownell
Greg KH wrote: On Mon, Jan 05, 2004 at 11:46:59AM -0500, Kevin Owen wrote: Anyway, David did you see this? Look ok or not? Yes, looked OK to me. It would explain a bug I've seen in that area. - Dave --- The SF.Net email is sponsored by Ec

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.8, 2004/01/23 15:39:54-08:00, [EMAIL PROTECTED] [PATCH] USB gadget: serial driver config update There's a properly assigned vendor/product ID pair for this; use it. Use new boolean CONFIG_* symbols. For PXA/IXP, use the first two endpoints. drivers/usb/gadget/serial.c |

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.15, 2004/01/26 16:46:29-08:00, [EMAIL PROTECTED] [PATCH] usb: remove some sleep_on's sleep_on must die and it fixes a few races too ;) drivers/usb/media/dabusb.c | 12 ++-- drivers/usb/misc/auerswald.c |4 ++-- drivers/usb/misc/tiglusb.c | 10 ++

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.19, 2004/01/27 14:37:40-08:00, [EMAIL PROTECTED] [PATCH] USB: Update sound/usb/usbaudio.c On Tue, 27 Jan 2004, Greg KH wrote: > Hm, can you send me a patch to fix up snd_usb_extigy_boot_quirk() in > sound/usb/usbaudio.c now that this patch broke that code? :) Here it is.

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.14, 2004/01/26 16:46:10-08:00, [EMAIL PROTECTED] [PATCH] USB: fix suspicious pointer usage in kobil_sct driver. drivers/usb/serial/kobil_sct.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/serial/kobil_sct.c b/drivers/usb/serial/kobil_s

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.9, 2004/01/23 15:56:17-08:00, [EMAIL PROTECTED] [PATCH] USB: fix whiteheat doing DMA to stack the whiteheat driver in two places does DMA to the stack by usb_bulk_msg(). drivers/usb/serial/whiteheat.c | 23 +++ 1 files changed, 19 insertions(+), 4 del

[linux-usb-devel] [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.1, 2004/01/23 14:51:29-08:00, [EMAIL PROTECTED] [PATCH] USB storage: remove info sysfs file as it violates the sysfs 1 value per file rule. drivers/usb/storage/scsiglue.c | 39 --- 1 files changed, 39 deletions(-) diff -Nru a/drivers

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.16, 2004/01/26 16:54:59-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: revert freecom dvd-rw fx-50 usb-ide patch This is not needed, and messes up working devices. drivers/usb/storage/unusual_devs.h |5 - 1 files changed, 5 deletions(-) diff -Nru a/drivers/usb/sto

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.3, 2004/01/23 15:38:26-08:00, [EMAIL PROTECTED] [PATCH] USB gadget: net2280 controller updates A variety of fixes: - Resolves some problems with DMA chaining. It should stream a lot better now; but not all the funky cases are handled yet. - Now "use_dma_chain

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.12, 2004/01/23 15:58:08-08:00, [EMAIL PROTECTED] [PATCH] USB: fix up whiteheat syntax errors from previous patch. drivers/usb/serial/whiteheat.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/serial/whiteheat.c b/drivers/usb/serial/w

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.2, 2004/01/23 15:01:38-08:00, [EMAIL PROTECTED] [PATCH] USB: fix up emi drivers Kconfig dependancy drivers/usb/misc/Kconfig |2 ++ 1 files changed, 2 insertions(+) diff -Nru a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig --- a/drivers/usb/misc/Kconfig Tue Jan

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.7, 2004/01/23 15:39:36-08:00, [EMAIL PROTECTED] [PATCH] USB gadget: ethernet config updates Autoconfigure ep0 maxpacket size, and simplify configuration for device power consumption. Use new boolean CONFIG_* symbols. SuperH UDC support. drivers/usb/gadget/ether.c | 98 +

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.6, 2004/01/23 15:39:21-08:00, [EMAIL PROTECTED] [PATCH] USB gadget: zero config updates Use new boolean CONFIG_* symbols. drivers/usb/gadget/zero.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff -Nru a/drivers/usb/gadget/zero.c b/drivers/usb/gad

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.17, 2004/01/26 17:11:51-08:00, [EMAIL PROTECTED] [PATCH] USB: Don't dereference NULL actconfig This patch fixes a simple error in a couple of utility routines. They will no longer try to dereference a NULL actconfig pointer. Also, they will work a little better if the confi

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.10, 2004/01/23 15:56:38-08:00, [EMAIL PROTECTED] [PATCH] USB: fix dma to stack in ti driver you cannot use usb_bulk_msg() on buffers on the stack. drivers/usb/misc/tiglusb.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.5, 2004/01/23 15:39:05-08:00, [EMAIL PROTECTED] [PATCH] USB gadget: config/build updates This updates and simplifies the kernel config for the gadget drivers. It also adds build support for three new drivers: two controllers (goku_udc, pxa2xx_udc) and one gadget driver (file

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.11, 2004/01/23 15:56:53-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: unusual_devs update On Mon, 19 Jan 2004, Simon Levitt wrote: > Hi, > > In order to get the card reader on my Epson Stylus Photo 875DC working in > linux I've added the following to unusual_devs.h - like th

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.18, 2004/01/26 17:12:05-08:00, [EMAIL PROTECTED] [PATCH] USB: Fix DMA coherence when reading device descriptor drivers/usb/core/hub.c |5 +++-- drivers/usb/core/message.c | 37 - drivers/usb/core/usb.c |6 +++--- drivers

[linux-usb-devel] Re: [PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
ChangeSet 1.1474.148.13, 2004/01/26 09:49:27-08:00, [EMAIL PROTECTED] [PATCH] USB: add ohci support for OMAP controller Patch came from the omap kernel tree at http://linux-omap.bkbits.net/ drivers/usb/Kconfig |2 drivers/usb/host/ohci-hcd.c |6 drivers/usb/host/ohci-omap.c

[linux-usb-devel] [BK PATCH] USB update for 2.6.2-rc2

2004-01-27 Thread Greg KH
Hi, Here are some USB patches for 2.6.2-rc2. Here are the main types of changes: - a number of small bugfixes - a usb gadget update including the ability to enable the drivers to build properly, and a new gadget filesystem driver. - a new ohci host controller dri

Re: [linux-usb-devel] Re: Logitech Internet Navigator's special keys support

2004-01-27 Thread Vojtech Pavlik
On Sat, Jan 24, 2004 at 03:51:54PM +0100, Gunter Ohrner wrote: > Gunter Ohrner wrote: > > Any hint's what can I do to get my keyboards fully supported and/or to add > > support myself if there's only some keycode table which needs adjustment? > > No iedas? There is a big switch{} statement inside

[linux-usb-devel] ALERT - GroupShield ticket number OA1159_1075244396_HERMES_1 was generated

2004-01-27 Thread GroupShield for Exchange (HERMES)
Action Taken: The attachment was quarantined from the message and replaced with a text file informing the recipient of the action taken. To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> F

[linux-usb-devel] Re: PATCH: (as179) Update sound/usb/usbaudio.c

2004-01-27 Thread Greg KH
On Tue, Jan 27, 2004 at 03:57:39PM -0500, Alan Stern wrote: > On Tue, 27 Jan 2004, Greg KH wrote: > > > Hm, can you send me a patch to fix up snd_usb_extigy_boot_quirk() in > > sound/usb/usbaudio.c now that this patch broke that code? :) > > Here it is. The problem with changing things in the c

Re: [linux-usb-devel] Re: Re: pl2303 - wait after TIOCMSET ?

2004-01-27 Thread
Quoting "MUDr. Tomá¹ Hosszú" <[EMAIL PROTECTED]>: > > ... > > I did some tuning, and I found out, what exactly needs to wait. > > setting RTS OFF, works on standard serial port immediately. but on > USBserial, it needs some time. > I do it this way: > > ioctl(port, TIOCMGET, &control);

[linux-usb-devel] Re: [usb-storage] SDDR-09 CIS Revisited

2004-01-27 Thread Andries . Brouwer
Aha - I recalled that I had a writeCIS command, but see that it is not in the current kernel. Should update that driver. The comment gives the important information: /* * Write CIS Command: 12 bytes. * byte 0: opcode: EE * bytes 2-5: write address in shorts * bytes 10-11: sector count * * T

[linux-usb-devel] [PATCH 2.6.2] fix usb hc and shared irq handling

2004-01-27 Thread Stephen Hemminger
USB hci interface's probably will not work with shared IRQ without this patch. The hcd core always returns IRQ_HANDLED. The fix is to change the irq hook to return a value and propagate result back out. diff -Nru a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c --- a/drivers/usb/core/hcd.cTu

[linux-usb-devel] USB Uhci oops on 2.6.2-rc2

2004-01-27 Thread Stephen Hemminger
I am working on a USB driver for an Irda dongle and getting perodic oops, that look like a race in the unlink urb code. The machine is a 2 cpu SMP running 2.6.2-rc2 (ie latest code). Since the device and IRDA are basically half duplex, the driver is doing the following (in a kernel thread).

Re: [linux-usb-devel] updated "delete usb_interface.driver" patch

2004-01-27 Thread Alan Stern
On Sun, 25 Jan 2004, Duncan Sands wrote: > Hi Dave, if, during probe() for an interface, a driver does > usb_driver_claim_interface on the interface being probed, > what will happen? I think the answer is: bad things. > Look in drivers/usb/image/mdc800.c for an example of a > driver doing this.

Re: [linux-usb-devel] [BUG] Still having problems with an USB Drive

2004-01-27 Thread Alan Stern
On Tue, 27 Jan 2004, Rogério Brito wrote: > Ok. This time, for lack of time (but for anxiously awaiting to sending > you a feedback), I only tested via warm boots. The logs are listed > below. It all looks pretty much okay. I don't know what those errors at the very end are, though... > [Probl

[linux-usb-devel] Re: Email database

2004-01-27 Thread Chris Fildman
Hello: I would like to offer you a B2C database of fresh Hotmail & AOL email addresses! The database contains 1.2 million verified email addresses, which stand for NEW mailbox accounts, registered in the last 3 months! The database will be provided in any format of your choice (Excel, ASCII, CSV,

[linux-usb-devel] Re: Logitech Internet Navigator's special keys support

2004-01-27 Thread Gunter Ohrner
Gunter Ohrner wrote: > Any hint's what can I do to get my keyboards fully supported and/or to add > support myself if there's only some keycode table which needs adjustment? No iedas? Greetings, Gunter Ohrner -- "Ich will ruhig schlafend sterben, wie mein Großvater... ...und nicht heulend un

RE: [linux-usb-devel] PATCH for ehci-sched.c -- interrupt QHs are n't started right in E HCI driver (2.4 & 2.6)

2004-01-27 Thread Stuart_Hayes
One question on that, though. With the fix that was put into 2.4.22, the qh is now initialized as live by qh_make (i.e., the halt bit isn't set). Then, in intr_submit, the qh is scheduled with no QTDs, and the QTDs are added to the live qh. When the QTDs are inserted by qh_append_tds, it sets t

Re: [linux-usb-devel] Revised PATCH: (as163a) Register/unregister interface devices

2004-01-27 Thread David Brownell
Alan Stern wrote: On Mon, 26 Jan 2004, Greg KH wrote: struct device ->complete is also going to be removed? Yup. Don't need to burden all users of struct device with that. Is that ok with you? Yes. I've sent a patch by way of David Brownell to remove some uses of device_unregister_wait() and

Re: [linux-usb-devel] Yet another Genesys Logic lockup

2004-01-27 Thread J. Ballé
Am Dienstag, 27. Januar 2004 22:21 schrieb Alan Stern: > Have you tried using your device with a 2.6 kernel? No, not yet. Since Linux 2.6 is entirely new for me, this could take a long time. But I'll try it if all else fails. > Actually, the errors you're seeing are unusual. The problems we've

Re: [linux-usb-devel] updated "delete usb_interface.driver" patch

2004-01-27 Thread Duncan Sands
> I had a chance to take look at your patch(es). They didn't > apply cleanly on my tree, and I noticed some issues ... so > here's an updated version, without the driver-specific patches. > > I've tested this with a cdc-ether device and "usbtest", as > well as drivers that shouldn't use any of the

Re: [linux-usb-devel] Yet another Genesys Logic lockup

2004-01-27 Thread Alan Stern
On Tue, 27 Jan 2004, J. [iso-8859-15] Ballé wrote: > Hello, > > I recently bought a Genesys Logic 811 USB to IDE bridge (without knowing). My > first attempts to get it running were not successful. I'm using a stock > 2.4.24 kernel and USB 1.0, although the device is USB 2.0 capable. > > I kno

[linux-usb-devel] Re: Re: pl2303 - wait after TIOCMSET ?

2004-01-27 Thread MUDr.
V Pá, 23. 01. 2004 v 19:06, Greg KH píše: > On Thu, Jan 22, 2004 at 01:10:55AM -0500, MUDr. Tomáš Hosszú wrote: > > Hi everybody, > > > > I am writing an application for ascension technologies minibird 3D > > tracker. (www.ascension-tech.com). > > > > from the documentation: > > configured a

Re: [linux-usb-devel] Re: question on hid usage pages

2004-01-27 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 09 Jan 2004 20:12 pm, Vojtech Pavlik wrote: > > I have been notified that there are devices of this type which would > > rather be accessed through hiddev. Reading the usage page specification > > which calls such devices "application specific"

Re: [linux-usb-devel] USB Host - To - Host storage?

2004-01-27 Thread Alan Stern
On Tue, 27 Jan 2004, David Brownell wrote: > And for the record, folk who want MSFT-interop in this area > could implement the "PTP" (Picture Transport Protocol, not > Peer-to-Peer!) protocol in a Linux-USB device. I understand > that current versions of Windows bundle PTP support, in the > same

RE: [linux-usb-devel] PATCH for ehci-sched.c -- interrupt QHs are n't started right in E HCI driver (2.4 & 2.6)

2004-01-27 Thread Stuart_Hayes
Right, thanks. Sorry I didn't see that--it was fixed it in a different way than I was looking for. I didn't actually test the latest kernels, but just looked at the source. Stuart -Original Message- From: David Brownell [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 2:27 PM

[linux-usb-devel] PATCH: (as179) Update sound/usb/usbaudio.c

2004-01-27 Thread Alan Stern
On Tue, 27 Jan 2004, Greg KH wrote: > Hm, can you send me a patch to fix up snd_usb_extigy_boot_quirk() in > sound/usb/usbaudio.c now that this patch broke that code? :) Here it is. The problem with changing things in the core is always that you may miss some of the repercussions. In this cas

Re: [linux-usb-devel] PATCH for ehci-sched.c -- interrupt QHs aren't started right in E HCI driver (2.4 & 2.6)

2004-01-27 Thread David Brownell
[EMAIL PROTECTED] wrote: I've found, in the EHCI driver, that queue heads set up for an interrupt pipe (such as the one set up to check for connection changes on the USB2.0 hub) are set up correctly, but the "halt" (QTD_STS_HALT) bit in the hw_token in the overlay area is never cleared after the QH

[linux-usb-devel] Yet another Genesys Logic lockup

2004-01-27 Thread J. Ballé
Hello, I recently bought a Genesys Logic 811 USB to IDE bridge (without knowing). My first attempts to get it running were not successful. I'm using a stock 2.4.24 kernel and USB 1.0, although the device is USB 2.0 capable. I know that there's recently been a lot of "negative" discussion about

Re: [linux-usb-devel] Re: question on hid usage pages

2004-01-27 Thread Oliver Neukum
Am Sonntag, 25. Januar 2004 02:38 schrieb Brad Hards: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, 09 Jan 2004 20:12 pm, Vojtech Pavlik wrote: > > > I have been notified that there are devices of this type which would > > > rather be accessed through hiddev. Reading the usage page

[linux-usb-devel] PATCH for ehci-sched.c -- interrupt QHs aren't started right in E HCI driver (2.4 & 2.6)

2004-01-27 Thread Stuart_Hayes
David et al-- I've been working on a problem where devices plugged into a USB 2.0 hub (which is plugged into an EHCI controller) aren't seen until there is some other activity in the USB subsystem. To reproduce this, I booted up a system with a USB2.0 hub connected to my EHCI controller, and, af

[linux-usb-devel] Re: 2.4.25pre7 - cannot mount 128MB vfat fs on Minolta camera

2004-01-27 Thread OGAWA Hirofumi
Hi, Is this known problem? Any idea? Thanks. Marc Mongenet <[EMAIL PROTECTED]> writes: > OGAWA Hirofumi wrote: > > Marc Mongenet <[EMAIL PROTECTED]> writes: > > > >>Hi, I have a Minolta DiMAGE F100 camera and two memory cards, > >>a 16 MB and a 128 MB. > >>With kernel 2.2.25 I can mount the 16

[linux-usb-devel] Re: [patch 2.4.25-pre6] usb gadget updates [0/7]

2004-01-27 Thread Greg KH
On Fri, Jan 16, 2004 at 07:56:25PM -0800, David Brownell wrote: > I'm sending a bunch of gadget updates for 2.4 in the next few > emails. > > These bring 2.4 into closer sync with the latest from 2.6, and > also add two new drivers. The kernel config works more simply > now, and is cleaner -- whi

Re: [linux-usb-devel] USB Host - To - Host storage?

2004-01-27 Thread Erik Dykema
Mr. Stern- Thanks for continuing to entertain my wild conjectures :) The reason I'd like it to look like a hardware / removable storage device is so that it can be recognized as such at boot time, before the os loads. For background, I am more frequently on the debian-boot list than on

Re: [linux-usb-devel] More USB hangs (usb-storage +ehci-hcd problems...)

2004-01-27 Thread Matthew Grant
Alan, Sorry this reply took some time. The nature of the bug where you have to wait overnight for it to manifest has slowed testing. This is how it happens. Mount USB 2.0 storage device on USB 2.0. Write 8 or more GBytes to it. Unmount, but leave connected and powered on. Remount next mornin

Re: [linux-usb-devel] Welcome to www.dumpsmarket.com

2004-01-27 Thread Gene Heskett
On Friday 23 January 2004 21:46, [EMAIL PROTECTED] wrote: >Welcome to www.dumpsmarket.com the site of stolen credit cards,child > porno, fake money, passports and complete info about any US > citizen! > Yeah sure. How hard would it be to edit the address in [EMAIL PROTECTED] and ddos these jerks

Re: [linux-usb-devel] USB Host - To - Host storage?

2004-01-27 Thread David Brownell
This might allow you to, among other things, add files to the emulated 'storage device' that the server sees, on the fly, in case you forgot a driver or something. Um, no... That can't be done at all, whether you're using USB or anything else. If you change the structure of the filesystem on

Re: [linux-usb-devel] Upcoming changes and USB driver design patterns

2004-01-27 Thread Alan Stern
On Fri, 23 Jan 2004, Greg KH wrote: > > 3. Mark usb_devices as soon as we know they are unplugged? David > > is strongly in favor of this and I don't see any real problems with it > > either. It does raise the problem of protecting usbdev->state because > > it means state can change to NO

Re: [linux-usb-devel] USB Host - To - Host storage?

2004-01-27 Thread Alan Stern
On Tue, 27 Jan 2004, Erik Dykema wrote: > Mr. Stern- > Thanks for continuing to entertain my wild conjectures :) > > The reason I'd like it to look like a hardware / removable storage > device is so that it can be recognized as such at boot time, before the > os loads. For backgrou

[linux-usb-devel] Revised PATCH: (as163a) Register/unregister interface devices

2004-01-27 Thread Alan Stern
On Mon, 26 Jan 2004, Greg KH wrote: > On Mon, Jan 26, 2004 at 04:41:11PM -0500, Alan Stern wrote: > > > P.S.: Since device_unregister_wait() is going away, does that mean that > > struct device ->complete is also going to be removed? > > Yup. Don't need to burden all users of struct device wit

Re: [linux-usb-devel] Non-contiguous interface descriptor numbers ( specifically a Motorola T720 mobile phone ) - changes to core/config.c

2004-01-27 Thread Alan Stern
On Mon, 26 Jan 2004, Graeme Jones wrote: > Hi all, > > I am a linux developer ( for the company listed below ). We are developing > test devices for telecommunications systems using linux in portable PC's. > > We have been supplied ( by Motorola ) with a new mobile phone which has a > USB serial

[linux-usb-devel] Re: side effect of ehci iso patch: kernel crash during shutdown

2004-01-27 Thread Bernd Porr
David, > It's extremely unlikely that changes to ISO code had _any_ effect > on INTR transfers. You are right. I've changed now my driver from IRQ to ISO and the problem is exactly the same. > So that bug you reported earlier now seems to be gone? Yes. That seems to be fixed now. > Was that afte

[linux-usb-devel] Welcome to www.dumpsmarket.com

2004-01-27 Thread orders
Welcome to www.dumpsmarket.com the site of stolen credit cards,child porno, fake money, passports and complete info about any US citizen! You can get fresh stolen dumps here: http://www.dumpsmarket.com/forum/viewtopic.php?t=77 Only using our site you can get every detail of any US citizen incl

[linux-usb-devel] Re: [patch 2.6.2-rc1] usb gadget updates [0/6]

2004-01-27 Thread Greg KH
On Wed, Jan 21, 2004 at 04:09:19PM -0800, David Brownell wrote: > The RC1 release came out a bit earlier than I expected (except > maybe just by patch volume!), and it omits kconfig updates for > two of the new controller drivers. > > So, as followups to this message, there are six patches: I've

[linux-usb-devel] SubClass and Protocol

2004-01-27 Thread stef
Hello, I got the following in 'demesg' when plug-in a Minolta Dimage S414: hub 1-0:1.0: port 2, status 101, change 1, 12 Mb/s drivers/usb/host/uhci-hcd.c: e000: wakeup_hc hub 1-0:1.0: debounce: port 2: delay 100ms stable 4 status 0x101 hub 1-0:1.0: new USB device on port 2, assig

Re: [linux-usb-devel] usb_submit_urb -> unplug -> timeout -> replug -> kernel panic

2004-01-27 Thread Axel Waggershauser
On Mon, 2004-01-26 at 17:18, Alan Stern wrote: > Let me see if I understand this. If you plug in your device, run the > test, and unplug it then your driver works okay and the outstanding URB is > unlinked. But then the next time you plug anything in, even the mouse, it > fails to enumerate.

Re: [linux-usb-devel] Re: Test of ehci iso patch

2004-01-27 Thread Michal Sojka
Sorry. Formating of the table was broken. Here is fixed version: Michal Sojka wrote: I have measured how the length of chunks depends on uframes per urb and here are results: *frames per urb* *lengths of valid data* *length of mess* 16275204472 12

Re: [linux-usb-devel] USB Host - To - Host storage?

2004-01-27 Thread Erik Dykema
Hi- Just to re-cap in response what I learned poking around on the web & faq's today (which is not much): * Yes, the USB hardware in a PC is host only so you can't use a plain cable to connect two PC's. * However, there exists 'host to host' cables that have a chip in the middle, ala : http:

Re: [linux-usb-devel] USB Host - To - Host storage?

2004-01-27 Thread David Brownell
Erik Dykema wrote: I would like to know if it would be possible on linux, using a host-to-host cable, for one machine to act as a storage device for another machine. In other words, to have one machine pretend to be a USB hard drive or CD-ROM drive by 'exporting' a directory / partition / grou

[linux-usb-devel] (no subject)

2004-01-27 Thread Nicola Canepa
I tried to use kernel 2.6.0 (the SuSE binary RPM), and I found some problems with USB. In particular, my USB mouse stopped working when I plugged in my USB storage (external hard disk),and the same happened when I plugged/unplugged the AC adapter from my laptop (Acer Aspire 1300 - AMD Athlon XP 16

[linux-usb-devel] cp /tmp/bigfile /mnt/usb11/256Gdrive/ slows down machine

2004-01-27 Thread Stefan Voelkel
Hello, coping big files to a usb 1.1 external harddrive brings the machine to stop responding. Since the machine does work as before for some time after the copy process was started I guess that memory gets filled with dirty pages and at some time the kernel decides to wait until some have been wr

Re: [linux-usb-devel] [BUG] Still having problems with an USB Drive

2004-01-27 Thread Alan Stern
On Fri, 23 Jan 2004, Rogério Brito wrote: > > Also, don't worry for now about what happens after you unplug the drive. > > I'm more interested in the part where you first plug it in. > > Ok. I just plugged and replugged it in the hope that it would be > identified after replugging. That's not

Re: [linux-usb-devel] 2.6.1 + gphoto2 + Concord EyeQ 4330z

2004-01-27 Thread Guennadi Liakhovetski
On Fri, 23 Jan 2004, Alan Stern wrote: > On Fri, 23 Jan 2004, Guennadi Liakhovetski wrote: > > > Well may be. The only thing I can say, is that when I once had Windows at > > home for a few minutes, before it was burried under Debian, I tested the > > camera with the supplied software - no errors.

Re: [linux-usb-devel] Re: Test of ehci iso patch

2004-01-27 Thread Michal Sojka
Hi Dave, today I tested more the ehci code and my results are as follows. David Brownell wrote: You should explain more about your tests. Sounds like IN transfers with two 1KB packets per uframe. How big are your URBs ... how many uframes each? And how deep is your URB queue? Are these "erro

[linux-usb-devel] volta ás aulas...

2004-01-27 Thread informativo
    10 MOTIVOS PARA VOCÊ SE EXERCITAR EM 2004. 1) Ginástica e musculação todos os dias horários livres: Plano anual 12 meses = 600.00 +1 mês do aniversario grátis Valor do mês R$ 46.15 2) Spinning,

[linux-usb-devel] Problems with GeneSys USB-Drive

2004-01-27 Thread Michael Knigge
All, I have some trouble getting my external USB drive working reliable. After some gig of transfer it stops working. After reading some postings here I saw a posting from Alan Stern - he said one should change ".max_sectors" in drivers/usb/storage/scsiglue.c to a value of 128 (or lower). Unf

[linux-usb-devel] ALERT - GroupShield ticket number OA529_1075187870_HERMES_3 was generated

2004-01-27 Thread GroupShield for Exchange (HERMES)
Action Taken: The attachment was quarantined from the message and replaced with a text file informing the recipient of the action taken. To: David Brownell <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> From: Duncan Sands <[EMAIL PROTECTED]> Sent: -602209920,29615269 Subject: [linux

[linux-usb-devel] Re: dma to stack in ti driver

2004-01-27 Thread Greg KH
On Wed, Jan 21, 2004 at 09:58:50PM +0100, Oliver Neukum wrote: > Hi, > > you cannot use usb_bulk_msg() on buffers on the stack. Applied, thanks. greg k-h --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools D