Re: [linux-usb-devel] problem resetting high speed device

2002-04-03 Thread Brad Hards
On Thu, 4 Apr 2002 17:45, Kashif Rajput wrote: > I am facing problem with resetting a USB 2.0 compliant > device(ACOM HARD DRIVE). > The problem is that "usb_reset_device(..)" returns a > negative value.i.e -32. The log shows that the error You understand that negative numbers are errors? errno 3

[linux-usb-devel] problem resetting high speed device

2002-04-03 Thread Kashif Rajput
I am facing problem with resetting a USB 2.0 compliant device(ACOM HARD DRIVE). The problem is that "usb_reset_device(..)" returns a negative value.i.e -32. The log shows that the error comes when reprogramming of device address occurs with in the implementation of usb_reset_device() in usb.c. i.e

Re: [linux-usb-devel] USB driver problem:OHCI vs UHCI

2002-04-03 Thread David Brownell
Then you can probably generate the patch you need by using "diff -u". $ diff -u 2.4.2/drivers/usb/uhci.c 2.4.18/drivers/usb/uhci.c > PATCH $ diff -u 2.4.2/drivers/usb/uhci.h 2.4.18/drivers/usb/uhci.h >> PATCH By the way, when you know "it's already fixed in 2.4.18", it's worth mentioning

