[linux-usb-devel] anybody have a working driver for ELO 1529L with Mag-Tek USB Swipe Reader?

2007-05-17 Thread Jason Brewster
Thanks,
JB

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel


[linux-usb-devel] wacom.c usb driver help 2.4 kernel

2007-01-12 Thread Jason Brewster
Anybody help?  I am using the Wacom DTF-720 and DTF-521, both usb with
an embedded linux distro (MontaVista Linux), 2.4 kernel version.  USB
is handled fairly straightforward, usb.c handles low level
communication, while hid-core.c will invoke the proper driver
(wacom.c) when plugged in.

Everything works fine with the driver, except about 2 out of 20 times,
the driver will load, and the last function call made is wacom_close,
while a good try will invoke wacom_open as the last call made prior to
enabling the device to accept wacom_irq calls when the device is
touched with the stylus.

Can anybody help me understand how to debug further as to what is
happening when the open function is not invoked?  If I reboot the
system it will work.

thanks,
JB

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel


[linux-usb-devel] microsoft intellimouse wireless usb mouse help 2.4 kernel

2006-11-30 Thread Jason Brewster
I'm trying to figure out how wireless mouse events get handled in linux.
I currently have an older kernel (2.4) and the wireless keyboard works
(PS/2) get handled properly, but the usb wireless mouse doesn't seem to
work properly.  I am not sure if I should expect the standard HID
drivers to handle the movements/button presses, or should I use a
special driver to handle the events?  I don't have the typical X11 stuff
in /etc to modify a .conf file, which I have seen on many posts.

 

I have written several linux usb drivers, and understand how touch
monitor input events work (i.e. absolute inputs to input core), but I
have never dealt with a wireless mouse.  If I use a standard Dell usb
mouse, it works fine and gets handled by hid-core.c.  It appears the
wireless tries to use this as well since I don't have any special
drivers loaded to take control of the microsoft intellimouse.  My
questions are do I need a non-HID driver to handle this wireless usb
mouse data, or is there another trick to get this to work.  Thanks for
anybody who may be able to help with this issue.

 

JB

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel