Re: [linux-usb-devel] [PATCH] Alternative (small) isp116x HCD for 2.6

2005-01-07 Thread Olav Kongas
Hi Konsti, > irq65: nobody cared Are you using edge or level-triggered irq? If edge-triggered, are you using debouncing of the gpio line? Perhaps some > > and when starting to debug the driver does nothing anymore. > In my arch or platform must be a huge beginner bug or some sort of that. > I

Re: [linux-usb-devel] [PATCH] Alternative (small) isp116x HCD for 2.6

2005-01-07 Thread Olav Kongas
On Thu, 6 Jan 2005, Ian Campbell wrote: > static struct isp116x_platform_data isp116x_platform_data = { > // Enable internal resistors on downstream ports > .sel15Kres = 1, > // Clock cannot be stopped > .clknotstop = 0, ... Ian, looking a

[linux-usb-devel] USB 1.1 Soundcard on USB 2.0 HUB

2005-01-07 Thread Oliver Brandt
Hi, I'm trying to use a USB 1.1 Sondcard (Terratec Aureon 5.1 USB) on a USB 2.0 Hub. Connecting the soundcard right to the usb 2.0 controller works fine. But as soon as I connect it to the hub (no other devices connected) the sound gets verry choppy and has really bad interferences. Connecting t

[linux-usb-devel] isp116x sw reset

2005-01-07 Thread Olav Kongas
Here comes an updated sw reset code. The previous one accessed registers between spin_{lock,unlock}_irq() pair, which was a bug if called from isp116x_stop() with irqs disabled. I also moved the mdelay(1) before the test in the loop. On one of my boards, the reset caused trouble while it was clai

[linux-usb-devel] Re: USB 1.1 Soundcard on USB 2.0 HUB

2005-01-07 Thread Torsten Landschoff
Hi Oliver, On Fri, Jan 07, 2005 at 12:37:26PM +0100, Oliver Brandt wrote: [USB Audio problems over USB 2.0 hub] > I've read that iso transfer and transaction translation have something > to do with it and that transaction translation is not fully implemented > yet (I'm using kernel 2.6.10). Are

Re: [linux-usb-devel] [PATCH] Alternative (small) isp116x HCD for 2.6

