Re: [linux-usb-devel] About DataFab USB CF+SM reader

2001-05-09 Thread Sancho Dauskardt
> I'm now starting to write a driver for DataFab Compact Flash+SmartMedia > USB reader. Now I lack the technical information for the DataFab USB > reader chipset. Heard that somebody has worked with similar chipset > before, so could somebody help me providing the technical information??? Ch

[linux-usb-devel] About DataFab USB CF+SM reader

2001-05-09 Thread Choi tai-kin,peter
Dear, I'm now starting to write a driver for DataFab Compact Flash+SmartMedia USB reader. Now I lack the technical information for the DataFab USB reader chipset. Heard that somebody has worked with similar chipset before, so could somebody help me providing the technical information??? P

[linux-usb-devel] Webcamgo

2001-05-09 Thread Stefan Nilsen
The driver for Creative Labs Webcam Go is now usable for B/W video. There is still some corruption of every other image, but at least it is possible to use the cam now. The source can be found in the usbvideo module on SF CVS. /Stefan ___ [EMAIL PRO

Re: [linux-usb-devel] Autoload Driver via Vendor ID

2001-05-09 Thread David Brownell
> > Use hotplug support (http://linux-hotplug.sourceforge.net/) > > I have accessed this website before. There is a complete lack of > documentation on this site regarding the way the hotplug manager > is informed about which driver to load. Hmm, http://linux-hotplug.sourceforge.net/?selected=u

Re: [linux-usb-devel] Autoload Driver via Vendor ID

2001-05-09 Thread Wolfgang Mües
On Wednesday, 9. May 2001 22:46, David Brownell wrote: > Use hotplug support (http://linux-hotplug.sourceforge.net/) I have accessed this website before. There is a complete lack of documentation on this site regarding the way the hotplug manager is informed about which driver to load. I am r

Re: [linux-usb-devel] Autoload Driver via Vendor ID

2001-05-09 Thread David Brownell
Use hotplug support (http://linux-hotplug.sourceforge.net/) and just set up your driver's "struct usb_device_id" so that it only matches on the vendor ID ... - Dave - Original Message - From: "Wolfgang Mües" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 1:37 P

[linux-usb-devel] Chain of Control Messages - possible?

2001-05-09 Thread Wolfgang Mües
Hi all, I am writing an USB driver which needs a lot of control messages for endpoint 0. I have read that It is not possible in Linux to submit more than one URB to a control endpoint at the same time? Is this true? What do others do if they have the same problem? best regards from germany W

[linux-usb-devel] Autoload Driver via Vendor ID

2001-05-09 Thread Wolfgang Mües
Hi all, I have a little question regarding the automatic loading of an USB device driver. In /etc/usbmgr/usbmgr.conf, I can register my driver with vendor and product ID: vendor 0x09BF product 0x00C0 module auerswald How do I register a driver only from the vendor ID? (all products from this v

Re: [linux-usb-devel] EILSEQ - FAQ ??

2001-05-09 Thread Roman Weissgaerber
Sergij Kolisnyk wrote: > > - Original Message - > From: "Roman Weissgaerber" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, May 09, 2001 8:34 PM > Subject: Re: [linux-usb-devel] EILSEQ - FAQ ?? > > > > > Sergij Kolisnyk wrote: > > > > > > > > > > Hi! > > > > > > > > > >

Re: [linux-usb-devel] EILSEQ - FAQ ??

2001-05-09 Thread Sergij Kolisnyk
- Original Message - From: "Roman Weissgaerber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 8:34 PM Subject: Re: [linux-usb-devel] EILSEQ - FAQ ?? > > > Sergij Kolisnyk wrote: > > > > > > > > Hi! > > > > > > > > All we know the problem. > > > > > > > > On

Re: [linux-usb-devel] EILSEQ - FAQ ??

2001-05-09 Thread Roman Weissgaerber
Evan Marchant wrote: > > Hi, > where can I find the programming guide > for Linux USB ? http://usb.cs.tum.edu/usbdoc/ ( or follow the link at http://www.linux-usb.org ) - Roman > Thanks > Evan, > At 19:34 09/05/2001 +0200, you wrote: > >Sergij Kolisnyk wrote: > > > > > > - Original Messa

Re: [linux-usb-devel] EILSEQ - FAQ ??

2001-05-09 Thread Evan Marchant
Hi, where can I find the programming guide for Linux USB ? Thanks Evan, At 19:34 09/05/2001 +0200, you wrote: >Sergij Kolisnyk wrote: > > > > - Original Message - > > From: "Roman Weissgaerber" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, May 09, 2001 4:54 PM > > Su

Re: [linux-usb-devel] EILSEQ - FAQ ??

2001-05-09 Thread Roman Weissgaerber
Sergij Kolisnyk wrote: > > - Original Message - > From: "Roman Weissgaerber" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, May 09, 2001 4:54 PM > Subject: Re: [linux-usb-devel] EILSEQ - FAQ ?? > > > Sergij Kolisnyk wrote: > > > > > > Hi! > > > > > > All we know the pro

Re: [linux-usb-devel] Re: [PATCH] correct baud rate in mct_u232 usb serial driver

2001-05-09 Thread Greg KH
On Wed, May 09, 2001 at 02:19:51PM +0200, Stelian Pop wrote: > > Very possible. But with the two modifications I made the device > seems to work very reliably (made a PPP connection over the null > modem cable and used it for over 6 hours, transfering tens of > megabytes, etc). Since it seems t

[linux-usb-devel] Sony DSC-S75 info

2001-05-09 Thread Stas Bekman
Hi Stephan Not sure where I should forward this info to, but I've purchased a recently released Sony DSC-S75 digital still camera and here is the patch that make the USB work (includes the < S70 and = S75): --- linux-2.2.19/drivers/usb/usb-storage.c.orig Thu May 10 00:01:26 2001 +++ linux-2.2.19

RE: [linux-usb-devel] How to submit a Vendor Command to a USB device

2001-05-09 Thread Eric HENRY
Title: RE: [linux-usb-devel] How to submit a Vendor Command to a USB device Hi Bas, This is what I use to make vendor interface urb (which is just a simple control message, but you have to have the good parameters...) : result=usb_control_msg(dev,         (in_out_flag)?usb_rcvctrlpi

[linux-usb-devel] [PATCH] Allow PAGE_SIZE buffer for CTRL pkts via USBDEVFS_SUBMITURB

2001-05-09 Thread Matt Eccleston
Minor fix. Since in this case the setup packet precedes the buffer, the size check is off by 8. --- linux-2.4.4/drivers/usb.orig/devio.cWed May 9 08:38:12 2001 +++ linux-2.4.4/drivers/usb/devio.c Wed May 9 08:29:42 2001 @@ -780,8 +780,8 @@ if ((ep_desc->bmAt

[linux-usb-devel] Unknown descriptor type with Atmel AT76c503a

2001-05-09 Thread Bas Vermeulen
Hi all, lsusb can't understand the configuration from my D-Link DWL-120. I'm including the output of lsusb -x -vvv here. If anyone can help me with it, thanks. Bus 001 Device 003: ID 03eb:7603 Atmel Corp. Device Descriptor: bLength18 bDescriptorType 1 bcdUSB

Re: [linux-usb-devel] how to compile usbnet.c in redhat7.1

2001-05-09 Thread David Brownell
Compile it as part of a normal kernel build, not standalone. That means "make menuconfig; make dep; make bzImage modules" and so on. One way to do that is to use a current www.bzImage.org kernel; if the RH7.1 kernel includes "usbnet", it's (pleasant) news to me! - Dave - Original Message -

Re: [linux-usb-devel] EILSEQ - FAQ ??

2001-05-09 Thread Sergij Kolisnyk
- Original Message - From: "Roman Weissgaerber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 4:54 PM Subject: Re: [linux-usb-devel] EILSEQ - FAQ ?? > Sergij Kolisnyk wrote: > > > > Hi! > > > > All we know the problem. > > > > On _some_ motherboards when

Re: [linux-usb-devel] EILSEQ - FAQ ??

2001-05-09 Thread Roman Weissgaerber
Sergij Kolisnyk wrote: > > Hi! > > All we know the problem. > > On _some_ motherboards when doing USB bulk read at full speed, > URB completes with "-84" error code... > -84 (EILSEQ) means CRC Error of the packet sent by the device. So I think this is a problem of the device and not of the HC

Re: [linux-usb-devel] LEDs

2001-05-09 Thread Vojtech Pavlik
On Fri, Jan 19, 2001 at 08:10:41PM +, John Elliott wrote: > Vojtech Pavlik <[EMAIL PROTECTED]> writes: > : > : The "input" layer can handle output, too, for example LEDs. > > Is there a way of controlling LEDs on USB keyboards from userspace? Yes, of course. Just write() a LED event to /d

[linux-usb-devel] EILSEQ - FAQ ??

2001-05-09 Thread Sergij Kolisnyk
Hi! All we know the problem. On _some_ motherboards when doing USB bulk read at full speed, URB completes with "-84" error code... That happens only when device is fast enough to really utilyze throughput of USB 1.1 full speed. IMHO, this error may depend on BIOS, VGA and having X running... E

[linux-usb-devel] Re: [PATCH] correct baud rate in mct_u232 usb serial driver

2001-05-09 Thread Wolfgang Grandegger
Stelian Pop wrote: > > On Wed, May 09, 2001 at 01:30:02PM +0200, Wolfgang Grandegger wrote: > > > On a Sitecom device this is a possible scenario. I only have an > > "original" MCT U-232 and there I have seen the Win98 baudrate settings > > with SniffUSB. Furthermore I tested it with a null-mode

[linux-usb-devel] Re: [PATCH] correct baud rate in mct_u232 usb serial driver

2001-05-09 Thread Stelian Pop
On Wed, May 09, 2001 at 01:30:02PM +0200, Wolfgang Grandegger wrote: > On a Sitecom device this is a possible scenario. I only have an > "original" MCT U-232 and there I have seen the Win98 baudrate settings > with SniffUSB. Furthermore I tested it with a null-modem cable to > my PC running minic

[linux-usb-devel] Re: [PATCH] correct baud rate in mct_u232 usb serial driver

2001-05-09 Thread Wolfgang Grandegger
Stelian Pop wrote: > > On Tue, May 08, 2001 at 10:05:27PM +0200, Wolfgang Grandegger wrote: > > > I assume that you have the following device: > > > > http://www.sitecom.com/ShowProduct.asp?PID=242 > > Right. However, there are two devices, one with a second USB uplink > port, one without. My

[linux-usb-devel] Re: [PATCH] correct baud rate in mct_u232 usb serial driver

2001-05-09 Thread Stelian Pop
On Tue, May 08, 2001 at 10:05:27PM +0200, Wolfgang Grandegger wrote: > I assume that you have the following device: > > http://www.sitecom.com/ShowProduct.asp?PID=242 Right. However, there are two devices, one with a second USB uplink port, one without. My device is the one without the second

Re: [linux-usb-devel] Re: [PATCH] move ezusb functions from usb-serialto usb core

2001-05-09 Thread Nick Hibma
The input format is the Intel format. It is well defined and easily parseable. If you launch the tool by hand on FreeBSD you might want to update your /etc/usbd.conf and add an entry for your specific ID (like the sample one that is there). Nick > On Tue, May 08, 2001 at 03:44:48PM -0700, Davi

Re: [linux-usb-devel] Re: [PATCH] move ezusb functions from usb-serial to usb core

2001-05-09 Thread Luc Saillard
On Tue, May 08, 2001 at 03:44:48PM -0700, David Brownell wrote: > >Anyone else have any strong feelings either way about this? > > We should certainly have usermode tools to download ez-usb > firmware (FX or FX2) in a "standard toolset". Read the hex, > parse, compact it, a handful of contr