[linux-usb-devel] USB Hubs

2003-03-17 Thread Ilia A. Petrov
i'm working on creating USB support for our BIOS. cause here is an open project i think here is best plase for my question. i wonder how do you store the hub's images in memory? for now i'm planning to store at list device adresses for each port. and do you have any limits for device amounts? or

[linux-usb-devel] USB mouse settings

2003-03-17 Thread Kentropy
Hello, I'm trying to use a Logitech USB optical mouse with linux-2.4.18-rmk7 and Qt-3.0.4 I enabled CONFIG_USB and CONFIG_USB_OHCI and CONFIG_HID then mkdir -p /dev/input mknod /dev/input/mice c 13 63 ln -s /dev/input/mice /dev/mouse The mouse moved randomly on the screen and a little

Re: [linux-usb-devel] USB mouse settings

2003-03-17 Thread Georg Acher
On Mon, Mar 17, 2003 at 04:19:17PM +0100, Kentropy wrote: Hello, I'm trying to use a Logitech USB optical mouse with linux-2.4.18-rmk7 and Qt-3.0.4 I enabled CONFIG_USB and CONFIG_USB_OHCI and CONFIG_HID then mkdir -p /dev/input mknod /dev/input/mice c 13 63 ln -s /dev/input/mice

[linux-usb-devel] Update for usb-skeleton

2003-03-17 Thread Alan Stern
Greg: My update for usb-skeleton seems to have gotten lost in the shuffle, so here it is again -- all wrapped up in one nice little patch. It's been tested by three different people and passed with flying colors. Please apply. Alan Stern = usb-skeleton.c 1.37 vs edited = ---

Re: [linux-usb-devel] USB Hubs

2003-03-17 Thread Randy.Dunlap
On Mon, 17 Mar 2003 16:35:18 +0300 Ilia A. Petrov [EMAIL PROTECTED] wrote: | i'm working on creating USB support for our BIOS. | cause here is an open project i think here is best plase for my question. | | i wonder how do you store the hub's images in memory? Are you asking how to keep track

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.13, 2003/03/14 12:06:50-08:00, [EMAIL PROTECTED] [PATCH] USB: fixup from previous io_ti.c patch drivers/usb/serial/io_ti.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/serial/io_ti.c b/drivers/usb/serial/io_ti.c ---

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.5, 2003/03/14 10:36:55-08:00, [EMAIL PROTECTED] [PATCH] USB ohci: registers sysfs file This exhibits a build error when OHCI_VERBOSE_DEBUG is enabled: Odd, I guess the build I tested was when that was enabled without first enabling debugging. The fix is trivial.

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.3, 2003/03/11 17:16:12-08:00, [EMAIL PROTECTED] [PATCH] USB: fix up a comment in usb_unlink() Thanks to David for pointing this out. drivers/usb/core/urb.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/core/urb.c

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.14, 2003/03/14 15:06:18-08:00, [EMAIL PROTECTED] [PATCH] USB: added support for Ericsson data cable to pl2303 driver. Thanks to [EMAIL PROTECTED] for the needed information drivers/usb/serial/pl2303.c |1 + drivers/usb/serial/pl2303.h |3 +++ 2 files changed, 4

[linux-usb-devel] Re: Synchronous API changes (was Asynch)

