[linux-usb-devel] recent USB programming doc?

2003-10-25 Thread Holger Schurig
Is there any recent USB programming doc available (besides the USB 2.0 spec) ? The Link from www.linux-usb.org to http://usb.in.tum.de/usbdoc/ points to some rather old code, from the year 2000. -- Try Linux 2.6 from BitKeeper for PXA2x0 CPUs at http://www.mn-logistik.de/unsupported/linux-2.6/

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-25 Thread Greg KH
ChangeSet 1.1337.38.3, 2003/10/23 16:59:03-07:00, [EMAIL PROTECTED] [PATCH] USB: ax8817x fixes in usbnet.c * ax8817x_set_multicast - use address of dev->data, not contents * ax8817x_write_async_cmd - free request and urb if submit fails drivers/usb/net/usbnet.c |7 +-- 1 files changed,

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-25 Thread Greg KH
ChangeSet 1.1148.6.9, 2003/10/14 16:48:18-07:00, [EMAIL PROTECTED] [PATCH] USB: add USB gadget Configure help entries In 2.4.23-pre7 USB gadget support was added but no Configure.help entries were added. The patch below adds these missing entries. the help texts were copied from 2.6, please chec

Re: [linux-usb-devel] PATCH: Magtek Swipe Card Reader

2003-10-25 Thread Oliver Neukum
Am Samstag, 25. Oktober 2003 20:08 schrieb John Wright: > Here is the Magtek Swipe Card Reader device driver. I need a minor > number. > > Thanks > > John Wright > [EMAIL PROTECTED] > > __ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product sea

RE: [linux-usb-devel] HIDIOCSUSAGE lossage (hiddev.c)

2003-10-25 Thread Damien McGivern
> If I misunderstood the rationale, I'd very >much appreciate if > >someone could tell me how to set the values without >HIDIOCSUSAGE. > For the moment it isn't possible. In order to get my device working I just removed the check and it works. I receved a response email from Vojtech Pavlik

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-25 Thread Greg KH
ChangeSet 1.1337.38.9, 2003/10/23 17:28:44-07:00, [EMAIL PROTECTED] [PATCH] USB: fix usb-storage self-deadlock This fixes a problem that showed in usb-storage (osdl bugme 1310) and could have shown in other drivers that used usb_reset_device() when they already held dev->serialize: a self-deadlo

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-25 Thread Greg KH
ChangeSet 1.1337.38.2, 2003/10/23 16:58:45-07:00, [EMAIL PROTECTED] [PATCH] leaking info on drivers/usb I'm doing an audit wrt copy_to_user leaking info to userspace, started with drivers/usb, please apply. drivers/usb/class/audio.c|4 drivers/usb/media/vicam.c|1 +

[linux-usb-devel] Re: [patch 2.6.0-test8] usb enumeration clears full speed ep0 state

2003-10-25 Thread Greg KH
On Thu, Oct 23, 2003 at 05:58:29PM -0700, David Brownell wrote: > This resolves a bug that was recently reported to me by someone > enumerating a USB 1.1 modem through a high speed hub. I'm a bit > surprised we never saw it before; I think cache/dma timings must > usually be strongly in our favor.

[linux-usb-devel] PATCH: Magtek Swipe Card Reader

2003-10-25 Thread John Wright
Here is the Magtek Swipe Card Reader device driver. I need a minor number. Thanks John Wright [EMAIL PROTECTED] __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.comdiff -urN -X dontdiff linux-2.4.22-vanilla/Docume

Re: [linux-usb-devel] OHCI and MIPS big endian. (Actual the Intel spec is the real problem).

2003-10-25 Thread David Brownell
Darwin Rambo wrote: However, it appears that the MIPs processor does 32 bit bus writes, > which means that the frame_no and pad1 fields are swapped when > written to the fpga/usb controller. That is, this MIPS processor (all of them?) doesn't implement 8 or 16 bit bus accesses. As I recall, some e

Re: [linux-usb-devel] error message

2003-10-25 Thread David Brownell
Oct 25 01:37:46 rider scsi.agent[30983]: how to add device type= at /devices/pci:00/:00:07.2/usb1/1-2/1-2:1.0/host7/7:0:0:0 ?? I don't know anything about this. You could try asking the people in charge of hotplugging support. It's basically user mode seeing a race between creation of

Re: [linux-usb-devel] [2.6.0 current bk] hangs at usb storage mount

2003-10-25 Thread Vedran Rodic
On Sat, Oct 25, 2003 at 11:03:21AM -0400, Alan Stern wrote: > > Try applying this patch and see if it helps. It really helps. It survived my basic testing. BTW, the transfer rate (measured with hdparm) is up to 10 MB/s from 7 MB/s in 2.4 kernels. Now I just need to test it heavily in day to

[linux-usb-devel] [BK PATCH] USB fixes for 2.6.0-test8

2003-10-25 Thread Greg KH
Hi, Here are some USB fixes for 2.6.0-test8. They are all small bugfixes or add some new device ids to the ftdi_sio and usb-storage drivers. Please pull from: bk://kernel.bkbits.net/gregkh/linux/usb-2.6 Patches will be posted to linux-usb-devel as a follow-up thread for those who want to see t

[linux-usb-devel] OHCI and MIPS big endian. (Actual the Intel spec is the real problem).

2003-10-25 Thread Darwin Rambo
The OHCI spec has defined the hcca as mixed u32 and u16. [usb-ohci.h] struct ohci_hcca { __u32 int_table[NUM_INTS];/* Interrupt ED table */ __u16 frame_no; /* current frame number */ __u16 pad1; /* set to 0 on each frame_no change *

Re: [linux-usb-devel] [2.6.0 current bk] hangs at usb storage mount

2003-10-25 Thread Alan Stern
On Sat, 25 Oct 2003, Vedran Rodic wrote: > Hi > > I have problems with linux 2.6.0-test8 (bk from today) and usb-storage > > Mount hangs when mounting usb-storage device. > > kern.log with usb verbose debug and usb-storage verbose debug at > http://quark.fsb.hr/vedran/usb_klog (I also did a rel

Re: [linux-usb-devel] Enumeration differencies between Windows and Linux?

2003-10-25 Thread Alan Stern
On Sat, 25 Oct 2003, Heiko Rosemann wrote: > Hi everyone, > > I'm not quite sure whether this is exactly the right list to ask, but I > didn't find any better one... > > My problem is as follows: I am developing a USB device (using a Motorola > 68HC908LD64, just for reference). Windows [98|XP] f

Re: [linux-usb-devel] error message

2003-10-25 Thread Alan Stern
On Sat, 25 Oct 2003, Phil Dibowitz wrote: > Alan Stern wrote: > > Could be. My most recent attempt to fix this is in > > > > http://sourceforge.net/mailarchive/message.php?msg_id=6315588 > > > > It sets the upper release limit to 0x and removes everything but > > the FIX_INQUIRY flag. It

[linux-usb-devel] Enumeration differencies between Windows and Linux?

2003-10-25 Thread Heiko Rosemann
Hi everyone, I'm not quite sure whether this is exactly the right list to ask, but I didn't find any better one... My problem is as follows: I am developing a USB device (using a Motorola 68HC908LD64, just for reference). Windows [98|XP] finally is able to detect the built-in hub and the embedded

[linux-usb-devel] Re: 2.4.23-pre8: link error with multiple USB Gadget drivers

2003-10-25 Thread David Brownell
Adrian Bunk wrote: I'm getting the following link error when trying to compile multiple Gadget drivers statically into the kernel: ... which is not a reasonable configuration, since only one of them could be active ... ... IIRC this issue was fixed many months ago in 2.6, and a similar fix (disal

[linux-usb-devel] [PATCH] 2.4.23pre8 usbnet unresolved syms, missing mii.o

2003-10-25 Thread Olaf Hering
This change is required to fix the unresolved symbol: [EMAIL PROTECTED]:~/kernel/linux-2.4.23-pre8-bk> tail log make[1]: Nothing to be done for `modules_install'. make[1]: Leaving directory `/home/builds/kernel/linux-2.4.23-pre8-bk/arch/ppc/lib' cd /home/builds/kernel/linux-2.4.23-pre8-bk/lib/modu

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-25 Thread Greg KH
ChangeSet 1.1337.38.8, 2003/10/23 17:25:37-07:00, [EMAIL PROTECTED] [PATCH] USB: fix for earlier unusual_devs.h patch An earlier patch caused trouble because it effectively removed the US_FL_FIX_INQUIRY flag for devices with release number higher than 0x5009. This one might cause problems becaus

Re: [linux-usb-devel] error message

2003-10-25 Thread Phil Dibowitz
Alan Stern wrote: Could be. My most recent attempt to fix this is in http://sourceforge.net/mailarchive/message.php?msg_id=6315588 It sets the upper release limit to 0x and removes everything but the FIX_INQUIRY flag. It seemed to work okay on Phil's device. Johannes and Phil, could you t