Re: [linux-usb-devel] If every product follow HID ... is it need driver?

2006-01-09 Thread Charles Lepple
userspace, but neither will be a drop-in replacement for the Windows HID API. http://libusb.sourceforge.net/ http://libhid.alioth.debian.org/ -- - Charles Lepple --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

[linux-usb-devel] Additional usb.ids: Apple Extended Keyboard and Studio Displays

2005-01-17 Thread Charles Lepple
-- Charles Lepple http://www.ghz.cc/charles/ --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt

[linux-usb-devel] Re: can't locate HID device file

2004-06-03 Thread Charles Lepple
directory isn't being created. Unless you're running devfs (which is deprecated in 2.6, IIRC), you may have to create the HID device nodes by hand: $ su # cd /dev; ./MAKEDEV usb Debian uses /dev/usb/hiddev* instead of /dev/usb/hid -- Charles Lepple http://www.ghz.cc/charles

[linux-usb-devel] Re: amd 756 usb 1.1

2004-05-16 Thread Charles Lepple
(or something) is on. -- Charles Lepple http://www.ghz.cc/charles/ --- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http

[linux-usb-devel] Re: USB Zip drive kills PS2 mouse

2004-03-04 Thread Charles Lepple
that; the exact name escapes me). That means only USB keyboards and mice. The basic idea is that the BIOS lets you use a USB kbd/mouse as though they were attached to the PS/2 ports. The BIOS is not supposed to hold onto the peripherals forever, but that seems to be a common problem. -- Charles

[linux-usb-devel] Re: ccid class driver?

2004-02-25 Thread Charles Lepple
Andreas Jellinghaus wrote: did anyone write a ccid class driver, either in kernel or userspace? und an open source license? CCID is the chip/smart card interface. See: http://pcsclite.alioth.debian.org/ccid.html -- Charles Lepple http://www.ghz.cc/charles

[linux-usb-devel] Re: PATCH: (as203) Enable interrupts in UHCI after PM resume

2004-02-23 Thread Charles Lepple
Alan Stern wrote: [...] This patch re-initializes the UHCI Interrupt Enable register following a PM resume. Apparently some systems clear the register during suspend, which causes obvious problems later on. Thanks, this fixes the UHCI resume problem on my ThinkPad 770 as well. -- Charles

[linux-usb-devel] Re: How do I write 8 bytes to a HIDDEV device?

2004-02-16 Thread Charles Lepple
/libhid/doc/html/ -- Charles Lepple http://www.ghz.cc/charles/ --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id

[linux-usb-devel] Re: access to raw (unparsed) HID reports?

2004-02-07 Thread Charles Lepple
function to be helpful in getting past hiddev. You can email the libhid development list if you have any questions about the code. [1] http://savannah.nongnu.org/projects/libhid [2] http://cvs.ailab.ch/cgi-bin/viewcvs.cgi/libhid/src/ [3] https://ailab.ch/mailman/listinfo/libhid -- Charles Lepple http

[linux-usb-devel] Re: access to raw (unparsed) HID reports?

2004-02-07 Thread Charles Lepple
for some ideas on how to use libusb to directly perform HID transactions without the hiddev driver getting in the way. -- Charles Lepple http://www.ghz.cc/charles/ --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open

[linux-usb-devel] Re: UHCI hcd dead after suspend/resume

2004-02-03 Thread Charles Lepple
things broke, but if it would help, I can send more detailed logs or dumps of the PCI config space from /sys. -- Charles Lepple http://www.ghz.cc/charles/ --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools

[linux-usb-devel] Re: UHCI hcd dead after suspend/resume

2004-01-31 Thread Charles Lepple
tries to assign an address. Does this sound familiar? -- Charles Lepple http://www.ghz.cc/charles/ --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse

[linux-usb-devel] Re: ADU200 (PIC16C745) incompatible with libusb

2003-12-21 Thread Charles Lepple
(at lists.sourceforge.net) where this is being discussed: http://sourceforge.net/mailarchive/forum.php?thread_id=3636970forum_id=5425 -- Charles Lepple http://www.ghz.cc/charles/ --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert

[linux-usb-devel] Re: PATCH: (as82) UHCI: fix broken data toggles for queued controlURBs

