[linux-usb-devel] Re: Matching semantics for version numbers....

2001-03-20 Thread David Brownell
Hi Matt, Two comments come to mind: (1) Is it correct that changing this would involve no more than: * Linux 2.4.? kernel updates: - drivers/usb/usb.c ... usb_match_id() - drivers/usb/ibmcam.c ... uses range matching - drivers/usb/storage/unusual_devs.h ... lots of ranges * Hotplug

[linux-usb-devel] <, > versus <=, >=

2001-03-20 Thread Jeff Ozvold
It seems to me that major changes happen on release boundaries; in Matt's example, on the 3.00 boundary. Many compatibility changes happen for "pre-version X.XX" versus "version X.XX and later." If that's true, why not use < (less than) and >= (greater than or equal), since it seems that it woul

Re: [linux-usb-devel] Anyone know what URB_FUNCTION_SELECT_CONFIGURATION corresponds to

2001-03-20 Thread Benoit PAPILLAULT
Ok. It's available on http://benoit.papillault.free.fr/speedtouch/sniff-2000.en.html Benoit - Original Message - From: "Benoit PAPILLAULT" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 9:04 AM Subject: Re: [linux-usb-devel] Anyone know what URB_FUNCTION_SELECT_

[linux-usb-devel] usb keyboard not working after suspend

2001-03-20 Thread Vince Weaver
Hello, I am having a problem with USB after suspend in relation to a "Chicony PFU-65" [i.e. "Happy Hacking"] keyboard and an [ALi] M5237 OHCI controller. The keyboard works fine normally, but after a suspend it stops working. Currently I rmmod usb-ohci, and suspend the machine into S3 sleep. U

[linux-usb-devel] [ANNOUNCE] se401 v0.19

2001-03-20 Thread Jeroen Vreeken
Hi, Again a new version... This one has a new bayer decoder that works well for all frame sizes and doesn't produce artifacts along the edges. The resetlevel adjustment has also been improved. It can be found at http://www.chello.nl/~j.vreeken/se401/ Jeroen ___

[linux-usb-devel] Matching semantics for version numbers....

2001-03-20 Thread Matthew Dharm
I recently discovered a small problem in the code that matches devices to drivers in the way version numbers are handled. The tests used against version numbers are < and > -- while this doesn't seem like a problem at first, consider usb-storage where we need to have one entry for a device up to

[linux-usb-devel] new version of the microtek driver

2001-03-20 Thread Oliver Neukum
dy up generally (john) + * 20010320 check return value of scsi_register() + * 20010320 Version 0.4.3 */ #include @@ -128,15 +139,9 @@ #include "microtek.h" -/* Constants */ - -#define MTS_ABORT_TIMEOUT HZ /*jiffies*/ - - /* Should we do debugging? */ -// #define MTS_DO_DEB

[linux-usb-devel] [patch] per-bus round robin devnum

2001-03-20 Thread Dan Streetman
Currently, the round-robin devnum allocation uses a static int which is incremented over all buses. Since devnums are totally unrelated between busses, this patch changes the devnum_next to a per-bus devnum_next. The #define DEVNUM_ROUND_ROBIN option is moved into include/linux/usb.h. diff

[Linux-usb-users] Re: Announcement: SpeedTouch USB Linux driver available

2001-03-20 Thread Werner Almesberger
Johan Verrept wrote: > The open-source part is normal GPL. Excellent, thanks ! - Werner -- _ / Werner Almesberger, ICA, EPFL, CH [EMAIL PROTECTED] / /_IN_N_032__Tel_+41_21_693_6621__Fax_+41_21_693_6610

[Linux-usb-users] Re: Announcement: SpeedTouch USB Linux driver available

2001-03-20 Thread Johan Verrept
Werner Almesberger wrote: > Hmm, quoting from the "Developer License Agreement": > > | The Developer will not modify or translate the Software or the > | Documentation without the prior written consent of Alcatel. > [...] > | The Developer will not separate from the Software any of the component

Re: [linux-usb-devel] USB driver

2001-03-20 Thread hariharan swaminathan
Just plug in the device & get the data from /proc/bus/usb/devices file. This will give basic details about the configuration , interfaces,endpoints . u can also use lsusb utility. ( part of usbutils - download link from linux-usb.org ). If you need more info than this, best way is to use a usb s

[linux-usb-devel] Re: Announcement: SpeedTouch USB Linux driver available

2001-03-20 Thread Werner Almesberger
Johan Verrept wrote: > The SpeedTouch USB Linux Driver is available! Very nice ! > The kernel module is full open-source. Hmm, quoting from the "Developer License Agreement": | The Developer will not modify or translate the Software or the | Documentation without the prior written consen

Re: [linux-usb-devel] USB driver

2001-03-20 Thread Keith T. Garner
On Tue, Mar 20, 2001 at 05:44:08, [EMAIL PROTECTED] said: > I have a Zip 100 USB and I need to write a driver for this device in > Linux. > Can you tell me how and from where I can get the device specifications > to create this driver. > Or how I can find out this device specifications. Why not j

[linux-usb-devel] USB driver

2001-03-20 Thread mioan
I have a Zip 100 USB and I need to write a driver for this device in Linux. Can you tell me how and from where I can get the device specifications to create this driver. Or how I can find out this device specifications. Best Regards, Mihai Ioan __

[linux-usb-devel] Announcement: SpeedTouch USB Linux driver available

2001-03-20 Thread Johan Verrept
hello, The SpeedTouch USB Linux Driver is available! You can obtain it here: http://www.alcatel.com/consumer/dsl/supuser.htm The distribution consists of a binary application and an open-source kernel module. The application is responsible for firmware download and some managem