Re: [linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread Brad Hards
On Thu, 4 Apr 2002 09:54, Greg KH wrote: > On Thu, Apr 04, 2002 at 09:31:55AM +1000, Brad Hards wrote: > > Not very orthogonal. Can you explain the rationale for each directory? > > Um, didn't the descriptions of the directories help explain that? I like things to be explicit. Saves confusion and

Re: [linux-usb-devel] Writing a Linux USB driver

2002-04-03 Thread Oliver Neukum
On Thursday 04 April 2002 00:48, Daniel Cruz wrote: > Hello Gentlemen, > > I'm new in this mailing group, also new at USB and I will start writing a > driver for a USB device, my device only uses INT transactions and my Kernel > is 2.4.17. > > Any idea for a good start point?, should I use usb-ske

Re: [linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread Oliver Neukum
On Thursday 04 April 2002 00:43, Greg KH wrote: > On Wed, Apr 03, 2002 at 09:36:09PM +0200, Oliver Neukum wrote: > > Should we not have a seperate directory for input devices ? > > They go in the class/ directory, as they are HID drivers. Not all of them. Thus you seperate HID proper from things

Re: [linux-usb-devel] USB driver problem:OHCI vs UHCI

2002-04-03 Thread Stephen J. Gowdy
Your email is to a list so your "disclaimer" is a little late. On Thu, 4 Apr 2002, Avinash natarajan wrote: > hi... > We are developing a linux usb device driver for usb adsl modem. > We are facing some problem. > While our driver is working well for OHCI hostcontroller (SiS, Compaq chip

Re: [linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread Greg KH
On Thu, Apr 04, 2002 at 10:16:31AM +1000, Brad Hards wrote: > On Thu, 4 Apr 2002 09:54, Greg KH wrote: > > On Thu, Apr 04, 2002 at 09:31:55AM +1000, Brad Hards wrote: > > > Not very orthogonal. Can you explain the rationale for each directory? > > > > Um, didn't the descriptions of the directories

[linux-usb-devel] USB driver problem:OHCI vs UHCI

2002-04-03 Thread Avinash natarajan
hi...     We are developing a linux usb device driver for usb adsl modem. We are facing some problem.     While our driver is working well for OHCI hostcontroller (SiS, Compaq chipsets), it is not fully functional with UHCI host controller(VIA chipset).     The problem seems to be in the d

[linux-usb-devel] short write

2002-04-03 Thread Kapish K
Hello, I saw a posting on the list on a short write problem. I have been seeing that a few times on my setup as well, with a csr module. But I don't quite get what a short write is , and who flags it off.. I read the exhange but did not quite get the reason behind short writes. a preliminary ch

RE: [linux-usb-devel] Writing a Linux USB driver

2002-04-03 Thread Curran, Dominic
I can't answer you directly, and perhaps my information is old, but my understanding is that there is a sample device driver (dabusb) which is part of the latest kernel tree. Features: - Supporting multiple devices: - Claiming an interface - Setting configuration and alternate settings - S

[linux-usb-devel] Re: [PATCH INCLUDED] Samsung Uproar / MP3 player support

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 07:21:21PM -0700, Patrick J. Kobly wrote: > > I'm sending this out now, so that I can get comments, recommendations and > device ID's for Samsung MP3 players that I may be able to support. Is there any reason this has to be a kernel driver? Can't you just use usbfs or l

Re: [linux-usb-devel] Writing a Linux USB driver

2002-04-03 Thread Dmitri
On Wed, 2002-04-03 at 20:06, Daniel Cruz wrote: > Please enlight me on that, why is USB time critical?... I understand is not > greatly fast, but there si anything else?.. If you use Isoc pipe it will probably be serviced around few milliseconds, but in theory the request can be just dropped on

[linux-usb-devel] [PATCH INCLUDED] Samsung Uproar / MP3 player support

2002-04-03 Thread Patrick J. Kobly
Hello, The included patch (against 2.4.18 - a 2.5 one will be coming along soon) adds support for the Samsung Uproar MP3 phone, and the YP-20S MP3 player. It appears that the same protocol is used in all of Samsung's USB MP3 devices, so anyone with such a device not supported by this code shou

Re: [linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread Brad Hards
On Thu, 4 Apr 2002 11:26, Greg KH wrote: > Ok, that's fine. I will create a README in the main drivers/usb/ > directory pointing people to what is in each directory. nice > So let's try this again: > core/ - this is for all of the core USB code, > includ

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

2002-04-03 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.581 -> 1.582 # drivers/usb/serial/

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

2002-04-03 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.582 -> 1.583 # drivers/usb/usb-ohc

Re: [linux-usb-devel] Writing a Linux USB driver

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 06:10:34PM -0800, Daniel Cruz wrote: > > The firmware in the microcontroller is written to be used with a HID driver, > so that is the driver I'm using now, however since timing is very important > in my application, I think is better to go with a device-specific driver.

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

2002-04-03 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.583 -> 1.584 #CREDIT

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

2002-04-03 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.571 -> 1.572 # drivers/usb/serial/

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

2002-04-03 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.579 -> 1.580 #MAINTAINER

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

2002-04-03 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.580 -> 1.581 # drivers/usb/usbnet.

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

2002-04-03 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.574 -> 1.575 # include/linux/hidde

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

2002-04-03 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.570 -> 1.571 # drivers/usb/serial/

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

2002-04-03 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.578 -> 1.579 # drivers/usb/uhci.

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

2002-04-03 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.568 -> 1.569 # drivers/usb/serial/

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

2002-04-03 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.576 -> 1.577 # drivers/usb/hid.

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

2002-04-03 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.559 -> 1.560 # include/linux/hidde

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

2002-04-03 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.555 -> 1.556 # drivers/usb/serial/

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

2002-04-03 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.577 -> 1.578 # drivers/usb/rtl8150

Re: [linux-usb-devel] Writing a Linux USB driver

2002-04-03 Thread Daniel Cruz
> On Wed, Apr 03, 2002 at 06:10:34PM -0800, Daniel Cruz wrote: > > > > The firmware in the microcontroller is written to be used with a HID driver, > > so that is the driver I'm using now, however since timing is very important > > in my application, I think is better to go with a device-s

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

2002-04-03 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.575 -> 1.576 # drivers/usb/konicaw

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

2002-04-03 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.573 -> 1.574 # drivers/usb/hcd.

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

2002-04-03 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.567 -> 1.568 # drivers/usb/serial/

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

2002-04-03 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.569 -> 1.570 # drivers/usb/uhci.

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

2002-04-03 Thread Greg KH
Pull from: bk://linuxusb.bkbits.net/linus-2.5 CREDITS |1 Documentation/usb/hiddev.txt | 60 ++ Documentation/usb/proc_usb_info.txt | 185 +++- Documentation/usb/silverlink.txt | 76 +++ MAINTAINERS | 16 driv

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

2002-04-03 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.572 -> 1.573 #drivers/usb/audio.

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

2002-04-03 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.558 -> 1.559 # drivers/usb/Config.

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

2002-04-03 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.553 -> 1.554 # drivers/usb/serial/

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

2002-04-03 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.566 -> 1.567 # drivers/usb/usb.

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

2002-04-03 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.562 -> 1.563 # drivers/usb/hcd/ohc

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

2002-04-03 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.565 -> 1.566 # drivers/usb/hcd/ohc

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

2002-04-03 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.548 -> 1.549 # drivers/usb/serial/

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

2002-04-03 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.564 -> 1.565 # drivers/usb/uhci.

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

2002-04-03 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.563 -> 1.564 # drivers/usb/pegasus

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

2002-04-03 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.551 -> 1.552 # drivers/usb/hpusbsc

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

2002-04-03 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.556 -> 1.557 # drivers/usb/kaweth.

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

2002-04-03 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.561 -> 1.562 # drivers/usb/uhci.

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

2002-04-03 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.554 -> 1.555 # drivers/usb/serial/

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

2002-04-03 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.560 -> 1.561 # drivers/usb/serial/

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

2002-04-03 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.544 -> 1.545 # Documentation/usb/p

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

2002-04-03 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.551 -> 1.551.1.1 # drivers/usb/hu

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

2002-04-03 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.557 -> 1.558 # drivers/usb/pegasus

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

2002-04-03 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.546 -> 1.547 # drivers/usb/uhci.

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

2002-04-03 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.549 -> 1.550 # drivers/usb/devices

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

2002-04-03 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.543 -> 1.544 # drivers/usb/hcd/ehc

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

2002-04-03 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.542 -> 1.543 # drivers/usb/usb-ohc

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

2002-04-03 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.541 -> 1.542 #include/linux/usb.

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

2002-04-03 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.550 -> 1.551 # Documentation/usb/p

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

2002-04-03 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.547 -> 1.548 # drivers/usb/uhci.

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

2002-04-03 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.540 -> 1.541 # drivers/usb/hcd/ehc

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

2002-04-03 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.545 -> 1.546 # drivers/usb/uhci.

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

2002-04-03 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.539 -> 1.540 # drivers/usb/hcd

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

2002-04-03 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.538 -> 1.539 # drivers/usb/printe

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

2002-04-03 Thread Greg KH
Note, there are 47 patches in this thread, if you don't want to see them all, kill this thread now :) thanks, greg k-h # 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.

Re: [linux-usb-devel] Separating out HID input and raw device

2002-04-03 Thread Vojtech Pavlik
On Mon, Apr 01, 2002 at 04:55:46PM -0800, Greg KH wrote: > On Mon, Apr 01, 2002 at 04:45:20PM -0800, Greg KH wrote: > > > > Ok, here's a patch that does it. > > That patch was for 2.5, here's one for 2.4: Yes, both of them are OK. Thanks. > > thanks, > > greg k-h > > > diff -Nru a/drivers/

Re: [linux-usb-devel] Writing a Linux USB driver

2002-04-03 Thread Brad Hards
On Thu, 4 Apr 2002 12:20, Daniel Cruz wrote: > I'm using a Microchip microcontroller with low speed USB support, the > microcontroller with a minimum set of peripherals will conform a board for > a > robotics application so basically the board will read information from > encoders and analog i

Re: [linux-usb-devel] Writing a Linux USB driver

2002-04-03 Thread Dan Streetman
On Wed, 3 Apr 2002, Greg KH wrote: >Do you have to write a kernel driver? Can you just use usbfs or libusb >to talk to your device from userspace? It handles INT transactions >pretty well. libusb supports INTs? Do you mean via BULK calls, I looked at the CVS code and it doesn't look like the

Re: [linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread Brad Hards
On Wed, 3 Apr 2002 15:09, Greg KH wrote: > Hi all, > drivers/usb will have the following subdirectories: > class/ all USB class drivers > net/all USB network drivers > class: > acm.caudio.h hid-core.c hiddev.c hid-input.c usbkbd.c > audio.c bluetoo

Re: [linux-usb-devel] Writing a Linux USB driver

2002-04-03 Thread Daniel Cruz
> On Wed, Apr 03, 2002 at 02:48:00PM -0800, Daniel Cruz wrote: > > > > Hello Gentlemen, > > > > I'm new in this mailing group, also new at USB and I will start writing a > > driver for a USB device, my device only uses INT transactions and my Kernel > > is 2.4.17. > > > > Any idea for a

Re: [linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread Petko Manolov
Oliver Neukum wrote: > On Wednesday 03 April 2002 20:21, you wrote: > drivers/usb will have the following subdirectories: class/ all USB class drivers controller/ all USB device controller drivers core/ the USB core code (both for devices and hos

Re: [linux-usb-devel] Writing a Linux USB driver

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 02:48:00PM -0800, Daniel Cruz wrote: > > Hello Gentlemen, > > I'm new in this mailing group, also new at USB and I will start writing a > driver for a USB device, my device only uses INT transactions and my Kernel > is 2.4.17. > > Any idea for a good start point?, should

Re: [linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 09:36:09PM +0200, Oliver Neukum wrote: > > Should we not have a seperate directory for input devices ? They go in the class/ directory, as they are HID drivers. thanks, greg k-h ___ [EMAIL PROTECTED] To unsubscribe, use the l

[linux-usb-devel] page limit on bulk transfers in usbdevfs?

2002-04-03 Thread Chris Hanson
Date: Mon, 25 Mar 2002 15:22:50 -0500 From: Chris Hanson <[EMAIL PROTECTED]> From: David Brownell <[EMAIL PROTECTED]> Date: 2002-03-25 18:52:29 > Meanwhile, though, if eliminating the 4k limit seems like a good idea, > may I suggest applying this patch to the kernel

[linux-usb-devel] subscribe tbr@acm.org

2002-04-03 Thread Tom Rushworth
-- Tom Rushworth ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

[linux-usb-devel] Writing a Linux USB driver

2002-04-03 Thread Daniel Cruz
Hello Gentlemen, I'm new in this mailing group, also new at USB and I will start writing a driver for a USB device, my device only uses INT transactions and my Kernel is 2.4.17. Any idea for a good start point?, should I use usb-skeleton as a start point, cause I read it only supports Bulk tran

Re: [linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread Oliver Neukum
On Wednesday 03 April 2002 20:21, you wrote: > >>drivers/usb will have the following subdirectories: > >>class/ all USB class drivers > >>controller/ all USB device controller drivers > >>core/ the USB core code (both for devices and hosts) > >>fs/

Re: [linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 11:06:22AM -0800, David Brownell wrote: > > Ok, here's a first cut at a directory restructure for the drivers/usb > > directory. Please let me know if you like it or not (if no one > > responds, I'll assume you like it :) > > Seems good to me except that I'd put "fs" into

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

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 10:45:09AM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-04-02 16:59:57-08:00, [EMAIL PROTECTED] Sorry, I messed up on the email address, Vojtech did this patch. > USB > > fixes for 64bit processors > > drivers/usb/catc.c |4 ++-- > drivers/usb/hcd

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

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 10:45:09AM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-04-02 17:01:20-08:00, [EMAIL PROTECTED] > USB uhci > > bugfixes > > drivers/usb/uhci.c | 34 ++ > 1 files changed, 22 insertions(+), 12 deletions(-) # This is a BitKeeper

Re: [linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 09:47:50AM -0800, Stephen J. Gowdy wrote: > Hi Greg, > Would "device" be better than "controller"? I would find that less > confusing (and would help the tab completion issue that Oliver mentioned). Yes, that sounds good. thanks, greg k-h _

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

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 10:45:09AM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-04-02 16:58:32-08:00, [EMAIL PROTECTED] > USB pegasus driver > > semaphore cleanup and proper link detection > > drivers/usb/pegasus.c | 16 +++- > 1 files changed, 7 insertions(+), 9 deletion

Re: [linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread David Brownell
> Ok, here's a first cut at a directory restructure for the drivers/usb > directory. Please let me know if you like it or not (if no one > responds, I'll assume you like it :) Seems good to me except that I'd put "fs" into "core". Sure it's optional, but when it's around it's always part of usb

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

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 10:45:09AM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-04-02 16:55:38-08:00, [EMAIL PROTECTED] > USB hcd core > > update with the 2.5 version of hcd > > drivers/usb/hcd.c | 394 ++ > drivers/usb/hcd.h |2

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

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 10:45:09AM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-04-02 16:57:23-08:00, [EMAIL PROTECTED] > USB ohci driver fixes > >- An oopsable bug affecting unlink of interrupt > transfers. Fix mirrors one done ages ago for ISO. > (Original pat

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

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 10:45:09AM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-04-02 16:52:19-08:00, [EMAIL PROTECTED] > USB CDCEther driver update > > 1. adds support for devices that don't have the interrupt endpoint, which is >basically Sharp Zaurus SL-5000D support. Untest

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

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 10:45:09AM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-04-02 17:02:31-08:00, [EMAIL PROTECTED] > USB > > Configure.help, Config.in, and Makefile update for all of the recent changes > > Documentation/Configure.help | 66 ++-

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

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 10:45:09AM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-04-02 16:38:48-08:00, [EMAIL PROTECTED] > USB visor driver > > added support for the palm i705. > Thanks to Thomas Riemer for the device information. > > drivers/usb/serial/visor.c |8 +++- > driv

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

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 10:45:09AM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-04-02 16:53:51-08:00, [EMAIL PROTECTED] > USB > > added rtl8150 driver > > CREDITS |1 > drivers/usb/rtl8150.c | 762 ++ > 2 files changed

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

2002-04-03 Thread Greg KH
On Wed, Apr 03, 2002 at 10:45:09AM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-04-02 16:43:50-08:00, [EMAIL PROTECTED] > USB HID driver fixes > > - several fixes from 2.5 that are needed in 2.4 <[EMAIL PROTECTED]> > - allow driver to work without hid-input <[EMAIL PROTECTED]> > - re

[linux-usb-devel] [BK PATCH] USB changes for 2.4.19-pre5

2002-04-03 Thread Greg KH
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 |1 Documentation/Configure.help | 66 ++- drivers/input/joydev.c |8 drivers/usb/CDCEther.c | 664

Re: [linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread Petko Manolov
>>drivers/usb will have the following subdirectories: >> class/ all USB class drivers >> controller/ all USB device controller drivers >> core/ the USB core code (both for devices and hosts) >> fs/ usbfs code >> host/ all USB ho

Re: [linux-usb-devel] Lineo USB Device Software

2002-04-03 Thread Greg KH
On Tue, Apr 02, 2002 at 09:51:49PM -0800, Stuart Lynne wrote: > On Tue, Apr 02, 2002 at 09:12:25PM -0800, Greg KH wrote: > > On Tue, Apr 02, 2002 at 02:29:01PM -0800, David Brownell wrote: > > > > I can create a linux-usb-devices list on linux-usb.org if Stuart doesn't > > mind. Might as well ke

Re: [linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread Stephen J. Gowdy
Hi Greg, Would "device" be better than "controller"? I would find that less confusing (and would help the tab completion issue that Oliver mentioned). regards, Stephen. On Tue

[linux-usb-devel] "USB Debug Tips" article in ESP

2002-04-03 Thread Randy.Dunlap
The April 2002 issue of Embedded Systems Programming mag. has an article on "USB Debug Tips." It's at http://www.embedded.com/story/OEG20020321S0027 Not aimed at Linux though. :( -- ~Randy ___ [EMAIL PROTECTED] To unsubscribe, use the last form

Re: [linux-usb-devel] Lineo USB Device Software

2002-04-03 Thread Tom Rini
On Tue, Apr 02, 2002 at 02:35:52PM -0800, Stuart Lynne wrote: > On Tue, Apr 02, 2002 at 02:29:01PM -0800, David Brownell wrote: > > > The arm port has a USB host and client driver (or so I've been told, the > > > client might be this one for all I know :) I've seen the host driver, > > > and it w

Re: [linux-usb-devel] Lineo USB Device Software

2002-04-03 Thread Oliver Neukum
On Wednesday 03 April 2002 01:21, Alan Cox wrote: > > So all things being equal, bus was shorter than peripheral, in common > > use, and seemed to allow us to consider them as separate entities. > > Wouldn't longer names be clearer. Disk space is cheap 8) > > controllers/ > devices/ >

Re: [linux-usb-devel] Lineo USB Device Software

2002-04-03 Thread Stuart Lynne
On Tue, Apr 02, 2002 at 09:12:25PM -0800, Greg KH wrote: > On Tue, Apr 02, 2002 at 02:29:01PM -0800, David Brownell wrote: > > I can create a linux-usb-devices list on linux-usb.org if Stuart doesn't > mind. Might as well keep all of the relevant lists in the same place :) Sure or we can leave

Re: [linux-usb-devel] Lineo USB Device Software

2002-04-03 Thread Greg KH
On Tue, Apr 02, 2002 at 01:56:21PM -0800, Stuart Lynne wrote: > > - can I add the safe_serial driver to the tree? I have had some > > people ask me about something like this in the past, thanks > > for writing it. > > Yes. I added the safe_serial driver to the existing 2.5 tree,

[linux-usb-devel] [RFC] drivers/usb directory restructure

2002-04-03 Thread Greg KH
Hi all, Ok, here's a first cut at a directory restructure for the drivers/usb directory. Please let me know if you like it or not (if no one responds, I'll assume you like it :) drivers/usb will have the following subdirectories: class/ all USB class drivers controller/

  1   2   >