2005-01-07 Thread Ian Campbell
On Fri, 2005-01-07 at 11:48 +0200, Olav Kongas wrote: > On Thu, 6 Jan 2005, Ian Campbell wrote: > > > static struct isp116x_platform_data isp116x_platform_data = { > > // Enable internal resistors on downstream ports > > .sel15Kres = 1, > > // Clock cannot be s

Re: [linux-usb-devel] isp116x sw reset

2005-01-07 Thread Ian Campbell
On Fri, 2005-01-07 at 14:13 +0200, Olav Kongas wrote: > Here comes an updated sw reset code. Thanks, works for me here. Ian. -- Ian Campbell, Senior Design Engineer Web: http://www.arcom.com Arcom, Clifton Road,Direct: +44 (0)1223 403

RE: [linux-usb-devel] Embedded USB device development

2005-01-07 Thread Raghunathan K
Hi Dave, I browsed through source code of 2.4 kernel non PCI based controller drivers (pxa2xx_udc, n9604, and superh_udc). I have a few doubts based on it - * init() function : handles all initialisations ,mainly filling the xxx_udc structure with endpoint and device (ep 0) specific data from som

[linux-usb-devel] [PATCH] unusual_devs addition: Ignore residue for ours-tech disk

2005-01-07 Thread Daniel Drake
This "Ours Technology" device incorrectly reports 100% residue on transferred data. Signed-off-by: Daniel Drake <[EMAIL PROTECTED]> --- linux-2.6.10-ck2/drivers/usb/storage/unusual_devs.h.orig 2005-01-07 14:31:02.277027320 + +++ linux-2.6.10-ck2/drivers/usb/storage/unusual_devs.h 2005-01-07 1

Re: [linux-usb-devel] g_file_storage and Windows - problem in connection on pxa255

2005-01-07 Thread Alan Stern
On Fri, 7 Jan 2005, Vladimir Trukhin wrote: > I switched to kernel 2.4.26 on my PC (Slackware 10) and tryed to use > usb-storage module. > But fdisk told me " Unable to read /dev/sda ". > > At the same time /proc/bus/usb/devices shows that device is connected: > -

Re: [linux-usb-devel] Re: USB 1.1 Soundcard on USB 2.0 HUB

2005-01-07 Thread Alan Stern
On Fri, 7 Jan 2005, Torsten Landschoff wrote: > Hi Oliver, > > On Fri, Jan 07, 2005 at 12:37:26PM +0100, Oliver Brandt wrote: > > [USB Audio problems over USB 2.0 hub] > > > I've read that iso transfer and transaction translation have something > > to do with it and that transaction translatio

[linux-usb-devel] Re: usb minor request & question

2005-01-07 Thread Thomas Winischhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greg KH wrote: |>I am currently developing a driver for a usb->vga dongle (as crazy as |>this might sound) and I need a (single) minor. |> |>Would you be so kind and allocate me one? Thanks. | | | Sure. All I need is a patch that I can add to the kerne

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-07 Thread Alan Stern
On Thu, 6 Jan 2005, Oliver Neukum wrote: > > I'm just suggesting that in ehci-hub.c, you add code to ehci_hub_suspend > > to print the values of port and t1 inside the loop. Similarly, in > > ehci_hub_resume print the values of i and temp in the two loops. > > Here we go: > Jan 6 23:42:52 ma

[linux-usb-devel] Re: [patch 2.6.10] minor usb doc/comment fixes

2005-01-07 Thread Greg KH
On Wed, Jan 05, 2005 at 02:39:10PM -0800, David Brownell wrote: > Addressing various questions folk have had; please merge. > > - Dave > Some minor doc/comment fixes for USB. Applied, thanks. greg k-h --- The SF.Net email is sponsored by: Be

[linux-usb-devel] Re: [patch 2.6.10] ohci diagnostic tweak

2005-01-07 Thread Greg KH
On Wed, Jan 05, 2005 at 03:33:42PM -0800, David Brownell wrote: > Fingering BIOS/SMM code as the guilty party should > speed up fixes or workarounds. > > - Dave > This changes the OHCI "USB HC TakeOver failed" message to be a bit > more informative, by fingering the root cause: a BIOS/SMM bug. >

Re: [linux-usb-devel] Problem with 2.6.8 and later with CDC ACM module and Zoom 2985 modem

2005-01-07 Thread Oliver Neukum
Am Freitag, 7. Januar 2005 17:57 schrieb [EMAIL PROTECTED]: > On Thu, 6 Jan 2005 14:43:40 +0100, "Oliver Neukum" <[EMAIL PROTECTED]> > said: > > Am Donnerstag, 6. Januar 2005 15:39 schrieb [EMAIL PROTECTED]: > > > I think this is what you're asking for: > > > > > > Here's the section of /var/log/s

[linux-usb-devel] Re: [patch 2.6.10] definitions for USB2 debug device, debug port

2005-01-07 Thread Greg KH
On Wed, Jan 05, 2005 at 02:30:31PM -0800, David Brownell wrote: > Please merge. > > - Dave > This provides basic definitions to support "USB2 Debug Devices", as > supported by certain EHCI root hub ports (from ALI, Intel, NVidia, and > other vendors). Docs are available at Intel's USB spec webpa

[linux-usb-devel] Re: [patch 2.6.10] usb makefile tweaks

2005-01-07 Thread Greg KH
On Wed, Jan 05, 2005 at 03:32:13PM -0800, David Brownell wrote: > Those two drivers are pushin' up daisies. > > - Dave > Two minor Makefile fixes, catching up to some driver removals. Applied, thanks. greg k-h --- The SF.Net email is sponsor

Re: [linux-usb-devel] Problem with 2.6.8 and later with CDC ACM module and Zoom 2985 modem

2005-01-07 Thread jdietrch
On Thu, 6 Jan 2005 14:43:40 +0100, "Oliver Neukum" <[EMAIL PROTECTED]> said: > Am Donnerstag, 6. Januar 2005 15:39 schrieb [EMAIL PROTECTED]: > > I think this is what you're asking for: > > > > Here's the section of /var/log/syslog showing 2.6.10 booting, as well > > as an attempt to use the modem

RE: [linux-usb-devel] g_file_storage and Windows - problem in con nection on pxa255

2005-01-07 Thread Alan Stern
On Fri, 7 Jan 2005, Kent Forschmiedt wrote: > Windows needs to see a partition table (or "Master Boot Record") on the > device; that is, it wants to tsee the entire raw disk image. Linux needs to > see just the partition that contains the file system. > > If you format the partition on Windows,

RE: [linux-usb-devel] Re: USB 1.1 Soundcard on USB 2.0 HUB

2005-01-07 Thread Craig Nadler
The requested patch is as follows: diff -Nru a/drivers/usb/host/ehci-sched.c b/drivers/usb/host/ehci-sched.c --- a/drivers/usb/host/ehci-sched.c 2004-12-21 18:02:48.921708256 -0500 +++ b/drivers/usb/host/ehci-sched.c 2004-12-21 18:25:41.130100872 -0500 @@ -1796,6 +1796,7 @@ { unsi

[linux-usb-devel] Re: [patch 2.6.10] ehci "hc died" on startup (chip bug workaround)

2005-01-07 Thread Greg KH
On Fri, Jan 07, 2005 at 10:05:43AM -0800, David Brownell wrote: > On Friday 07 January 2005 9:43 am, Greg KH wrote: > > On Wed, Jan 05, 2005 at 02:35:42PM -0800, David Brownell wrote: > > > We seem to have tracked some annoying board-coupled EHCI startup > > > problems to a chip bug, with a simple

Re: [linux-usb-devel] Embedded USB device development

2005-01-07 Thread David Brownell
On Friday 07 January 2005 6:32 am, Raghunathan K wrote: > Hi Dave, > > I browsed through source code of 2.4 kernel non PCI based controller drivers > (pxa2xx_udc, n9604, and superh_udc). I have a few doubts based on it - > > * init() function : handles all initialisations ,mainly filling the xxx_

[linux-usb-devel] Re: [patch 2.6.10] minor isp1301_omap tweaks

2005-01-07 Thread Greg KH
On Wed, Jan 05, 2005 at 03:30:52PM -0800, David Brownell wrote: > More cleaning out of my BK tree; please merge. > > - Dave > Minor cleanups to the isp130_omap driver: enable the right > amount of VBUS current draw in non-OTG configurations; get rid > of a warning from GCC 2.95.3 ("int" function

[linux-usb-devel] Re: [patch 2.6.10] ehci "hc died" on startup (chip bug workaround)

2005-01-07 Thread Greg KH
On Wed, Jan 05, 2005 at 02:35:42PM -0800, David Brownell wrote: > We seem to have tracked some annoying board-coupled EHCI startup > problems to a chip bug, with a simple workaround. Please merge. Hm, I get a reject from this: drivers/usb/host/ehci-hcd.c 1.153: 1210 lines patching file drivers/us

Re: [linux-usb-devel] Re: USB 1.1 Soundcard on USB 2.0 HUB

2005-01-07 Thread David Brownell
On Friday 07 January 2005 4:23 am, Torsten Landschoff wrote: > Hi Oliver, > > On Fri, Jan 07, 2005 at 12:37:26PM +0100, Oliver Brandt wrote: > > [USB Audio problems over USB 2.0 hub] > > > I've read that iso transfer and transaction translation have something > > to do with it and that transact

[linux-usb-devel] Re: [patch 2.6.10] ehci "hc died" on startup (chip bug workaround)

2005-01-07 Thread David Brownell
On Friday 07 January 2005 9:43 am, Greg KH wrote: > On Wed, Jan 05, 2005 at 02:35:42PM -0800, David Brownell wrote: > > We seem to have tracked some annoying board-coupled EHCI startup > > problems to a chip bug, with a simple workaround. Please merge. > > Hm, I get a reject from this: > ... > >

RE: [linux-usb-devel] g_file_storage and Windows - problem in con nection on pxa255

2005-01-07 Thread Kent Forschmiedt
Windows needs to see a partition table (or "Master Boot Record") on the device; that is, it wants to tsee the entire raw disk image. Linux needs to see just the partition that contains the file system. If you format the partition on Windows, you may then use the loop device to mount it on linux w

Re: [linux-usb-devel] Re: USB 1.1 Soundcard on USB 2.0 HUB

2005-01-07 Thread Craig Nadler
The requested patch is as follows: diff -Nru a/drivers/usb/host/ehci-sched.c b/drivers/usb/host/ehci-sched.c --- a/drivers/usb/host/ehci-sched.c 2004-12-21 18:02:48.921708256 -0500 +++ b/drivers/usb/host/ehci-sched.c 2004-12-21 18:25:41.130100872 -0500 @@ -1796,6 +1796,7 @@ { u

[linux-usb-devel] TUSB3210 bootload driver problem

2005-01-07 Thread Silva Baeva
Hi, I have a problem with the TUSB3210 bootload driver for Linux that I downloaded from sourceforge.net. When I run it I get the following error message: Bus scan: Success Error initializing USB. On my system I have installed the Fedora Core 3 distribution. My Linux kernel version is 2.6.9-1.66

Re: [linux-usb-devel] ATI RS350 chipset

2005-01-07 Thread David Brownell
On Thursday 06 January 2005 10:46 am, Alan Stern wrote: > > The best answer may be to make use_both_schemes=1 the default. That'd likely reduce the number of problem reports, but I suspect it'd still be masking some fixable problems. > I'm sure > I've seen log reports of devices that failed w

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-07 Thread David Brownell
On Friday 07 January 2005 7:30 am, Alan Stern wrote: > On Thu, 6 Jan 2005, Oliver Neukum wrote: > > > Jan 6 23:42:53 macbeth kernel: ehci_hcd :00:1d.7: resume root hub > > Jan 6 23:42:53 macbeth kernel: Port: 5, Status: 1000 > > Jan 6 23:42:53 macbeth kernel: Port: 4, Status: 1000 >

Re: [linux-usb-devel] ATI RS350 chipset

2005-01-07 Thread Alan Stern
On Fri, 7 Jan 2005, David Brownell wrote: > > The best answer may be to make use_both_schemes=1 the default. > > That'd likely reduce the number of problem reports, but I suspect > it'd still be masking some fixable problems. Probably. > > I'm sure > > I've seen log reports of devices that fa

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-07 Thread Alan Stern
On Fri, 7 Jan 2005, David Brownell wrote: > Given that the UHCI LEGSUP register changed (a BIOS thing), I think > the first thing to try is making the UHCI driver get the port back > from the BIOS. It's very possible that changing that UHCI register > will automatically restore the correct PORT_O

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-07 Thread David Brownell
On Friday 07 January 2005 2:52 pm, Alan Stern wrote: > On Fri, 7 Jan 2005, David Brownell wrote: > > > Given that the UHCI LEGSUP register changed (a BIOS thing), I think > > the first thing to try is making the UHCI driver get the port back > > from the BIOS. It's very possible that changing tha

Re: [linux-usb-devel] Fw: [BUG] USB Storage OOPS and a D state process in 2.6.10

2005-01-07 Thread Srihari Vijayaraghavan
On Thursday 06 January 2005 02:50, Alan Stern wrote: > ... > Srihari, can you try reproducing this after rebuilding the usb-storage > driver with CONFIG_USB_STORAGE_DEBUG=y? Alan, I have made a couple of observations: 1. While it is still easy to trigger this bug without USB Storage Debug Option

Re: [linux-usb-devel] Fw: [BUG] USB Storage OOPS and a D state process in 2.6.10

2005-01-07 Thread Srihari Vijayaraghavan
On Saturday 08 January 2005 11:43, Srihari Vijayaraghavan wrote: > ... > 1. While it is still easy to trigger this bug without USB Storage Debug > Option in vanilla 2.6.10, I cannot reproduce the bug with debug option. > Perhaps it changes some timings. (Am sorry for replying to my own email.) Tho

Re: [linux-usb-devel] Fw: [BUG] USB Storage OOPS and a D state process in 2.6.10

2005-01-07 Thread Alan Stern
On Sat, 8 Jan 2005, Srihari Vijayaraghavan wrote: > Though I could not trigger an OOPS with debug option yet, I have managed to > trigger a D state "hald" process: > > Jan 8 12:41:45 desktop kernel: hald D 01003fb24478 0 3369 > > 1 4163 3006 (NOTLB) > Jan 8 1

Re: [linux-usb-devel] Fw: [BUG] USB Storage OOPS and a D state process in 2.6.10

2005-01-07 Thread Alan Stern
On Sat, 8 Jan 2005, Srihari Vijayaraghavan wrote: > Alan, > > I have made a couple of observations: > 1. While it is still easy to trigger this bug without USB Storage Debug > Option > in vanilla 2.6.10, I cannot reproduce the bug with debug option. Perhaps it > changes some timings. Certainl

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-07 Thread Alan Stern
On Fri, 7 Jan 2005, David Brownell wrote: > > > Given that the UHCI LEGSUP register changed (a BIOS thing), I think > > > the first thing to try is making the UHCI driver get the port back > > > from the BIOS. It's very possible that changing that UHCI register > > > will automatically restore th

[linux-usb-devel] Patch to fix ub looping with a tag mismatch

2005-01-07 Thread Pete Zaitcev
If a command times out, we resubmit a retry. Some devices, however, buffer everything we send and then eventually reply to a command we have timed out already. We receive a bad tag, send a new command, device replies to the one sent before, and so on without end. The fix is to flush pending replie

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.2251, 2005/01/07 15:19:51-08:00, [EMAIL PROTECTED] Fix up udev url in Documentation/Changes file Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Documentation/Changes | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff -Nru a/Documentation/Changes b/Doc

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.1, 2004/12/15 10:48:19-08:00, [EMAIL PROTECTED] [PATCH] add class_device to miscdevice Currently misc_register() throws away the return from class_simple_device_add(). This makes it impossible to get to the class_device of the directories in /sys/class/misc and, for example,

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.42, 2004/12/20 14:19:05-08:00, [EMAIL PROTECTED] [PATCH] USB: Create usb_hcd structures within usbcore [3/13] This patch alters the OHCI driver, removing the routine that allocates the hcd structure and introducing inline functions to convert safely between the public and pri

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.39, 2004/12/20 10:37:42-08:00, [EMAIL PROTECTED] USB: change warning level in ftdi_sio driver of a debug message. This keeps users happy as it really isn't an error. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/serial/ftdi_sio.c |2 +- 1 files cha

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.40, 2004/12/20 14:17:44-08:00, [EMAIL PROTECTED] [PATCH] USB: Create usb_hcd structures within usbcore [1/13] This patch changes the usbcore routines, making them fully responsible for the entire lifecycle of each usb_hcd. It also splits up registration of the USB host class

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.7, 2004/12/16 13:19:24-08:00, [EMAIL PROTECTED] USB: convert uhci-hcd driver to use debugfs. Look, we saved 24 lines of code... Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/host/uhci-debug.c | 36 +++-- drivers/usb/host/uhci-hcd.

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.21, 2004/12/15 16:35:03-08:00, [EMAIL PROTECTED] [PATCH] USB: HCD/usb_bus interface cleanup (9/15) This changes the usbcore interfaces provided to HCDs: - Remove usb_device->hcpriv and it allocation/deallocation hooks - Replace struct hcd_dev with more appropriate per-e

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.10, 2004/12/15 15:12:10-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Remove old XLATE-only entries from unusual_devs.h This patch removes all entries from unusual_devs.h that appear to have only been there for the MODE_XLATE flag which was removed in my previous patch. Sig

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.439.56, 2005/01/07 10:29:46-08:00, [EMAIL PROTECTED] [PATCH] USB: ehci "hc died" on startup (chip bug workaround) This fixes OSDL bugid #3056 for at least some users, where the EHCI driver gets a "fatal error" IRQ on startup ... only on certain boards, starting with the 2.6.6 or

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.16, 2004/12/20 17:25:07-08:00, [EMAIL PROTECTED] USB Gadget: fix up simple sparse warnings (NULL stuff) in dummy_hcd.c driver Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/gadget/dummy_hcd.c | 26 +- 1 files changed, 13 inserti

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.33, 2004/12/22 13:50:21-08:00, [EMAIL PROTECTED] [PATCH] driver core: Fix up vesafb failure probing. bus.c file invokes a probe callback for most devices in a list, then checks for -ENODEV return ("no such device"), if so it remains silent. However, some drivers (including ve

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.17, 2004/12/15 16:33:30-08:00, [EMAIL PROTECTED] [PATCH] USB: auerswald and usb_dev->ep[] (5/15) Update the auerswald driver to stop using the now-vanished usb_epnum_to_ep_desc() function. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.28, 2004/12/16 14:39:21-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: unusual_devs: prolific atapi controler This adds an unusual devices entry for a Prolific ATAPI-6 conmtroller that needs the FIX_CAPACITY flag. Signed-off-by: Alex Butcher <[EMAIL PROTECTED]> Signed-off-by

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.20, 2004/12/15 16:34:41-08:00, [EMAIL PROTECTED] [PATCH] USB: usbtest and usb_dev->epmaxpacket (8/15) Makes usbtest stop referencing the udev->epmaxpacket[] arrays. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> dri

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.28, 2004/12/21 16:51:39-08:00, [EMAIL PROTECTED] [PATCH] driver core: allow struct bin_attributes in class devices This small patch adds routines to create and remove bin_attribute files for class devices. One intended use is for binary files corresponding to PCI busses, lik

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.439.44, 2004/12/22 23:31:52-08:00, [EMAIL PROTECTED] Merge kroah.com:/home/greg/linux/BK/bleed-2.6 into kroah.com:/home/greg/linux/BK/usb-2.6 drivers/usb/atm/usb_atm.c| 17 - drivers/usb/serial/keyspan.c | 12 ++-- 2 files changed, 6 insertions(+

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.439.52, 2005/01/07 08:45:22-08:00, [EMAIL PROTECTED] [PATCH] USB: minor usb doc/comment fixes Some minor doc/comment fixes for USB. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/gadget/epautoconf.c |3 +

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.7, 2004/12/15 14:47:29-08:00, [EMAIL PROTECTED] USB: delete the tiglusb driver as it's not needed You can use a userspace program and libusb instead. The author asked for this driver to be removed because of this. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> dri

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.4, 2004/12/15 14:13:33-08:00, [EMAIL PROTECTED] [PATCH] USB: fix sparse and compiler warnings in ti_usb_3410_5052.c Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/serial/ti_usb_3410_5052.c | 22 +++--- 1 files changed, 11 insertions(+),

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.20, 2004/12/21 10:36:35-08:00, [EMAIL PROTECTED] [PATCH] module sysfs: sections attr reimplemented using attr group Reimplement section attributes using attribute group. This makes more sense, for, while they reside in a separate subdirectory, they be

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.439.49, 2005/01/06 17:28:25-08:00, [EMAIL PROTECTED] [PATCH] Driver Core: handle bridged platform bus segments During setup to access platform bus segments through bridges, the current platform_device_register() ignores the resource parent specified by the bridge. That means it'

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.18, 2004/12/21 10:36:03-08:00, [EMAIL PROTECTED] [PATCH] module sysfs: make module.mkobj inline Make module.mkobj inline. As this is simpler and what's usually done with kobjs when it's representing an entity. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> Signed-off

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.14, 2004/12/20 16:17:10-08:00, [EMAIL PROTECTED] USB: change wTotalLength field in struct usb_config_descriptor to be __le16 Another step in the quest to get all USB data structures to be native endian. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> arch/mips/au100

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.439.53, 2005/01/07 08:45:52-08:00, [EMAIL PROTECTED] [PATCH] USB: definitions for USB2 debug device, debug port This provides basic definitions to support "USB2 Debug Devices", as supported by certain EHCI root hub ports (from ALI, Intel, NVidia, and other vendors). Docs are ava

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.29, 2004/12/21 22:40:34-08:00, [EMAIL PROTECTED] sysfs: export the /sys/kernel subsystem for people to use. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> include/linux/kobject.h |2 ++ kernel/ksysfs.c |3 ++- 2 files changed, 4 insertions(+), 1 dele

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.24, 2004/12/21 11:20:03-08:00, [EMAIL PROTECTED] [PATCH] USB: additional device id for kaweth driver thanks to Magnus an additional device id. Signed-Off-By: Oliver Neukum <[EMAIL PROTECTED]> drivers/usb/net/kaweth.c |1 + 1 files changed, 1 insertion(+) diff -Nru a

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.439.45, 2005/01/06 16:38:08-08:00, [EMAIL PROTECTED] [PATCH] debugfs-typo-fix Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> include/linux/debugfs.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.30, 2004/12/21 22:43:19-08:00, [EMAIL PROTECTED] debugfs: add /sys/kernel/debug mount point for people to mount debugfs on. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> fs/debugfs/inode.c | 15 ++- 1 files changed, 14 insertions(+), 1 deletion(-) d

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.5, 2004/12/15 11:15:47-08:00, [EMAIL PROTECTED] [PATCH] misc: remove miscdevice.h from pci hotplug drivers as they do not need it. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/pci/hotplug/pciehp_core.c |1 - drivers/pci/hotplug/shpchp_core.c |1 -

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.11, 2004/12/17 15:12:52-08:00, [EMAIL PROTECTED] [PATCH] sysfs: Allocate sysfs_dirent structures from their own slab. * Andrew Morton ([EMAIL PROTECTED]) wrote: > That's all well and good, but sysfs_new_dirent() should be using a > standalone slab cache for allocating sysfs_d

[linux-usb-devel] [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.439.43, 2004/12/22 15:48:48-08:00, [EMAIL PROTECTED] Merge kroah.com:/home/greg/linux/BK/bleed-2.6 into kroah.com:/home/greg/linux/BK/usb-2.6 MAINTAINERS |6 ++ drivers/usb/core/devio.c| 13 ++--- drivers/usb/host/ehci-hub.c | 12 ++--

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.44, 2004/12/20 14:20:07-08:00, [EMAIL PROTECTED] [PATCH] USB: Create usb_hcd structures within usbcore [5/13] This patch alters the non-PCI OHCI drivers, removing the routines that allocate the hcd structures and introducing inline functions to convert safely between the publ

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.49, 2004/12/20 15:01:26-08:00, [EMAIL PROTECTED] [PATCH] USB: Another hub driver cleanup [13/13] This patch does some more cleaning up of the hub driver. The idea is to use 1-based port numbers everywhere, in accordance with the usage of the USB spec, the values stored in US

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.48, 2004/12/20 15:01:03-08:00, [EMAIL PROTECTED] [PATCH] USB: Hub driver cleanups [12/13] This patch does a little cleanup of the hub driver, nothing dramatic (although it is long because it touches a lot of code). The main feature is that the private hub structure is passed

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.12, 2004/12/15 16:01:46-08:00, [EMAIL PROTECTED] [PATCH] ftdi_sio: Add sysfs attributes for event character and latency Setting the event character and latency timer can greatly improve performance for some applications which use the ftdi_sio module (a serial->USB converter).

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.35, 2004/12/17 15:39:44-08:00, [EMAIL PROTECTED] [PATCH] USB: dummy_hcd: update to match the new endpoint changes Here's the patch to make dummy_hcd build properly once again. I did some quick light testing to make sure that it still works too. The patch takes the easy way

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.19, 2004/12/15 16:34:18-08:00, [EMAIL PROTECTED] [PATCH] USB: EHCI HCD and usb_dev->epmaxpacket (7/15) Makes EHCI stop referencing the udev->epmaxpacket[] arrays. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drive

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.43, 2004/12/20 14:19:38-08:00, [EMAIL PROTECTED] [PATCH] USB: Create usb_hcd structures within usbcore [4/13] This patch alters the UHCI driver, removing the routine that allocates the hcd structure and introducing inline functions to convert safely between the public and pri

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.37, 2004/12/17 15:41:32-08:00, [EMAIL PROTECTED] [PATCH] USB: fix up some sparse warnings in the new garmin_gps driver Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/serial/garmin_gps.c | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-)

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.38, 2004/12/17 16:11:38-08:00, [EMAIL PROTECTED] [PATCH] Clean mct_u232 in 2.6.10-rc2 I would like to clean up mct_u232 a little bit, although primarily to make my fixes to 2.4 branch look better. The attached patch does this: - zeroes whole private structure - zaps danglin

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.23, 2004/12/15 16:35:49-08:00, [EMAIL PROTECTED] [PATCH] USB: maintain usb_host_endpoint.urb_list (11/15) This patch changes the HCD glue code to use the URB queue now kept in usb_host_endpoint, and matching HCD API changes. Signed-off-by: David Brownell <[EMAIL PROTECTED]>

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.11, 2004/12/15 16:01:23-08:00, [EMAIL PROTECTED] [PATCH] usb-serial: add tty_hangup on disconnect When a USB serial device is disconnected, user applications performing a read() now receive an error code, rather than waiting indefinitely. The included patch is originally from

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.19, 2004/12/21 10:36:20-08:00, [EMAIL PROTECTED] [PATCH] module sysfs: expand module_attribute methods Modify module_attribute show/store methods to accept self argument to enable further extensions. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> Signed-off-by

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.439.51, 2005/01/06 17:29:21-08:00, [EMAIL PROTECTED] [PATCH] USB: another workaround for cdc-acm there are a lot of buggy modems. Signed-Off-By: Oliver Neukum <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/class/cdc-acm.c | 15 +++

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.439.47, 2005/01/06 16:39:32-08:00, [EMAIL PROTECTED] [PATCH] fix oops when reading resourceN files in sysfs On Thursday, January 6, 2005 12:25 pm, Jesse Barnes wrote: > [Sorry about the bogus reply, I don't have the original message.] > > That shouldn't happen. Maybe you were ru

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.22, 2004/12/15 16:35:26-08:00, [EMAIL PROTECTED] [PATCH] USB: remove some now-unused HCD infrastructure (10/15) This removes the code supporting usb_device->hcpriv allocation/deallocation, and hcd_dev-dev_list, from usbcore and the HCDs. Signed-off-by: David Brownell <[EMAIL

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.2252, 2005/01/07 15:24:29-08:00, [EMAIL PROTECTED] [PATCH] add feature-removal-schedule.txt documentation Add Documentation/feature-removal-schedule.txt as a way to notify everyone when and what is going to be removed. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Document

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.439.54, 2005/01/07 08:46:29-08:00, [EMAIL PROTECTED] [PATCH] USB: usb makefile tweaks Two minor Makefile fixes, catching up to some driver removals. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/Makefile |

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.33, 2004/12/17 11:45:25-08:00, [EMAIL PROTECTED] [PATCH] USB: EHCI periodic schedule tree This implements an interrupt schedule tree for EHCI; the bug's listed in bugzilla (http://bugme.osdl.org/show_bug.cgi?id=3374) and affects the ability to handle certain devices and confi

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.32, 2004/12/22 13:06:36-08:00, [EMAIL PROTECTED] [PATCH] PCI: add legacy resources to sysfs for pci busses This patch adds legacy_io and legacy_mem files to the pci_bus class hierarchy in sysfs. The files can be used (if the platform supports them) to access legacy I/O port

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.32, 2004/12/17 11:42:46-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: unusual_devs: prolific atapi controler This adds an unusual devices entry for a Prolific ATAPI-6 conmtroller that needs the FIX_CAPACITY flag. Signed-off-by: Alex Butcher <[EMAIL PROTECTED]> Signed-off-by

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.29, 2004/12/17 11:39:40-08:00, [EMAIL PROTECTED] [PATCH] USB: HCDs and per-device state (16/15) SL811 changes getting rid of the "hcd_dev" support, using usb_host_endpoint to hold the QH. This also eliminates the "sl811h_req" data type. Compile-tested only! Signed-off-by:

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.31, 2004/12/17 11:41:58-08:00, [EMAIL PROTECTED] [PATCH] USB: EHCI "park" mode disabled This changes the default initialization of the EHCI "park" mode so that silicon which supports it (NF2, NF3, ALI, GeneSys, ...) will not use it unless explicitly told to do so by a (new) m

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.36, 2004/12/17 15:40:33-08:00, [EMAIL PROTECTED] [PATCH] Re: garmin gps driver patch 0.23 From: Hermann Kneissel <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/serial/Kconfig | 13 drivers/usb/serial/Makefile |1 driv

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.2253, 2005/01/07 15:29:10-08:00, [EMAIL PROTECTED] [PATCH] add cpufreq info to Documentation/feature-removal-schedule.txt Add 2.4.x cpufreq /proc and sysctl interface removal to the feature-removal-schedule. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> Documentation/feature-rem

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.47, 2004/12/20 15:00:38-08:00, [EMAIL PROTECTED] [PATCH] USB: Hub driver: several bug fixes and simplifications [11/13] This patch adds several relatively minor bug fixes and code simplifications for the hub driver. Perhaps most significantly, a test is added to usbf

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.25, 2004/12/21 11:20:39-08:00, [EMAIL PROTECTED] [PATCH] USB: ohci build tweaks Resolves some build glitches that snuck into OHCI. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/host/ohci-hcd.c | 13 ++

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.444.10, 2004/12/17 14:50:58-08:00, [EMAIL PROTECTED] [PATCH] AOE: fix up sparse warnings and get rid of a kmalloc in the aoe driver. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/block/aoe/aoe.h|2 +- drivers/block/aoe/aoeblk.c |4 ++-- drivers/bloc

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-07 Thread Greg KH
ChangeSet 1.1938.446.6, 2004/12/15 14:26:09-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: support 'bulk32' devices This patch implements support for what we call "bulk32" devices. These are devices that use the BBB transport mechanism with the slight modification that the CBW is padded to 32 byt

  1   2   >