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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.32, 2004/07/14 15:06:33-07:00, [EMAIL PROTECTED] [PATCH] USB: usbserial/ipaq update However, attached I provide you a patch against 2.6.7 which should add the ASUS A620 PDA to the ipaq Kernel module. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/serial

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.25, 2004/07/14 15:00:36-07:00, [EMAIL PROTECTED] [PATCH] USB: usb ethernet gadget, minor fixes + basic OTG support Update CDC Ethernet/RNDIS gadget driver to the latest: - Basics of OTG support: providing the OTG descriptor in each configuration (as needed). N

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.15, 2004/07/14 14:48:19-07:00, [EMAIL PROTECTED] [PATCH] USB: Allow NULL argument in usb_unlink_urb() and usb_kill_urb() It makes sense for APIs involved in cleanup activities (like kfree()) to accept NULL arguments. Doing so frees drivers from the responsibility of checking

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.33, 2004/07/14 15:06:51-07:00, [EMAIL PROTECTED] [PATCH] USB: usb/core/hcd.c::usb_init() missing audit. Signed-off-by: Luiz Capitulino <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/core/hcd.c |4 ++-- drivers/usb/core/usb.c |5

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.5, 2004/07/14 14:41:28-07:00, [EMAIL PROTECTED] [PATCH] USB: Store pointer to usb_device in private hub structure This patch adds a pointer to the hub's usb_device into the usb_hub private structure. It's a small change, and permits a small amount of simplification in a few s

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.23, 2004/07/14 15:00:02-07:00, [EMAIL PROTECTED] [PATCH] USB: usb gadget API updates Gadget API updates, including new features: - Adds several new optional calls that can be made to the USB peripheral controller: * VBUS session reporting, for use m

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.3, 2004/07/14 14:29:19-07:00, [EMAIL PROTECTED] [PATCH] USB: Make hub driver use usb_kill_urb() This is a rerun of as278, updated to match the current source. It changes the hub driver, replacing calls to synchronous usb_unlink_urb() with usb_kill_urb() and removing the machi

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.24, 2004/07/14 15:00:19-07:00, [EMAIL PROTECTED] [PATCH] USB: usb gadget zero, basic OTG updates This patch teaches "gadget zero" enough about OTG to pass simple USBCV tests, mostly by including OTG descriptors in each configuration. It tests and reports OTG status, as report

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.27, 2004/07/14 15:01:31-07:00, [EMAIL PROTECTED] [PATCH] USB: change all usbserial drivers to use module_param() Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/serial/belkin_sa.c |3 +-- drivers/usb/serial/cyberjack.c |3 +-- drivers/u

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.31, 2004/07/14 15:06:15-07:00, [EMAIL PROTECTED] [PATCH] USB: unusual_devs.h update added another device to unusual_devs.h. Its a Sony Clie PEG-675C. Now I can mount the memory stick. cat /proc/bus/usb/devices T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 18 Spd=12 MxCh= 0

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.10, 2004/07/14 14:46:38-07:00, [EMAIL PROTECTED] [PATCH] USB: Trivial fix to include/linux/usb.h Hi Greg! I am compiling allmodconfig with some extra gcc warnings enabled (-W -Wno-unused -Wno-sign-compare -Winline -Wundef) and got this one: CC [M] security/root_plug.o In

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.34, 2004/07/14 15:07:09-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio debug trace for TIOCMSET Someone spotted that ftdi_sio outputs a debug trace for TIOCMGET, but not for TIOCMSET, so this patch adds a debug trace for TIOCMSET too. Signed off by: Ian Abbott <[EMAIL PROTECT

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.30, 2004/07/14 15:02:24-07:00, [EMAIL PROTECTED] [PATCH] USB: fix SN9C10[12] driver for ia64 On Sun, Jul 11, Luca Risolia wrote: > This single patch contains some updates and cleanups for > the W996[87]CF driver and a new experimental V4L2 driver > for SONiX SN9C10[12] PC Ca

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.35, 2004/07/14 15:07:29-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio VID/PID updates Greg, This patch adds various VID/PIDs to the ftdi_sio driver that I've accumulated from the ftdi-usb-sio-devel mailing list, and one from the 2.4 kernel sources: * Interbiometrics USB I/O

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.20, 2004/07/14 14:52:49-07:00, [EMAIL PROTECTED] USB: oops, revert hub patch that wasn't supposed to make it into this patch series yet. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/core/hub.c | 43 ++- 1 files

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.21, 2004/07/14 14:59:25-07:00, [EMAIL PROTECTED] [PATCH] USB: usb serial gadget, add omap_udc This lets the serial gadget work with another controller. Tell serial about omap_udc. This driver still needs updating to use the endpoint autoconfig suppport; like Gadget Zero, it

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.11, 2004/07/14 14:46:59-07:00, [EMAIL PROTECTED] [PATCH] USB: Fix endianness bug in UHCI driver This patch fixes a byte-swapping error in the UHCI driver. It has been present since 2.6.6 and only got tracked down just now! Thanks a lot to Michel Roelofs for all his help and

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.6, 2004/07/14 14:42:40-07:00, [EMAIL PROTECTED] [PATCH] USB: Remove hub's children upon unbinding This patch fixes a logical hole in the hub driver. It's possible for the driver to be unbound from a hub without physically unplugging the hub. For example, writing 0 into the bC

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.22, 2004/07/14 14:59:45-07:00, [EMAIL PROTECTED] [PATCH] USB: usb gadgetfs, handle omap_udc Tell gadgetfs about omap_udc. Add some missing __user annotations. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/u

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.14, 2004/07/14 14:47:56-07:00, [EMAIL PROTECTED] [PATCH] USB: usb/core/file.c::usb_major_init() cleanup. This patch does a cleanup for usb/core/file.c::usb_major_init(), which is: *) in error condition, returns the error code from register_chrdev(), insted returning -EBU

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.28, 2004/07/14 15:01:49-07:00, [EMAIL PROTECTED] [PATCH] USB: remove CONFIG_USB_SERIAL_DEBUG This involved reworking the usb_serial_debug_data() function too. Based on a request from SuSE, and numerous user confusions with how to enable this option. Now that all usb-serial dr

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.17, 2004/07/14 14:51:11-07:00, [EMAIL PROTECTED] [PATCH] USB: ax8817x_unbind does not free the interrupt URB after unlinking ax8817x_unbind does not free the interrupt URB after unlinking. Noticed that the net->status already has a flag for link so my private structure variab

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.13, 2004/07/14 14:47:36-07:00, [EMAIL PROTECTED] [PATCH] USB: fix usbfs mount options ignored bug Ok here is a patch to make the mount options work. In addition to implementing the remount function, it removes the parse_options() call from usb_fill_super and adds a "ignore" f

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.39, 2004/07/14 15:08:37-07:00, [EMAIL PROTECTED] [PATCH] USB: USB w9968cf compile error On Tue, Jul 13, 2004 at 06:25:59PM -0700, Andrew Morton wrote: >... > All 252 patches: >... > bk-usb.patch >... This patch marks w9968cf_valid_depth as inline, although it's used before i

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.16, 2004/07/14 14:48:36-07:00, [EMAIL PROTECTED] [PATCH] USB: usbnet:ax8817x - use interrupt URB for link detection This patch uses the interrupt URB on the ax8817x for link detection. This allows the driver to notify userspace when link drops/comes back so it can take action

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.2, 2004/07/14 14:28:52-07:00, [EMAIL PROTECTED] [PATCH] USB: Add usb_kill_urb() This patch is a slightly revised version of as277c, updated to match the current source. The only difference from the older version is that this makes urb->use_count into an atomic_t, to avoid the

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.18, 2004/07/14 14:51:29-07:00, [EMAIL PROTECTED] [PATCH] USB: usbnet, Sitecom LN-029 ID for another AX8817x based usb2 Ethernet adapter. From: Tim Chick <[EMAIL PROTECTED]> Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PR

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.9, 2004/07/14 14:44:50-07:00, [EMAIL PROTECTED] [PATCH] USB: fix lockup with 2.6 keyspan_pda driver I suggest to put the pointer to port instead of the pointer to the pointer to port to the workqueue data. Did that driver ever work with 2.6? Signed-off-by: Greg Kroah-Hartman

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.8, 2004/07/14 14:44:29-07:00, [EMAIL PROTECTED] [PATCH] USB: more sparse cleanups (all pretty much NULL usages.) Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/class/usb-midi.c | 16 drivers/usb/host/ehci-dbg.c |2 +- drivers/usb

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.7, 2004/07/14 14:44:09-07:00, [EMAIL PROTECTED] [PATCH] USB: fix up the wording in the emi26 firmware file to match the other kernel firmware files. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/misc/emi26_fw.h |4 1 files changed, 4 insertions

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.29, 2004/07/14 15:02:08-07:00, [EMAIL PROTECTED] [PATCH] USB: sort the order in which the usb-serial drivers get built all other usb drivers get built in alphabetical order, why not these? Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/serial/Makefile |

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.37, 2004/07/14 15:08:05-07:00, [EMAIL PROTECTED] [PATCH] USB: W99[87]CF fix Signed-off-by: Luca Risolia <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/media/w9968cf.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nr

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.38, 2004/07/14 15:08:21-07:00, [EMAIL PROTECTED] [PATCH] USB: usb hub, don't check speed before reset Signaling (even D- vs D+ pullup) may not be stable for a while. At least one OTG root hub won't reliably (<10%) report device speed until after reset (and the OTG state trans

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.19, 2004/07/14 14:52:00-07:00, [EMAIL PROTECTED] [PATCH] USB: misc ohci tweaks Various minor OHCI tweaks; - Fix osdl bugid=2503 by: * Change needlessly-scarey message (WARN_ON dumps stack) * Tries cleaning up, as if it's just IRQ lossage. - Force IRQs

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.12, 2004/07/14 14:47:17-07:00, [EMAIL PROTECTED] [PATCH] USB: more sparse fixups that found a real bug in the se401 driver Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/media/se401.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a

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

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.4, 2004/07/14 14:36:54-07:00, [EMAIL PROTECTED] [PATCH] USB: Don't ask for string descriptor lengths Okay, here's a revised patch (as332b). This tries first to ask for 255 bytes, and if that fails then it asks for the length and the full descriptor. Hopefully nobody will obj