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
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
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_
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
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
___
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
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
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
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
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
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
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
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
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
__
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
15 matches
Mail list logo