On Sat, May 15, 2004 at 10:37:10AM -0700, Linus Torvalds wrote:
> Replace all "led" with "cytherm". The code was crap, and would never have
> compiled with debugging on anyway.
I fixed my crappy code. :)
diff -urN linux-2.6.6/drivers/usb/misc/cytherm.c
linux-2.6.6-cytherm/drivers/usb/misc/cyther
On Wed, May 19, 2004 at 10:33:21PM +0200, Erik Rigtorp wrote:
> On Sat, May 15, 2004 at 10:37:10AM -0700, Linus Torvalds wrote:
> > Replace all "led" with "cytherm". The code was crap, and would never have
> > compiled with debugging on anyway.
>
> I fixed my crappy code. :)
Linus already did it
On Sun, May 16, 2004 at 10:51:07AM -0700, David Brownell wrote:
> Linus Torvalds wrote:
>
> >... would never have
> >compiled with debugging on anyway.
>
> Speaking of which, please consider merging this. It
> missed Greg's push on Friday, but it's needed to build
> OHCI and EHCI with CONFIG_US
Linus Torvalds wrote:
On Sun, 16 May 2004, David Brownell wrote:
More like this then? I'm not sure whether you'd prefer
to apply that logic to the "struct pm_info" innards too.
That file has multiple CONFIG_PM sections, too.
I was thinking just putting it in the existing wrapper sections.
Wouldn'
On Sun, 16 May 2004, David Brownell wrote:
>
> More like this then? I'm not sure whether you'd prefer
> to apply that logic to the "struct pm_info" innards too.
> That file has multiple CONFIG_PM sections, too.
I was thinking just putting it in the existing wrapper sections.
We already have w
Linus Torvalds wrote:
So I'd much rather just have two different functions, one in the CONFIG_PM
section, and one in the !CONFIG_PM one. That's how we already do
everything else in that header file (and how we handle PCI etc).
More like this then? I'm not sure whether you'd prefer
to apply that
On Sun, 16 May 2004, David Brownell wrote:
>
> Speaking of which, please consider merging this. It
> missed Greg's push on Friday, but it's needed to build
> OHCI and EHCI with CONFIG_USB_DEBUG when !CONFIG_PM.
I really have #ifdef's inside code. Even when it is in header files.
So I'd much r
Linus Torvalds wrote:
... would never have
compiled with debugging on anyway.
Speaking of which, please consider merging this. It
missed Greg's push on Friday, but it's needed to build
OHCI and EHCI with CONFIG_USB_DEBUG when !CONFIG_PM.
By request, this adds (and uses) a new API call to hide
the
On Sat, 15 May 2004, Olaf Hering wrote:
> On Fri, May 14, Greg KH wrote:
>
> > drivers/usb/misc/cytherm.c |9
>
> current Linus tree does not compile:
Replace all "led" with "cytherm". The code was crap, and would never have
compiled with debugging on anyway.
On Fri, May 14, Greg KH wrote:
> drivers/usb/misc/cytherm.c |9
current Linus tree does not compile:
CC [M] drivers/usb/misc/cytherm.o
drivers/usb/misc/cytherm.c: In function `set_brightness':
drivers/usb/misc/cytherm.c:122: error: `led' undeclared (first use in this function
Hi,
Here are USB patches for 2.6.62. There are a bunch of different things
here:
- interface access fixups
- bugfixes
- a few new drivers
- lots more bugfixes
All of these (with the exception of a few minor patches from today) have
been in the -mm tree for quite s
Hi,
Here are some USB fixes for 2.5.72. Lots of little minor things are in
here, and a new usb network driver was added.
Please pull from: bk://kernel.bkbits.net/gregkh/linux/linus-2.5
Patches will be posted to linux-usb-devel as a follow-up thread for
those who want to see them.
thanks,
gre
Hi,
Here are some USB changes and fixes for 2.5.70. Lots of little minor
things are in here, the majority being a bunch of ->owner fixups that
Arnaldo did.
Please pull from: bk://kernel.bkbits.net/gregkh/linux/linus-2.5
Patches will be posted to linux-usb-devel as a follow-up thread for
those
Hi,
Here are some USB updates and bugfixes for 2.4.21-pre6. These are all
changes and bugfixes that have been in 2.5 for a while. Lots of good
memory leak fixes are in here.
There is also a real nasty bugfix for the usb-ohci and usb-storage
drivers that Pete Zaitcev and Arjan van de Ven tracked
Hi,
Here are some small USB changes. Basically all little cleanups and
bugfixes, nothing major.
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
CREDITS |4
MAINTAINERS |5
drivers/usb/Makefile|1
dr
Hi,
Here are some small USB changes. Some speedtouch movements, and some
small bugfixes, nothing major. There is a bug when removing hubs that
is still present in 2.5.65, that I can reproduce but haven't tracked
down yet...
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-
Hi,
Here are some small USB changes. The most interesting thing here is a
fix to the io_edgeport driver to now work on big endian machines, and
finally we now support the Treo USB devices properly.
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
drivers/usb/class/usb-
Hi,
Here are some USB updates and bugfixes for 2.4.21-pre5. These are all
changes that have been in 2.5 for a while. The patches are so large
because a new firmware image was added for the Keyspan devices, and the
USB host controllers moved into their own subdirectory to be more like
the 2.5 tre
Hi,
Here are some more USB changes. There are a lot of speedtouch driver
updates from Duncan Sands, and a bunch of usb-serial changes by me, as I
go though and try to audit all of them for locking issues. There's also
some ohci and ehci controller driver updates, and a bunch of other minor
chang
Hi,
Here are some USB updates and bugfixes for 2.4.21-pre4.
Please pull from: bk://linuxusb.bkbits.net/marcelo-2.4
The individual patches will be sent in follow up messages to this email
to you and the linux-usb-devel mailing list.
thanks,
greg k-h
drivers/usb/auerswald.c | 2178
Hi,
Here are a raft of different USB changes. The majority of them are
cleanups of the speedtouch driver from Duncan Sands. There are lots of
other minor bug fixes from a lot of different people, and a change to
the usb-serial core from me which should fix up a lot of races that
people have been
Hi,
Here's a series of USB patches from a lot of different people. They
range from a lot of speedtouch driver updates, some usb-storage changes
to not keep scsi devices around in memory, to more usb-serial device
ids, to some host controller minor updates, and finally some minor
scanner driver tw
Hi,
Here are some USB updates and bugfixes for 2.4.21-pre3.
Please pull from: bk://linuxusb.bkbits.net/marcelo-2.4
The individual patches will be sent in follow up messages to this email
to you and the linux-usb-devel mailing list.
thanks,
greg k-h
Documentation/Configure.help | 44
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
MAINTAINERS |6 ++---
drivers/usb/class/bluetty.c |7 --
drivers/usb/class/cdc-acm.c |4 ---
drivers/usb/core/hcd.c |2 -
drivers/usb/core/hcd.h |3 --
d
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
Documentation/usb/proc_usb_info.txt |2
drivers/usb/class/Kconfig|4
drivers/usb/class/audio.c|8 -
drivers/usb/class/usb-midi.c | 14 +-
drivers/usb/core/hub.c
On Wed, Jan 08, 2003 at 08:35:45PM -0800, Linus Torvalds wrote:
>
> All over the map again: arm, alpha, ppc, sparc, usb, isdn, dm, sysfs,
> knfsd - you name it.
Hm, looks like you didn't get the USB changes I sent :)
Here they are again, updated for your latest tree:
Please pull from: bk://li
Hi,
Here's some more USB changes, including a change to the dev_printk()
macro to take a pointer instead of a reference to struct device. This
was requested by a lot of different people, with Randy Dunlap being the
most persistent :)
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
ChangeSet 1.893.2.1, 2002/12/19 14:46:41-08:00, [EMAIL PROTECTED]
[PATCH] scanner.h: add/fix vendor/product ids
This patch adds additional vendor and product ids for Nikon, Mustek,
Plustek, Genius, Epson, Canon, Umax, Hewlett-Packard, Benq, Agfa,
and Minolta scanners. The entries for Benq, Genius
Hi,
Here are some USB updates and bugfixes for 2.4.21-pre2.
Please pull from: bk://linuxusb.bkbits.net/marcelo-2.4
The individual patches will be sent in follow up messages to this email
to you and the linux-usb-devel mailing list.
thanks,
greg k-h
Documentation/usb/scanner-hp-sane.txt |
Hi,
Here's a lot of little USB changes, mostly all of them are conversions
to using the driver core model better for usb and usb-serial devices.
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
Documentation/usb/dma.txt | 104 +++
Documentat
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
drivers/usb/core/hcd.c |5
drivers/usb/core/hub.c | 61 +++
drivers/usb/core/inode.c |5
drivers/usb/host/ehci-dbg.c| 37 ++-
drivers/usb/host/ehci-hcd.c
Hi,
Here are some USB updates for 2.4.21-pre1. It also includes the tipar char
driver which has been in the 2.5 tree for a while.
Please pull from: bk://linuxusb.bkbits.net/marcelo-2.4
The individual patches will be sent in follow up messages to this email
to you and the linux-usb-devel mailin
This also includes a fix in the driver core hotplug call.
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
drivers/base/hotplug.c |7
drivers/usb/class/Kconfig |5
drivers/usb/class/usblp.c | 24 ++-
drivers/usb/core/hub.c
Hi,
Here are some USB updates for 2.4.20.
Pull from: bk://linuxusb.bkbits.net/marcelo-2.4
The individual patches will be sent in follow up messages to this email.
thanks,
greg k-h
drivers/usb/vicam.h | 81 -
drivers/usb/vicamurbs.h | 324 --
Documentation/Config
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
drivers/usb/core/devio.c| 63 +-
drivers/usb/core/hcd-pci.c | 31 ++-
drivers/usb/core/hcd.c | 11 +--
drivers/usb/core/usb.c | 43 ++-
drivers/u
This also includes some small driver core hotplug fixes.
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
Documentation/usb/ov511.txt|9
Documentation/usb/usb-serial.txt | 43 ---
drivers/base/base.h|2
drivers/base/hotplug.c
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
drivers/usb/core/config.c | 23 +--
drivers/usb/media/vicam.c | 252 -
drivers/usb/net/pegasus.c | 303 ++--
drivers/usb/net/pegasus.h
Here are a bunch of USB updates. They include one patch to kernel.h to
fix a compiler problem if DEBUG is enabled improperly ("#if" changed to
"#ifdef").
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
drivers/usb/Makefile|7 -
drivers/usb/class/Kconfig
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
drivers/net/irda/irda-usb.c |2
drivers/usb/class/Kconfig |2
drivers/usb/core/devio.c|6
drivers/usb/core/hcd.h |1
drivers/usb/host/ohci-dbg.c | 17
This series also has a change to the driver core that adds /sbin/hotplug
support for all class information. That patch was verified by Pat
Mochel as good.
Also the way USB interrupt urbs work has been changed to work like all
other types of urbs, in that they are not automatically resubmitted. S
Hi,
Here are three USB patches for 2.4.20-pre11.
They are:
- reverting a previous patch for the hid-input driver. This
allows USB keyboards to work again on PPC machines. The patch
was incorrect.
- adds a device id for the Sony Clie NX60 device to the USB
This series also adds the char tipar driver, as the author didn't know
anyone else to send it to.
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
drivers/char/Config.help| 21
drivers/char/Config.in |1
drivers/char/Makefile
This series also includes a bugfix to the driver core hotplug logic.
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
drivers/usb/serial/usbserial.c | 1950
drivers/base/hotplug.c |1
drivers/usb/Makefile
This series also includes a patch to the driver core that enables
/sbin/hotplug events for all devices in the system (add and remove).
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
drivers/base/hotplug.c | 40 +++-
drivers/usb/class/bluetty.c |4
d
Hi,
Here are some USB updates for 2.4.20-pre8.
Please pull from: bk://linuxusb.bkbits.net/marcelo-2.4
The individual patches will be sent in follow up messages to this email.
thanks,
greg k-h
drivers/usb/hcd.c | 94 +++--
drivers/usb/hcd.h |1
drive
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
Documentation/usb/usb-serial.txt| 14
MAINTAINERS |8
drivers/usb/core/usb.c |1
drivers/usb/host/ehci-dbg.c | 14
drivers/usb/host/ehci-hcd.c | 68
Hi,
Here are some USB updates for 2.4.20-pre7.
Pull from: bk://linuxusb.bkbits.net/marcelo-2.4
The individual patches will be sent in follow up messages to this email.
thanks,
greg k-h
Documentation/Configure.help | 12
drivers/usb/hpusbscsi.c|6
drivers/usb/serial/usbser
Pull from: http://linuxusb.bkbits.net/linus-2.5
drivers/usb/core/message.c | 12 +-
drivers/usb/core/usb.c | 73 ++---
drivers/usb/host/ohci-sa.c |1
drivers/usb/host/uhci-hcd.c |4
drivers/usb/input/hid-ff.c |2
drivers/usb/misc/rio500.c
Pull from: http://linuxusb.bkbits.net/linus-2.5
Documentation/usb/error-codes.txt |9
Documentation/usb/URB.txt | 221 +-
drivers/bluetooth/hci_usb.c |3
drivers/net/irda/irda-usb.c |5
drivers/usb/class/bluetty.c |1
drivers/usb/class/cdc-acm.c
Pull from: http://linuxusb.bkbits.net/linus-2.5
Documentation/DocBook/Makefile|1
Documentation/DocBook/kernel-api.tmpl |1
drivers/usb/class/bluetty.c |5
drivers/usb/class/printer.c | 23 --
drivers/usb/core/Makefile |6
drivers/u
USB changes for 2.5.22
Pull from: bk://linuxusb.bkbits.net/linus-2.5
drivers/usb/class/usb-midi.c |2
drivers/usb/host/ohci-dbg.c| 96 +++-
drivers/usb/host/ohci-hcd.c|7 +-
drivers/usb/host/ohci-mem.c|1
drivers/usb/host/ohci-q.c |
More USB changes for 2.5.21
Pull from: bk://linuxusb.bkbits.net/linus-2.5
drivers/usb/Makefile |1
drivers/usb/class/printer.c |8
drivers/usb/core/message.c |8
drivers/usb/host/ohci-hcd.c | 103 ++
drivers/usb/input/Config.
USB changes for 2.5.21
Pull from: bk://linuxusb.bkbits.net/linus-2.5
Documentation/usb/philips.txt|8
drivers/usb/class/Config.help| 20 +
drivers/usb/class/printer.c | 13 -
drivers/usb/core/devices.c |4
drivers/usb/core/devio.c | 19 -
drivers/usb
On Tue, Jun 11, 2002 at 09:44:33AM +1000, Brad Hards wrote:
> On Tue, 11 Jun 2002 09:22, Greg KH wrote:
> > On Tue, Jun 11, 2002 at 07:46:24AM +1000, Brad Hards wrote:
> > > On Tue, 11 Jun 2002 07:20, Greg KH wrote:
> > > > On Tue, Jun 11, 2002 at 07:11:19AM +1000, Brad Hards wrote:
> > > > > Ah,
On Tue, 11 Jun 2002 09:22, Greg KH wrote:
> On Tue, Jun 11, 2002 at 07:46:24AM +1000, Brad Hards wrote:
> > On Tue, 11 Jun 2002 07:20, Greg KH wrote:
> > > On Tue, Jun 11, 2002 at 07:11:19AM +1000, Brad Hards wrote:
> > > > Ah, since it so easy, I guess you won't need any assistance to clean
> > >
On Tue, Jun 11, 2002 at 07:46:24AM +1000, Brad Hards wrote:
> On Tue, 11 Jun 2002 07:20, Greg KH wrote:
> > On Tue, Jun 11, 2002 at 07:11:19AM +1000, Brad Hards wrote:
> > > Ah, since it so easy, I guess you won't need any assistance to clean up
> > > the others :)
> >
> > I can _always_ use assis
Pull from: bk://linuxusb.bkbits.net/m-2.4
The individual patches will be sent in follow up messages to this email.
thanks,
greg k-h
drivers/usb/catc.c|7 +++
drivers/usb/dabusb.c |1 +
drivers/usb/devices.c |4 +++-
drivers/usb/scanner.c | 23 +++
On Tue, 11 Jun 2002 07:20, Greg KH wrote:
> On Tue, Jun 11, 2002 at 07:11:19AM +1000, Brad Hards wrote:
> > Ah, since it so easy, I guess you won't need any assistance to clean up
> > the others :)
>
> I can _always_ use assistance :)
>
> Which other .config items are missing .help entries?
>From
On Tue, Jun 11, 2002 at 07:11:19AM +1000, Brad Hards wrote:
> Ah, since it so easy, I guess you won't need any assistance to clean up the
> others :)
I can _always_ use assistance :)
Which other .config items are missing .help entries?
thanks,
greg k-h
___
On Tue, 11 Jun 2002 04:17, Greg KH wrote:
> On Sun, Jun 09, 2002 at 09:45:49PM +1000, Brad Hards wrote:
> > On Fri, 7 Jun 2002 07:43, Greg KH wrote:
> > > [EMAIL PROTECTED], 2002-06-05 16:49:34-07:00, [EMAIL PROTECTED]
> > > Added usb-midi driver from NAGANO Daisuke with some porting from me.
>
On Sun, Jun 09, 2002 at 09:45:49PM +1000, Brad Hards wrote:
> On Fri, 7 Jun 2002 07:43, Greg KH wrote:
> > [EMAIL PROTECTED], 2002-06-05 16:49:34-07:00, [EMAIL PROTECTED]
> > Added usb-midi driver from NAGANO Daisuke with some porting from me.
> >
> > drivers/usb/class/Config.in |1
> > dr
On Sun, Jun 09, 2002 at 09:45:49PM +1000, Brad Hards wrote:
> I can't make 2.5.21 compile yet
I used
--- andries/arch/i386/kernel/Makefile Sun Jun 9 07:27:44 2002
+++ brouwer/arch/i386/kernel/Makefile Sun Jun 9 12:25:47 2002
@@ -15,7 +15,7 @@
obj-y += cpu/
obj-
On Fri, 7 Jun 2002 07:43, Greg KH wrote:
> [EMAIL PROTECTED], 2002-06-05 16:49:34-07:00, [EMAIL PROTECTED]
> Added usb-midi driver from NAGANO Daisuke with some porting from me.
>
> drivers/usb/class/Config.in |1
> drivers/usb/class/Makefile |1
> drivers/usb/class/usb-midi.c | 2228
Oops, forgot one more patch:
Pull from: bk://linuxusb.bkbits.net/linus-2.5
[EMAIL PROTECTED], 2002-06-08 15:44:03-07:00, [EMAIL PROTECTED]
[PATCH] USB SA- patch against usb-2.5 bitkeeper
This adds SA- support for ohci-hcd and fixes usb-ohci too.
drivers/usb/core/hcd.c
More USB changes for 2.5.20
Pull from: bk://linuxusb.bkbits.net/linus-2.5
(this list does not include the previously send changes, which
have not been pulled yet.)
drivers/usb/class/usb-midi.c |2
drivers/usb/core/hcd-pci.c | 62 -
drivers/usb/core/hcd.c | 269 ++
More USB changes for 2.5.20
Pull from: bk://linuxusb.bkbits.net/linus-2.5
drivers/usb/class/Config.in |1
drivers/usb/class/Makefile |1
drivers/usb/class/usb-midi.c | 2228 +++
drivers/usb/class/usb-midi.h | 143 ++
drivers/usb/core/Makef
USB changes for 2.5.20
Pull from: bk://linuxusb.bkbits.net/linus-2.5
drivers/net/irda/irda-usb.c|2
drivers/usb/core/message.c |2
drivers/usb/host/ohci-hcd.c| 29
drivers/usb/host/ohci-q.c | 121 ++---
dri
On Sat, Jun 01, 2002 at 02:32:30PM +1000, Brad Hards wrote:
> On Sat, 1 Jun 2002 09:54, Greg KH wrote:
> > More USB changes for 2.5.19
>
> > [EMAIL PROTECTED], 2002-05-31 11:56:35-07:00, [EMAIL PROTECTED]
> > [PATCH] USB kernel-api documentation fix
> >
> > updated the kernel-api documentatio
On Sat, 1 Jun 2002 09:54, Greg KH wrote:
> More USB changes for 2.5.19
> [EMAIL PROTECTED], 2002-05-31 11:56:35-07:00, [EMAIL PROTECTED]
> [PATCH] USB kernel-api documentation fix
>
> updated the kernel-api documentation USB files due to file reorg.
> [EMAIL PROTECTED], 2002-05-30 11:52:41-0
More USB changes for 2.5.19
Pull from: bk://linuxusb.bkbits.net/linus-2.5
Documentation/DocBook/Makefile|3
Documentation/DocBook/kernel-api.tmpl |3
drivers/usb/core/Makefile | 13
drivers/usb/core/config.c | 494
drivers/usb/core/me
On Fri, May 31, 2002 at 08:05:12AM -0700, David Brownell wrote:
> >hcd.c is still reliant on the PCI subsystem. This ohci driver does not
> >need the PCI subsystem (I'm guessing it runs on boxes that don't have
> >PCI) So until hcd.c gets changed, this is still necessary.
>
> Erm, there was onc
> hcd.c is still reliant on the PCI subsystem. This ohci driver does not
> need the PCI subsystem (I'm guessing it runs on boxes that don't have
> PCI) So until hcd.c gets changed, this is still necessary.
Erm, there was once a minor dependency, but should have been removed quite
a while back (
On Fri, May 31, 2002 at 05:42:27PM +1000, Brad Hards wrote:
> No real problem, but isn't the plan to go to -hcd? (ie no more usb-uhci, uhci
> or usb-ohci)
There are lots of host drivers floating out there in embedded world that
do not use the current hcd code. I'm trying to drag them on into th
On Fri, 31 May 2002 17:32, Greg KH wrote:
> [EMAIL PROTECTED], 2002-05-29 16:30:28-07:00, [EMAIL PROTECTED]
> USB OHCI driver: Added SA support
>
> Added the patch from Russell King <[EMAIL PROTECTED]> that splits
> the usb-ohci driver into two pieces, enabling the sa hardware to
>
Pull from: http://linuxusb.bkbits.net/linus-2.5
drivers/usb/Config.in |8
drivers/usb/Makefile |2
drivers/usb/core/usb.c |8
drivers/usb/host/Config.in |1
drivers/usb/host/Makefile |5
drivers/usb/host/usb-ohci-
Pull from: http://linuxusb.bkbits.net/linus-2.5
drivers/net/irda/irda-usb.c |2
drivers/usb/Makefile|1
drivers/usb/core/hcd.c | 24
drivers/usb/core/hcd.h | 16
drivers/usb/core/usb.c | 16
drivers/usb/host/Config.help| 10
More USB changes for 2.5.17. This was prompted by the change in
drivers/usb/net/cdc-ether.c by a patch from Rusty, which caused the
driver to not build anymore.
Pull from: bk://linuxusb.bkbits.net/linus-2.5
drivers/usb/class/bluetty.c |5 -
drivers/usb/class/cdc-acm.c |
More USB changes for 2.5.17
Pull from: bk://linuxusb.bkbits.net/linus-2.5
MAINTAINERS |8
drivers/media/video/cpia_usb.c | 15 ++--
drivers/usb/class/audio.c |2 +
drivers/usb/core/devio.c|1
drivers/usb/core/hcd.c |9 ---
Pull from: bk://linuxusb.bkbits.net/linus-2.5
drivers/usb/Makefile| 18 -
drivers/usb/net/pegasus.c |2
drivers/usb/net/pegasus.h |3
drivers/usb/storage/Makefile| 10
drivers/usb/storage/datafab.c | 340 +++
This includes 8 new changesets from the last round that I posted.
Pull from: bk://linuxusb.bkbits.net/linus-2.5
drivers/usb/core/hcd.c |7
drivers/usb/core/hcd.h |3
drivers/usb/core/hub.c | 99 +
drivers/usb/core/hub.h | 28
This includes 5 new changesets from the last round that I posted on
Saturday evening.
Pull from: bk://linuxusb.bkbits.net/linus-2.5
drivers/usb/core/hcd.c |4
drivers/usb/core/hcd.h |3
drivers/usb/core/hub.c | 99 +++
drivers/usb/core/hub.
Pull from: http://linuxusb.bkbits.net/linus-2.5
drivers/usb/core/hub.c | 99 +++
drivers/usb/core/hub.h | 28
drivers/usb/core/usb.c |7
drivers/usb/host/ehci-hcd.c | 97 ++-
drivers/usb/host/ehci-q.c | 19
drivers/usb/hos
Pull from: bk://linuxusb.bkbits.net/marcelo-2.4
The individual patches will be sent in follow up messages to this email.
thanks,
greg k-h
CREDITS | 10
Documentation/Configure.help | 15
Documentation/usb/brlvger.txt| 36 +
Documentation/usb/ehci.txt
Pull from: bk://linuxusb.bkbits.net/linus-2.5
Documentation/usb/usb-serial.txt |6
drivers/scsi/sd.c |8
drivers/usb/class/printer.c| 13
drivers/usb/host/ohci-hub.c|4
drivers/usb/host/ohci-q.c | 12
drivers/usb/image/mdc800.c
This includes the changesets I sent out yesterday, with a few more
added.
Pull from: bk://linuxusb.bkbits.net/linus-2.5
Documentation/usb/ehci.txt | 15 +
drivers/usb/Config.help |8
drivers/usb/class/printer.c | 21 +
drivers/usb/core/Config.in | 11 -
drivers/usb/core/
Pull from: bk://linuxusb.bkbits.net/linus-2.5
drivers/usb/Config.help |8
drivers/usb/class/printer.c | 21 +
drivers/usb/core/Config.in | 11 -
drivers/usb/core/usb.c | 170 ++--
drivers/usb/host/ehci-hub.c | 36 +--
drivers/usb/host/ohci-hub.c |5
Pull from: bk://linuxusb.bkbits.net/linus-2.5
(this includes some changesets from the last round I sent that haven't
ended up in your tree yet)
CREDITS | 10
Documentation/usb/brlvger.txt | 36 +
Documentation/usb/ov511.txt | 14
Pull from: bk://linuxusb.bkbits.net/linus-2.5
drivers/usb/Config.in |9
drivers/usb/Makefile| 52 --
drivers/usb/class/Config.in | 11
drivers/usb/class/Makefile |2
drivers/usb/class/printer.c |1
Pull from: bk://linuxusb.bkbits.net/marcelo-2.4
The individual patches will be sent in follow up messages to this email.
thanks,
greg k-h
MAINTAINERS | 14
drivers/usb/devio.c | 17
drivers/usb/hcd/ehci-hcd.c| 62 -
drivers/usb/hcd/ehci-me
This includes changes previously sent against 2.5.8-pre3, but were never
pulled into your repository.
Pull from: bk://linuxusb.bkbits.net/linus-2.5
Documentation/usb/dc2xx.txt | 111
drivers/usb/image/dc2xx.c| 538 -
drivers/usb/class/audio.c|
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.369.105.17 -> 1.369.105.18
# drivers/
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.369.105.18 -> 1.369.105.19
# drivers/
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.463 -> 1.464
# drivers/usb/serial/
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.461 -> 1.462
# drivers/usb/misc/t
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.459 -> 1.460
# drivers/usb/net/kaw
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.462 -> 1.463
# drivers/usb/serial/
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.460 -> 1.461
# drivers/usb/net/cat
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.369.105.16 -> 1.369.105.17
# drivers/u
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.458 -> 1.459
# drivers/usb/net/Co
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.457 -> 1.458
# drivers/usb/core/h
1 - 100 of 134 matches
Mail list logo