Re: [linux-usb-devel] Re: kernel status, "Elitegroup K7S5A" SOLVED

2005-11-06 Thread Wolfgang Mües
Hello Pete, On Monday 07 November 2005 03:31, Pete Zaitcev wrote: > The difficulty is, in 2.6.14, both ub and usb-storage clear halts > when the device stalls (in ub_probe and usb_stor_Bulk_max_lun). It > may be incorrect, because it's a stall on the control pipe, not a > bulk pipe. But I have no

[linux-usb-devel] Fwd: Recieving data from HID with libhid (wrong attachment)

2005-11-06 Thread Guenther . Obrist
-- Weitergeleitete Nachricht -- Subject: Fwd: Recieving data from HID with libhid (wrong attachment) Date: Freitag, 4. November 2005 16:05 From: "Obrist Günther (AUT Wien Entwicklung)" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Hi, it s me again, my output attachment was the wr

[linux-usb-devel] Re: 2.6.14-mm1

2005-11-06 Thread Andrew Morton
Reuben Farrelly <[EMAIL PROTECTED]> wrote: > > Hi, > > On 7/11/2005 3:24 p.m., Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14/2.6.14-mm1/ > > > > - Added the 1394 development tree to the -mm lineup, as git-ieee1394.patch > > > > - Re-added rmk's dri

[linux-usb-devel] Re: kernel status, "Elitegroup K7S5A" SOLVED

2005-11-06 Thread Pete Zaitcev
On Sun, 6 Nov 2005 19:22:12 +0100, Martin Maurer <[EMAIL PROTECTED]> wrote: > > test this by editing the source code for 2.6.7. In the file > > drivers/usb/storage/transport.c, locate the subroutine > > usb_stor_Bulk_max_lun() and comment out the two lines that call > > usb_stor_clear_halt().

[linux-usb-devel] Re: [PATCH] Eagle and ADI 930 usb adsl modem driver

2005-11-06 Thread matthieu castet
Hi Greg, matthieu castet wrote: + * + * This software is available to you under a choice of one of two + * licenses. You may choose to be licensed under the terms of the GNU + * General Public License (GPL) Version 2, available from the file + * COPYING in the main directory of this source tree

[linux-usb-devel] Re: kernel status, "Elitegroup K7S5A" SOLVED

2005-11-06 Thread Martin Maurer
Hi all, I recently got an E-Mail from Axel Strübing who had the same problem and solved it (together with some kernel developpers). He pointed me to their discussion at http://www.spinics.net/lists/usb/msg00694.html which included a solution to this problem. citing http://www.spinics.net/lists

[linux-usb-devel] reading raw HID reports

2005-11-06 Thread Jeff Lange
Hi all, I have a HID device that upon user interaction sends a 237 byte HID report to the system. I would like to be able to read the raw data in user-space. I first tried writing a kernel driver which works great, except that on boot-up, usbhid keeps claiming the device before my driver can g