Re: [linux-usb-devel] Driver for USB 2.0 (NEC)

2002-07-07 Thread Brad Hards
On Mon, 8 Jul 2002 11:08, shino korah wrote: > Hi > > I have my 2.5.24 kernel with USB 2.0 modules ready > (ehci-hcd). I have these modules in > /lib/modules/2.5.24/kernel/usb directory. But when I > boot the computer modprobe doesn't seem to detect > these .o files. > I can use insmod to load t

Re: [linux-usb-devel] Driver for USB 2.0 (NEC)

2002-07-07 Thread shino korah
Hi I have my 2.5.24 kernel with USB 2.0 modules ready (ehci-hcd). I have these modules in /lib/modules/2.5.24/kernel/usb directory. But when I boot the computer modprobe doesn't seem to detect these .o files. I can use insmod to load these modules but modprobe is not detecting it.maybe modprobe

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.25

2002-07-07 Thread Greg KH
# 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.635 -> 1.636 # drivers/usb/net/usb

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.25

2002-07-07 Thread Greg KH
# 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.634 -> 1.635 # drivers/usb/core/in

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.25

2002-07-07 Thread Greg KH
# 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.628 -> 1.629 # drivers/usb/storage

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.25

2002-07-07 Thread Greg KH
# 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.629 -> 1.630 # drivers/usb/storage

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.25

2002-07-07 Thread Greg KH
# 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.626 -> 1.627 # drivers/usb/misc/ti

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.25

2002-07-07 Thread Greg KH
# 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.627 -> 1.628 # drivers/usb/storage

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.25

2002-07-07 Thread Greg KH
# 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.625 -> 1.626 # drivers/usb/core/in

[linux-usb-devel] [BK PATCH] USB changes for 2.5.25

2002-07-07 Thread Greg KH
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

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.25

2002-07-07 Thread Greg KH
# 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.623 -> 1.624 # drivers/usb/core/hu

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.5.25

2002-07-07 Thread Greg KH
# 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.624 -> 1.625 # drivers/usb/core/us

[linux-usb-devel] Re: [PATCH 2.5.24] urb->transfer_flags updates

2002-07-07 Thread Greg KH
On Sat, Jul 06, 2002 at 11:47:23AM -0700, David Brownell wrote: > Please merge to Linus' latest... The changes look good, thanks for doing them. Applied. > Note that this patch doesn't update any of the "old" HCDs, > including usb-ohci-hcd. I just removed them in my Linus based bk tree, so we

[linux-usb-devel] Re: PATCH: usb-storage: consolidate, cleanup, etc.

2002-07-07 Thread Greg KH
On Sun, Jul 07, 2002 at 01:19:57AM -0700, Matthew Dharm wrote: > This patch changes how the exit code works to be cleaner, fixes the OOPS on > rmmod, consolidates some anti-race code from several places to just one, > and also eliminates some theoretical race conditions. > > Greg, please apply.

[linux-usb-devel] Re: PATCH: usb-storage: spelling and BUG_ON

2002-07-07 Thread Greg KH
On Sun, Jul 07, 2002 at 01:21:42AM -0700, Matthew Dharm wrote: > This patch fixes some spelling errors and adds some BUG_ON() calls so we > can make sure that all this new code is working properly. > > Greg, please apply. Applied, thanks. greg k-h -

[linux-usb-devel] Re: PATCH: usb-storage: merge bitfields into a unified system

2002-07-07 Thread Greg KH
On Sun, Jul 07, 2002 at 01:18:25AM -0700, Matthew Dharm wrote: > This patch unifies all the bit tests and various flags into a single, > unified system. Applied, thanks. greg k-h --- This sf.net email is sponsored by:ThinkGeek We have stuff f

Re: [linux-usb-devel] [patch] printk janitorial fixes

2002-07-07 Thread Greg KH
On Sun, Jul 07, 2002 at 07:12:16PM +1000, Brad Hards wrote: > On Sun, 7 Jul 2002 14:50, Brad Hards wrote: > > This is the first of a few janitorial fixes for printk() usage in the USB > > tree. > Part 2, printk fixups for a the tiglusb and emi26 drivers. Applied, thanks. greg k-h -

Re: [linux-usb-devel] [patch] printk janitorial fixes

2002-07-07 Thread Brad Hards
On Sun, 7 Jul 2002 14:50, Brad Hards wrote: > This is the first of a few janitorial fixes for printk() usage in the USB > tree. Part 2, printk fixups for a the tiglusb and emi26 drivers. Brad -- http://conf.linux.org.au. 22-25Jan2003. Perth, Australia. Birds in Black. diff -Naur -X dontdiff li

[linux-usb-devel] PATCH: usb-storage: consolidate, cleanup, etc.

2002-07-07 Thread Matthew Dharm
This patch changes how the exit code works to be cleaner, fixes the OOPS on rmmod, consolidates some anti-race code from several places to just one, and also eliminates some theoretical race conditions. Greg, please apply. Matt # This is a BitKeeper generated patch for the following project: #

[linux-usb-devel] PATCH: usb-storage: spelling and BUG_ON

2002-07-07 Thread Matthew Dharm
This patch fixes some spelling errors and adds some BUG_ON() calls so we can make sure that all this new code is working properly. Greg, please apply. Matt # This is a BitKeeper generated patch for the following project: # Project Name: greg k-h's linux 2.5 USB kernel tree # This patch format i

[linux-usb-devel] PATCH: usb-storage: merge bitfields into a unified system

2002-07-07 Thread Matthew Dharm
This patch unifies all the bit tests and various flags into a single, unified system. Greg, please apply. Matt # This is a BitKeeper generated patch for the following project: # Project Name: greg k-h's linux 2.5 USB kernel tree # This patch format is intended for GNU patch command version 2.5