2003-08-14 Thread Charles Lepple
Alan Stern said: Charles, this will probably fix up the problems you were having when you tried to run usbtest a month ago. It gets a big thumbs-up from me. I tried it on 2.6.0-test3 both with and without preemption, and it works well. Thanks! -- Charles Lepple [EMAIL PROTECTED] http

Re: [linux-usb-devel] Newbie: tarballs, 2.6 and building a driver

2003-08-14 Thread Charles Lepple
. -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX

[linux-usb-devel] Re: [PATCH] reorganize USB submenu's

2003-07-31 Thread Charles Lepple
). -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual

Re: [linux-usb-devel] usb-serial generic driver and Cypress bulk endpoint tests

2003-07-30 Thread Charles Lepple
Greg KH said: On Thu, Jul 24, 2003 at 04:19:20PM -0400, Charles Lepple wrote: I was looking at using the generic usb-serial driver as a debug console, Hahaha, good luck :) very reassuring :-) lemme clarify, it's probably not as bad as it sounds... If you really want to do this, try the USB

Re: [linux-usb-devel] Re: More questions/comments about the UHCI driver

2003-07-25 Thread Charles Lepple
tweaking the .config.in file? ...and implementing the new driver model, and sysfs, and basically reinventing 2.6 in the 2.4 tree? :-) Have you tried 2.6.0test1 itself? -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.Net

[linux-usb-devel] usb-serial generic driver and Cypress bulk endpoint tests

2003-07-24 Thread Charles Lepple
). -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win

Re: [linux-usb-devel] lsusb timing out under 2.6.0-test1

2003-07-21 Thread Charles Lepple
/share/usb.ids. This looks very similar to a problem in the skeleton PIC 16C765 firmware when string descriptor zero got mangled. I don't know enough about Netchip's products to offer any more help, though. -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles

Re: [linux-usb-devel] Re: usbtest on 2.6.0test1 + EZ-USB FX (nofirmware) - oops

2003-07-20 Thread Charles Lepple
-compatible header files floating around the 'net. I have had success with this code: http://people.omnigroup.com/wiml/soft/pic/keyspan.html -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.net email is sponsored by: VM

Re: [linux-usb-devel] Simple write/read example

2003-07-18 Thread Charles Lepple
(an APC UPS daemon) uses HID SET_REPORT functionality to tell the UPS to shut down. HTH, -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating

Re: [linux-usb-devel] Re: usbtest on 2.6.0test1 + EZ-USB FX (nofirmware) - oops

2003-07-18 Thread Charles Lepple
Alan Stern said: On Fri, 18 Jul 2003, Charles Lepple wrote: Same results on my laptop (Intel UHCI chip; the desktop uses a Via chipset). I can send the logs, but it's just more of the same (test 10 failures, and the UHCI driver dumps its lists). Maybe I can try running the test program

Re: [linux-usb-devel] Re: usbtest on 2.6.0test1 + EZ-USB FX (nofirmware) - oops

2003-07-18 Thread Charles Lepple
. But usbtest uses only bulk source and sink mode tests for now, not loopback. Well, you would certainly know much better than I would :-) I stand corrected. Googling for ep2_inout doesn't turn up any source code. Any ideas where this came from? -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles

Re: [linux-usb-devel] Re: usbtest on 2.6.0test1 + EZ-USB FX (nofirmware) - oops

2003-07-17 Thread Charles Lepple
right, since without your debug patch, uhci-hcd still does some printks, and usbtest reports errors. However, the final result code from testusb is zero. Is this normal? -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/uhci: added urbp c577453c to complete_list uhci: took urbp c577453c

Re: [linux-usb-devel] Re: usbtest on 2.6.0test1 + EZ-USB FX (nofirmware) - oops

2003-07-17 Thread Charles Lepple
, -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines

Re: [linux-usb-devel] Re: usbtest on 2.6.0test1 + EZ-USB FX (nofirmware) - oops

2003-07-16 Thread Charles Lepple
happened when I didn't load firmware. -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux

Re: [linux-usb-devel] Re: usbtest on 2.6.0test1 + EZ-USB FX (nofirmware) - oops

2003-07-16 Thread Charles Lepple
). usbtest is currently wedged in test_ctrl_queue (according to /proc/pid/wchan). I was mistaken before when I said that usbtest would respond to signals when the firmware was loaded; the only way I could see to terminate it was to unplug the USB device. -- Charles Lepple [EMAIL PROTECTED] http