2003-03-17 Thread David Brownell
You know, in all this email I think one of the key issues has somehow not gotten brought out: the need to let the I/O requests get canceled when the task gets signaled. Or at least having an option to do that. Alan Stern wrote: On Wed, 12 Mar 2003, David Brownell wrote: I only put it in the

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.10, 2003/03/14 11:10:11-08:00, [EMAIL PROTECTED] [PATCH] USB: more Edgeport USB Serial Converter driver stuff drivers/usb/serial/io_ti.c |4 1 files changed, 4 insertions(+) diff -Nru a/drivers/usb/serial/io_ti.c b/drivers/usb/serial/io_ti.c ---

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.6, 2003/03/14 10:37:16-08:00, [EMAIL PROTECTED] [PATCH] USB: Fix crash in read/write/ioctl in scanner driver Used kobject reference counting to free the scn struct when the device is closed and disconnected. Avoids crashes when writing to a disconnected device. (Thanks to Greg

[linux-usb-devel] [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.1, 2003/03/11 17:02:44-08:00, [EMAIL PROTECTED] [PATCH] USB: added support for the palm M100 Thanks to C Falconer [EMAIL PROTECTED] for the information. drivers/usb/serial/visor.c |3 +++ drivers/usb/serial/visor.h |1 + 2 files changed, 4 insertions(+) diff -Nru

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.11, 2003/03/14 11:58:58-08:00, [EMAIL PROTECTED] [PATCH] USB: spelling fixes for drivers/usb This spelling and typo cleanup patch was reviewed by Mike Hayes and Jared Daniel J. Smith. drivers/usb/class/bluetty.c |4 ++-- drivers/usb/class/cdc-acm.c |

Re: [linux-usb-devel] Problem with creative extigy usb sound

2003-03-17 Thread David Brownell
usbaudio: device 2 interface 1 altsetting 0 does not have an endpoint ... usbaudio: device 2 interface 3 altsetting 0 does not have an endpoint No particular idea why you have the problem, but I thought it was worth pointing out that these two messages are bogus. By definition, altsetting zero

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.2, 2003/03/11 17:13:26-08:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: send path optimization Write multiple cells in one function call, rather than one cell per function call. Under maximum send load, this reduces cell writing CPU usage from 0.0095% to 0.0085% on my

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.8, 2003/03/14 10:43:24-08:00, [EMAIL PROTECTED] [PATCH] Memleak in KOBIL USB Smart Card Terminal Driver There is a memleak on error exit path in KOBIL USB Smart Card Terminal Driver in both current 2.4 and 2.5. See the patch. Found with help of smatch + enhanced

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.4, 2003/03/11 17:35:29-08:00, [EMAIL PROTECTED] [PATCH] USB: Added support for the Sony Clie NZ90V device. Thanks to Martin Brachtl [EMAIL PROTECTED] for the information. drivers/usb/serial/visor.c |7 +++ drivers/usb/serial/visor.h |1 + 2 files changed, 8

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.7, 2003/03/14 10:43:09-08:00, [EMAIL PROTECTED] [PATCH] uhci-hcd.c 2.5 finish completions in correct order Here's the 2.5 version of the patch to uhci.c to finish completions in the correct order. drivers/usb/host/uhci-hcd.c |2 +- 1 files changed, 1 insertion(+), 1

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.12, 2003/03/14 12:05:46-08:00, [EMAIL PROTECTED] [PATCH] USB: memleak in Edgeport USB Serial Converter driver drivers/usb/serial/io_ti.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/serial/io_ti.c

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
ChangeSet 1.1094.6.9, 2003/03/14 10:53:01-08:00, [EMAIL PROTECTED] [PATCH] USB: Patch for DSBR-100 driver I since you are listed as the maintainer of the USB subsystem and I can't really see who else applies, I'm sending you a patch to my driver for the DSBR-100 USB radio. This is mainly code

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

2003-03-17 Thread David Brownell
Charles Lepple wrote: I have a few new feature ideas for fxload, and I was wondering if there is a preferred branch naming convention for linux-hotplug. A lot of folks tend to use uppercase for the branch names, and in the absence of any other suggestions, that's what I'll probably use. OK by

Re: [linux-usb-devel] Re: Synchronous API changes (was Asynch)

2003-03-17 Thread Oliver Neukum
Am Montag, 17. März 2003 21:09 schrieb David Brownell: You know, in all this email I think one of the key issues has somehow not gotten brought out: the need to let the I/O requests get canceled when the task gets signaled. Or at least having an option to do that. You mean signalled as in

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

2003-03-17 Thread Charles Lepple
David Brownell said: * Memory Upload: Various folk have asked for this. It'd only work for the on-chip memory, but could be useful nonetheless. (Unless you wanted to get fancy, and read the on-chip memory first, then load new firmware that could read the external mem...) heh. maybe

Re: [linux-usb-devel] Re: Synchronous API changes (was Asynch)

2003-03-17 Thread Alan Stern
On Mon, 17 Mar 2003, Oliver Neukum wrote: Am Montag, 17. März 2003 21:09 schrieb David Brownell: You know, in all this email I think one of the key issues has somehow not gotten brought out: the need to let the I/O requests get canceled when the task gets signaled. Or at least having an

Re: [linux-usb-devel] Re: Synchronous API changes (was Asynch)

2003-03-17 Thread Oliver Neukum
What's wrong with using the fine macros provided in 2.5 to sleep with TASK_INTERRUPTIBLE and unlink in the interruption case? The current synchronous calls force TASK_UNINTERRUPTIBLE, and I don't know what macros you're talking about that would do all that. Is there some other

Re: [linux-usb-devel] Re: Synchronous API changes (was Asynch)

2003-03-17 Thread David Brownell
Oliver Neukum wrote: Am Montag, 17. März 2003 21:09 schrieb David Brownell: You know, in all this email I think one of the key issues has somehow not gotten brought out: the need to let the I/O requests get canceled when the task gets signaled. Or at least having an option to do that. You mean

[linux-usb-devel] Re: Synchronous API changes (was Asynch)

2003-03-17 Thread Alan Stern
On Mon, 17 Mar 2003, David Brownell wrote: You know, in all this email I think one of the key issues has somehow not gotten brought out: the need to let the I/O requests get canceled when the task gets signaled. Or at least having an option to do that. Good point. If you mean that nobody

Re: [linux-usb-devel] Re: Synchronous API changes (was Asynch)

2003-03-17 Thread David Brownell
Oliver Neukum wrote: What's wrong with using the fine macros provided in 2.5 to sleep with TASK_INTERRUPTIBLE and unlink in the interruption case? The current synchronous calls force TASK_UNINTERRUPTIBLE, and I don't know what macros you're talking about that would do all that. Is there some

[linux-usb-devel] ASSISTANCE REQUIRED FOR ACQUISITION OF ESTATE

2003-03-17 Thread musa . abubakar
FEDERAL MINISTRY OF WORKS AND HOUSING FEDERAL SECRETARIAT IKOYI-LAGOS NIGERIA. [EMAIL PROTECTED]

[linux-usb-devel] [BK PATCH] More USB changes for 2.5.64

2003-03-17 Thread Greg KH
Hi, Here are some more small USB changes. Included here is a spelling patch, more USB devices are now supported, some memory leaks on error paths fixed, and a few minor cleanups in a few different drivers. Please pull from: bk://linuxusb.bkbits.net/linus-2.5 thanks, greg k-h