Re: [linux-usb-devel] g_serial documentation

2004-08-23 Thread Al Borchers
Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > Where is this driver? The one in 2.6.8.1 does not have > a "use_acm" parameter. A patch to add acm support to g_serial for 2.6.8.1 was posted here 8/17. http://sourceforge.net/mailarchive/forum.php?thread_id=5350555&forum_id=5398 -- Al ---

Re: [linux-usb-devel] [PATCH] circular buffer for pl2303.c

2004-08-23 Thread Phil Dibowitz
Al Borchers wrote: Greg -- Here is a patch to 2.6.7 to add a circular buffer to pl2303.c. Greg, Since I just saw you send the last big chunk of patches into Linus, minus this, I wanted to go ahead and send you an email and say that the patch Al wrote is *required* for pl2303 to be useful to me.

Re: [linux-usb-devel] Can two computers communicate through usb port?

2004-08-23 Thread shino korah
One way to do it is to use NET2280 card. This has a B type connector. Check the usb-gadget driver --Shino --- geng wentao <[EMAIL PROTECTED]> wrote: > > i have an idea: > usb is supported by linux kernel 2.4.20, can two > computers communicate with each other if i write > some > driver(software

Re: [linux-usb-devel] Can two computers communicate through usb port?

2004-08-23 Thread Lonnie Mendez
> i have an idea: > usb is supported by linux kernel 2.4.20, can two > computers communicate with each other if i write some > driver(software) myself? Sure. Since you mentioned two systems, there are "host to host" adapters. I'm not sure if kernel 2.4.20 has the required drivers, so it might req

Re: [linux-usb-devel] Can two computers communicate through usb port?

2004-08-23 Thread Stephen J. Gowdy
No. On Tue, 24 Aug 2004, [gb2312] geng wentao wrote: > > i have an idea: > usb is supported by linux kernel 2.4.20, can two > computers communicate with each other if i write some > driver(software) myself?such as send or receive files, > or some other function? > if i can be done, is it a hard w

[linux-usb-devel] Can two computers communicate through usb port?

2004-08-23 Thread geng wentao
i have an idea: usb is supported by linux kernel 2.4.20, can two computers communicate with each other if i write some driver(software) myself?such as send or receive files, or some other function? if i can be done, is it a hard work? i am a beginner of linux usb driver programs.

[linux-usb-devel] Re: hello

2004-08-23 Thread calle
Hallo. Die Mailingliste [EMAIL PROTECTED] ist umgezogen, da sie durch Spams verseucht wurde. Siehe https://mlists.in-berlin.de/mailman/listinfo/linux-avmb1 The mailing list [EMAIL PROTECTED] was been moved, we got too many spams. Visit https://mlists.in-berlin.de/mailman/listinfo/linux-avmb1

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.48, 2004/08/06 14:10:38-07:00, [EMAIL PROTECTED] USB: fix up ub.c due to usb_endpoint_running() going away. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/block/ub.c | 11 +++ 1 files changed, 3 insertions(+), 8 deletions(-) diff -Nru a/drivers/bl

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.34, 2004/08/04 18:37:48-07:00, [EMAIL PROTECTED] USB: finish up the last of MODULE_PARM to module_param conversions Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/media/dsbr100.c |2 +- drivers/usb/media/ibmcam.c | 30 +++---

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.22, 2004/08/02 14:28:02-07:00, [EMAIL PROTECTED] [PATCH] USB: ov511: replace schedule_timeout() with msleep() Use msleep() instead of schedule_timeout() to guarantee the task delays for the desired time. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> Signed-off-by: Ma

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.37, 2004/08/05 14:54:20-07:00, [EMAIL PROTECTED] [PATCH] USB: ipaq module: product id for HTC Himalaya This adds support for HTC Himalaya / XDA II Signed-off-by: Nabil Sayegh <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/serial/ipaq.

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.43, 2004/08/05 15:00:47-07:00, [EMAIL PROTECTED] [PATCH] USB: LEGO USB Tower, move reset from probe to open the following patch reduces the amount of garbage data sent by the device after open (must be the heat here causing trouble). Move the vendor-specific device reset fro

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.10, 2004/07/30 16:36:24-07:00, [EMAIL PROTECTED] [PATCH] USB: Debug fix in pl2303 This is a simple patch to fix a debug statement where the arguements are in the wrong order. Resending it with a CC to Greg and a signed-off-by line. Signed-off-by: Phil Dibowitz <[EMAIL PROTECT

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.27, 2004/08/02 14:47:07-07:00, [EMAIL PROTECTED] [PATCH] USB Storage: improve debugging output in usb-storage This patch started life as as294. All I did was to regenerate it to apply cleanly against current kernels. This just adds a couple of lines to the debugging output w

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.28, 2004/08/02 14:47:27-07:00, [EMAIL PROTECTED] [PATCH] USB Storage: cleanups, mostly This patch is originally from Christoph Hellwig. This patch coverts from Scsi_Foo typefs to struct scsi_cmnd, and moved from the SCSI data direction constants to the DMA ones. It also swit

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.24, 2004/08/02 14:29:51-07:00, [EMAIL PROTECTED] [PATCH] USB: usbnet: replace schedule_timeout() with msleep() Use msleep() instead of schedule_timeout() to guarantee the task delays for the desired time. Delete unused UNLINK_TIMEOUT_JIFFIES #define. Signed-off-by: Nishanth A

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.39, 2004/08/05 14:59:08-07:00, [EMAIL PROTECTED] [PATCH] USB: Disallow probing etc. for suspended devices This patch is a repeat of as335, as described in http://marc.theaimsgroup.com/?l=linux-usb-devel&m=108861892700869&w=2 but updated to match the current source. It shoul

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.41, 2004/08/05 14:59:57-07:00, [EMAIL PROTECTED] [PATCH] USB: net2280 minor fixes Collection of small net2280 driver fixes: - Byteswap bug for big-endian PIO paths From: Jon Neal <[EMAIL PROTECTED]> - Highspeed electrical conformance fix From: Alex S

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.36, 2004/08/05 14:15:00-07:00, [EMAIL PROTECTED] [PATCH] USB: SN9C10[12] driver minor update Oops, one more. Signed-off-by: Luca Risolia <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/media/Makefile |2 +- 1 files changed, 1 inse

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.45, 2004/08/05 20:29:41-07:00, [EMAIL PROTECTED] [PATCH] USB: add Hardware implementing USB-OTG needs to use an OTG controller and/or transceiver driver to switch the Mini-AB connector between the host and peripheral side controller drivers (and the USB device role supported

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.15, 2004/07/30 16:38:02-07:00, [EMAIL PROTECTED] [PATCH] USB: New unusual_devs.h entry Please merge this new entry for the unusual_devs.h database. From: Johann Cardon <[EMAIL PROTECTED]> Signed-off-by: Alan Stern <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.53, 2004/08/12 15:03:06-07:00, [EMAIL PROTECTED] USB: hook the ub driver up to the sysfs tree so that tools like udev work better. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/block/ub.c |1 + 1 files changed, 1 insertion(+) diff -Nru a/drivers/block/

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.50, 2004/08/09 10:18:00-07:00, [EMAIL PROTECTED] [PATCH] USB: fix ub driver The problem is that the ub driver don't contain the terminating braces for the device id entries. You need to apply the following patch to get everything back to normal. From: Marcel Holtmann <[EMAIL

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.21, 2004/08/02 14:26:44-07:00, [EMAIL PROTECTED] [PATCH] USB: pxa2xx_udc.c: replace schedule_timeout() with msleep() Use msleep() instead of schedule_timeout() to guarantee the task delays for the desired time. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> Signed-off

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.9, 2004/07/30 16:36:03-07:00, [EMAIL PROTECTED] [PATCH] USB: Remove unneeded unusual_devs.h entry According to Jonas Fährmann, the very first entry in unusual_devs.h isn't needed. In fact, I can't tell why it was there in the first place... unless some earlier device in the p

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.11, 2004/07/30 16:36:42-07:00, [EMAIL PROTECTED] [PATCH] USB: fix for ipaq.c as per pete and greg's input, fixing only the uninitialized variable. Signed-off-by: Ganesh Varadarajan <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/serial

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.16, 2004/07/30 16:38:21-07:00, [EMAIL PROTECTED] [PATCH] USB: unusual_devs.h update Just like in as347, we have another example of descriptors that vary from device to device. Please apply this patch to suppress the warning message. On Fri, 16 Jul 2004, Ken Yap wrote: > Jul

[linux-usb-devel] [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.1, 2004/07/30 16:33:20-07:00, [EMAIL PROTECTED] [PATCH] USB: Fix NULL-pointer bug in dummy_hcd This patch fixes a NULL-pointer-dereference bug in the dummy_hcd driver. It also makes the code slightly more elegant and removes an unnecessary buffer-overflow test. Unfortunately

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.6, 2004/07/30 16:35:06-07:00, [EMAIL PROTECTED] [PATCH] USB: Hackish fix for cyberjack driver The following patch is in use by REINER-SCT customres for some time and works for them in about 90% of all cases. I would really appreciate this going in before 2.6.8-final, since th

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.40, 2004/08/05 14:59:35-07:00, [EMAIL PROTECTED] [PATCH] USB: ehci and buggy BIOS handoff Be more forgiving of buggy BIOS code, which never hands the EHCI controller to Linux. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTE

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.18, 2004/07/30 16:38:58-07:00, [EMAIL PROTECTED] [PATCH] USB: New entry in MAINTAINERS I forgot to add an entry in MAINTAINERS about the new SN9C10[12] driver. Signed-off-by: Luca Risolia <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> MAINTAINERS

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.26, 2004/08/02 14:46:49-07:00, [EMAIL PROTECTED] [PATCH] USB Storage: fix Genesys Logic based on info from vendor In theory, this is the fix we need to make Genesys Logic devices work. This patch started life as as343, which was created based on some information which a user f

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.30, 2004/08/02 16:24:29-07:00, [EMAIL PROTECTED] [PATCH] USB: hid intervals I noticed the HID driver had some potential misbehavior ... Bugfix handling for HID devices at high speed (interrupt interval encoding is log2 not linear), and for interrupt OUT transfers (use the in

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.5, 2004/07/30 16:34:47-07:00, [EMAIL PROTECTED] [PATCH] USB: gcc-3.5 fixes From: Andi Kleen <[EMAIL PROTECTED]> Trivial gcc-3.5 build fixes. Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/class/usblp.c |

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.25, 2004/08/02 14:46:24-07:00, [EMAIL PROTECTED] [PATCH] USB: ACM USB modem on Kernel 2.6.8-rc2 this adds a workaround for a broken USB modem. Signed-Off-By: Oliver Neukum <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/class/cdc-acm.

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.29, 2004/08/02 16:24:07-07:00, [EMAIL PROTECTED] [PATCH] USB: usb_get_descriptor, more error checks I've had different versions of this floating around for a while; basically, the goal is to be more robust against devices that misbehave by returning garbage descriptors in cert

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.33, 2004/08/03 21:52:38-07:00, [EMAIL PROTECTED] USB: convert a lot of usb drivers from MODULE_PARM to module_param Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/class/usb-midi.c| 20 +-- drivers/usb/class/usblp.c |2 - drivers/us

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.20, 2004/08/02 14:25:50-07:00, [EMAIL PROTECTED] [PATCH] d_unhash consolidation This removes a copy of d_unhash() from drivers/usb/core/inode.c and and exports d_unhash() from fs/namei.c as dentry_unhash(). Tested - compiled and running. Signed-off-by: Dan Aloni <[EMAIL PROTE

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.44, 2004/08/05 20:29:03-07:00, [EMAIL PROTECTED] [PATCH] USB: autoconf for gadget serial Here is a patch to add endpoint autoconfiguration to the gadget serial driver. I pretty much copied gadget zero autoconfig for this. Tested with a NetChip 2280 development board. Signed

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.3, 2004/07/30 16:34:04-07:00, [EMAIL PROTECTED] [PATCH] USB: add CONFIG_USB_SUSPEND This is the core of the USB_SUSPEND functionality. Please merge. This adds an experimental CONFIG_USB_SUSPEND option, which supports the USB "suspend" state. Linux-USB hosts have previously

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.23, 2004/08/02 14:29:08-07:00, [EMAIL PROTECTED] [PATCH] USB: auerswald: replace schedule_timeout() with msleep() Use msleep() instead of schedule_timeout() to guarantee the task delays for the desired time. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> Signed-off-by

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.46, 2004/08/06 13:55:57-07:00, [EMAIL PROTECTED] [PATCH] USB: usbfs: drop the device semaphore in proc_bulk and proc_control usb_control_msg and usb_bulk_msg may sleep for a long time, so drop the per device semaphore before calling them. This fixes OSDL bug 3108. Dropping t

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.13, 2004/07/30 16:37:24-07:00, [EMAIL PROTECTED] [PATCH] USB: use list_for_each() in class/usb-midi.c Signed-off-by: Maximilian Attems <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/class/usb-midi.c |6 +++--- 1 files changed, 3 in

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.19, 2004/07/30 16:55:46-07:00, [EMAIL PROTECTED] USB: fix build error in the cyberjack driver Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/serial/cyberjack.c |1 + 1 files changed, 1 insertion(+) diff -Nru a/drivers/usb/serial/cyberjack.c b/driver

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.38, 2004/08/05 14:57:26-07:00, [EMAIL PROTECTED] [PATCH] USB: Don't track endpoint halts in usbcore This patch is a repeat of as331 as described in http://marc.theaimsgroup.com/?l=linux-usb-devel&m=108811725219677&w=2 It has been updated slightly to match the current source.

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.17, 2004/07/30 16:38:38-07:00, [EMAIL PROTECTED] [PATCH] USB: unusual_devs.h update In view of the comments below, I think we should modify this unusual_devs.h entry to suppress the warning messages. Please apply. On Mon, 28 Jun 2004, Joël Bourquard wrote: > There seem to

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.14, 2004/07/30 16:37:43-07:00, [EMAIL PROTECTED] [PATCH] USB: use list_for_each() in core/devices.c Signed-off-by: Maximilian Attems <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/core/devices.c |2 +- 1 files changed, 1 insertion(

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.7, 2004/07/30 16:35:24-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio doesn't re-assert DTR modem control line I've dredged up another old ftdi_sio patch that I never Cc'd to you the first time. Please see Nathan's description below. It applies okay against your usb-2.6 tree

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.12, 2004/07/30 16:37:05-07:00, [EMAIL PROTECTED] [PATCH] USB: use list_for_each() in class/audio.c Signed-off-by: Maximilian Attems <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/class/audio.c | 12 ++-- 1 files changed, 6 in

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.4, 2004/07/30 16:34:27-07:00, [EMAIL PROTECTED] [PATCH] USB: usb hub docs and locktree() Please merge; the CONFIG_USB_SUSPEND patch depends on it. This hub patch: - updates internal docs about locking, matching current usage for device state spinlock and dev->serialize s

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.52, 2004/08/09 13:55:04-07:00, [EMAIL PROTECTED] [PATCH] USB: usbfs: check the buffer size in proc_bulk Use the same check as proc_submiturb. Signed-off-by: Duncan Sands <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/core/devio.c |

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.51, 2004/08/09 13:53:38-07:00, [EMAIL PROTECTED] [PATCH] USB: SN9C10[12] driver update Changes: - Correct calculation of R,G,B origin - Gain fixes for PAS106B and PAS202BCB image sensors Signed-off-by: Luca Risolia <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.49, 2004/08/06 14:55:40-07:00, [EMAIL PROTECTED] USB: fix up gadget driver usage of MODULE_PARM Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/gadget/pxa2xx_udc.c |4 ++-- drivers/usb/gadget/serial.c | 10 +- 2 files changed, 7 insertion

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.31, 2004/08/02 16:24:51-07:00, [EMAIL PROTECTED] [PATCH] USB: fix build error from previous patch. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/core/message.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/core/messa

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.42, 2004/08/05 15:00:22-07:00, [EMAIL PROTECTED] [PATCH] USB: fix deadlock in hub_reset usb_reset_device takes hdev->serialize. However, hub_reset is (only) called by hub_events, which already holds the lock. Thanks to Tyler Nielsen for the bug report and helpful backtrace.

[linux-usb-devel] Re: [PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
ChangeSet 1.1807.48.47, 2004/08/06 14:05:26-07:00, [EMAIL PROTECTED] [PATCH] USB: add ub driver From: Pete Zaitcev <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/block/Kconfig |9 drivers/block/Makefile |1 drivers/block/ub.

[linux-usb-devel] [BK PATCH] USB patches for 2.6.8

2004-08-23 Thread Greg KH
Hi, Here are a number of various USB fixes and cleanups for 2.6.8. All of these patches have been in the past few -mm releases. Most notable in here is a new ub driver that handles USB storage devices _without_ using the scsi layer. Pete's done a nice job with this. I've also included a totall

[linux-usb-devel] Anyone using an ISP1362 or ISP116x?

2004-08-23 Thread Michael Moedt
Hi. Is anyone out there using the Philips ISP116x host controller or the ISP1362 OTG controller as a host? I'm trying to get an ISP1362 chip running, but just as a host controller for now. (In my understanding, this chip includes an ISP116x inside of it) I'm having a really hard time getting it

[linux-usb-devel] RE: usb-storage in 2.6.8.1 (bug 3223)

2004-08-23 Thread Alan Stern
On Mon, 23 Aug 2004, Kotrla Vitezslav wrote: > But the most important thing: your ignore_residue patch works. Thank you very > much for help. I guess it will be included in next kernel release? It, or an updated version of it, will definitely get into the kernel eventually. But it might not be

[linux-usb-devel] Re: usbtest tests 11 and 12

2004-08-23 Thread Alan Stern
On Mon, 23 Aug 2004, David Brownell wrote: > So any drivers that (a) use synchronous unlink, and (b) actually > check for errors [like all drivers should!], will need EPERM changes. > Not that many drivers check for such errors (sigh). Well, maybe not all. That particular error can only come up

[linux-usb-devel] spinlock problems in 2.6.8 cyberjack.c

2004-08-23 Thread cyberjack
Sorry, got the first one wrong Hi, after checking the new 2.6.8 code for drivers/usb/serial/cyberjack.c I found some problems imho not properly taken care of. I'm using a ASUS P2B-F board (i440BX chipset), a Cyberjack e-com USB chipcard drive and a Debian kernel 2.6.8 (kernel-source-2.6.8 Version:

[linux-usb-devel] Re: usbtest tests 11 and 12

2004-08-23 Thread David Brownell
On Monday 23 August 2004 9:19 am, Alan Stern wrote: > David and Bo: > > I was able to reproduce the problem this morning. Yes, it was caused by > the change to the synchronous unlinking code. A single-line alteration to > the test case would get it working right, but instead I decided to update

[linux-usb-devel] Test

2004-08-23 Thread whiteb
Hi, after checking the new 2.6.8 code for drivers/usb/serial/cyberjack.c I found some problems imho not properly taken care of. I'm using a ASUS P2B-F board (i440BX chipset), a Cyberjack e-com USB chipcard drive and a Debian kernel 2.6.8 (kernel-source-2.6.8 Version: 2.6.8-2); cyberjack.c there i

[linux-usb-devel] usbtest tests 11 and 12

2004-08-23 Thread Alan Stern
David and Bo: I was able to reproduce the problem this morning. Yes, it was caused by the change to the synchronous unlinking code. A single-line alteration to the test case would get it working right, but instead I decided to update it properly. The problem is fixed simply by including -EPERM

[linux-usb-devel] [PATCH 2.6.8] USB OTG patches (0/5)

2004-08-23 Thread David Brownell
Hi Greg, Following this message will be five patches that provide the rest of the hardware-neutral parts of USB OTG support. 2.6.8 already has the changes visible to normal drivers. otg-enum1.patch Adds usb_bus_start_enum(), for use by OTG controllers (and who knows, maybe some

[linux-usb-devel] [PATCH 2.6.8] OTG: usbcore enumeration (3/5)

2004-08-23 Thread David Brownell
Teach usbcore how to enumerate OTG devices and perform HNP: - CONFIG_USB_OTG is a boolean; it selects CONFIG_USB_SUSPEND. Boards with a Mini-AB connector should offer it as a config option; no other hardware could support OTG. - Before resetting a port, make sure it's not still suspended

[linux-usb-devel] [PATCH 2.6.8] OTG: gadget zero (4/5)

2004-08-23 Thread David Brownell
Minor gadget zero fixes: - correct string descriptions: they're always UTF-8 - for OTG, report HNP and remote wakeup support Signed-off-by: David Brownell <[EMAIL PROTECTED]> --- xu26/drivers/usb/gadget/zero.c 2004-07-28 19:49:48.0 -0700 +++ gadget-2.6/drivers/usb/gadget/zero.c

[linux-usb-devel] [PATCH 2.6.8] OTG: doc updates (5/5)

2004-08-23 Thread David Brownell
Gadget API update. Covers OTG support, lists a few more types of hardware support, mentions gadget driver updates including RNDIS, serial with CDC-ACM, and gadgetfs AIO. Signed-off-by: David Brownell <[EMAIL PROTECTED]> --- xu26/include/linux/usb_gadget.h 2004-07-28 19:49:58.0 -070

[linux-usb-devel] [PATCH 2.6.8] OTG: add usb_bus_start_enum() (1/5)

2004-08-23 Thread David Brownell
Define a new usb_bus_start_enum() routine that's available with OTG. It starts immediate enumeration (port reset) and makes khubd wake up later. Non-OTG code could start to use this, given some attention to HC-specific reset timing issues. Signed-off-by: David Brownell <[EMAIL PROTECTED]> ---

[linux-usb-devel] [PATCH 2.6.8] OTG: ohci reset updates (2/5)

2004-08-23 Thread David Brownell
Generic OTG and reset support for OTG. - Declare and use a start_hnp() board-specific procedure. The OMAP implementation will come separately, it can't yet be configured. - When OTG is configured, implement the usb_bus_start_enum() hook; that just starts a root port reset. - When some

Re: [linux-usb-devel] scheduling while atomic in visor/serial (2.6.8.1-mm4)

2004-08-23 Thread Norbert Preining
On Mon, 23 Aug 2004, Oliver Neukum wrote: > > Since several kernel revisions I get hurt by a > > scheduling while atomic! > > when doing transfers via usb to my palm: > > Somebody in the tty layer is calling visor_throttle() from interrupt. > What was the last working kernel? Gut question

Re: [linux-usb-devel] scheduling while atomic in visor/serial (2.6.8.1-mm4)

2004-08-23 Thread Oliver Neukum
Am Montag, 23. August 2004 11:18 schrieb Norbert Preining: > Hi USB Gurus! > > Since several kernel revisions I get hurt by a > scheduling while atomic! > when doing transfers via usb to my palm: Somebody in the tty layer is calling visor_throttle() from interrupt. What was the last w

Re: [linux-usb-devel] iso transfer problem

2004-08-23 Thread James Courtier-Dutton
Manoj Bhatta wrote: Hi list , I have one full speed usb 1.1 specific device .Which is having iso OUT endpoint of packet length 840 . I try to read data from my device(fingerprint scanner ) through iso read. But i get data by using iso transfer but all data are not actual data which i am able to se

[linux-usb-devel] iso transfer problem

2004-08-23 Thread Manoj Bhatta
Hi list , I have one full speed usb 1.1 specific device .Which is having iso OUT endpoint of packet length 840 . I try to read data from my device(fingerprint scanner ) through iso read. But i get data by using iso transfer but all data are not actual data which i am able to see at user level .i

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-23 Thread Norbert Preining
Hi Vojtech! On Don, 19 Aug 2004, Vojtech Pavlik wrote: > Ok, the final patch goes here ... Thanks for the fix, it is now working without this problem, but there is another problem: I have a synaptics touchpad on this laptop, and when I have the additional mouse NOT plugged in, the touchpad is rec

[linux-usb-devel] Mail delivery failed: returning message to sender

2004-08-23 Thread Mail Delivery System
This message was created automatically by mail delivery software (Exim). A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: [EMAIL PROTECTED] SMTP error from remote mailer after end of data: host

[linux-usb-devel] scheduling while atomic in visor/serial (2.6.8.1-mm4)

2004-08-23 Thread Norbert Preining
Hi USB Gurus! Since several kernel revisions I get hurt by a scheduling while atomic! when doing transfers via usb to my palm: bad: scheduling while atomic! [schedule+1210/1216] schedule+0x4ba/0x4c0 [group_send_sig_info+127/144] group_send_sig_info+0x7f/0x90 [usb_kill_urb+221/3

[linux-usb-devel] Re: Adding SCO/isoc support to bluetooth tty driver

2004-08-23 Thread Greg KH
On Fri, Aug 20, 2004 at 06:05:11AM -0700, kailash wrote: > > Hi Greg, > > Is there any reason why SCO support cannot be added to the bluetooth > tty driver? Only reason is that no one has done it yet :) Feel free to send me such a patch if you really want to add that support. thanks, greg k-h

Re: [linux-usb-devel] I'm here, really. Testing vacation

2004-08-23 Thread Oliver . Neukum
On Mon, 23 Aug 2004, Matthew Geier wrote: > > > Testing. I'm really here!. What is the sound of a mail that is not read? --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Soni

[linux-usb-devel] I'm here, really. Testing vacation

2004-08-23 Thread Matthew Geier
Testing. I'm really here!. --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://w