Re: [linux-usb-devel] Re: usbtest on 2.6.0test1 + EZ-USB FX (nofirmware) - oops

2003-07-16 Thread Charles Lepple
request at a time, so it's not entirely surprising that it works.) Using -g{5,6,7} all fail similarly to -g4. David: perhaps I'm overlooking something, since what I found doesn't quite correlate with your predicted failure between -g6 and -g7. Do you want to see full logs for -g6 as well? -- Charles

[linux-usb-devel] usbtest on 2.6.0test1 + EZ-USB FX (no firmware) - oops

2003-07-15 Thread Charles Lepple
, what is the recommended way of enabling debug output for usbtest? -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single

[linux-usb-devel] Re: usbtest on 2.6.0test1 + EZ-USB FX (no firmware) - oops

2003-07-15 Thread Charles Lepple
this at home with an OHCI controller, but before I do, any other tips? Should I look at usbtest.c from one of the BK trees? -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ksymoops 2.4.5 on i686 2.6.0-test1.1. Options used -v /home/charles/dl/linux-2.6.0-test1/vmlinux (specified

Re: [linux-usb-devel] sdcc, cypress fx2, cy4611 devel board

2003-07-14 Thread Charles Lepple
EZ-USB register header files are meant to work with SDCC, so it may require some hand-editing. -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing

Re: [linux-usb-devel] Use of usb_set_configuration

2003-06-06 Thread Charles Lepple
-function device with only one non-class-based interface, it would certainly be easier for them to not reinvent the wheel for all of the other functions. -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.net email

Re: [linux-usb-devel] Reorganization of device reset, configchange,connect,disconnect

2003-06-05 Thread Charles Lepple
in the non-FX TRM for details. HTH, -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features

Re: [linux-usb-devel] fxload improvement ideas, CVS branch names

2003-03-19 Thread Charles Lepple
David Brownell said: Charles Lepple wrote: [...] * cross-platform libusb support: [...] In general, it's worth avoiding multiple code paths. If libusb will do the vendor control messages, just use it everywhere; it'll be simpler to maintain/debug that way. I am reminded of an Edsger

Re: [linux-usb-devel] fxload improvement ideas, CVS branch names

2003-03-19 Thread Charles Lepple
in this vein, but I'm pretty sure that OS X doesn't have such a facility. Also, I don't think libusb supports Windows yet (AFAIK, you would need a VxD to do anything other than detect devices, and call HID functions), but I'd be happy to be proven wrong on that count. -- Charles Lepple [EMAIL

Re: [linux-usb-devel] fxload improvement ideas, CVS branch names

2003-03-17 Thread Charles Lepple
. Thanks for the input. -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning

[linux-usb-devel] fxload improvement ideas, CVS branch names

2003-03-16 Thread Charles Lepple
or something). -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http

Re: [linux-usb-devel] Problem with large writes to FTDI USB serial converter and alternate UHCI driver

2003-03-03 Thread Charles Lepple
for recent 2.5 kernels. thanks, -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles/ --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ [EMAIL

[linux-usb-devel] lsusb and string descriptors with Microchip PIC 16C765 firmware

2003-02-18 Thread Charles Lepple
guess that this is not affecting the retrieval of the string descriptors, since the string descriptors listed above are present in the device descriptor (and not at the interface level). Any ideas? Pointers to a usbutils-specific mailing list? Thanks in advance, -- Charles Lepple [EMAIL

Re: [linux-usb-devel] lsusb and string descriptors with Microchip PIC 16C765 firmware

2003-02-18 Thread Charles Lepple
David Brownell said: Charles Lepple wrote: While writing USB firmware for the PIC16C765, I noticed that lsusb can't read the string descriptors from even the stock Microchip firmware. This seems to be limited to lsusb, as the strings show up in /proc/bus/usb/devices and in the HID driver's

[linux-usb-devel] Re: PIC chip USB Driver - Time To Punt

2003-02-17 Thread Charles Lepple
is not new). Do I have this backwards? Or is read() really doing interrupt in transfers, and my PIC code is broken somewhere else? Also, would I be better off trying this under 2.5? -- Charles Lepple [EMAIL PROTECTED] http://www.ghz.cc/charles