[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] 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.