Am Samstag, 25. September 2004 07:42 schrieb justin:
> static void bally_read_bulk_callback (struct urb *purb)
> {
> struct usb_bally *dev = (struct usb_bally *)purb->context;
> int result = 0;
>
> // if interrupted, just return
> if (purb->status == -ENOENT)
> {
> return;
> }
>
Hello all, new linux convert here. My company is creating gaming
devices and so we are programming a Reel Control Unit. This device
requires a 64 BYTE message with every message
I am using a 2.4.26 kernel (knoppix scaled down). My problem is that
once we plug in the device and begin talking t
> > The transfer/setup problem probably indicates that your pci_map_single
> > code (which you had to write for the SH processor, as I recall) is not
> > behaving correctly.
>
> I want to clarify better the problem that I have with transfer and
> setup:
OK, you're right that data structures allo
"david-b/OU=internet/DD.RFC-822=david-b"@[EMAIL PROTECTED]
wrote:
>
> The transfer/setup problem probably indicates that your pci_map_single
> code (which you had to write for the SH processor, as I recall) is not
> behaving correctly.
>
I want to clarify better the problem that I have with tra
April 23, 2001 3:17 AM
Subject: [linux-usb-devel] Usb Driver: problem with pci_pool_alloc.
> Hallo,
>
> I have tried to use the pcipool patch (and the usb-ohci0323 and 0324
> patchs ) for my architecture, but I have a problem with pci_pool_alloc
> call inside td_alloc function:
>
Hallo,
I have tried to use the pcipool patch (and the usb-ohci0323 and 0324
patchs ) for my architecture, but I have a problem with pci_pool_alloc
call inside td_alloc function:
I get always the same address for my td.
I haven't yet investigate about this problem, and now I use
pci_alloc_consis
, March 15, 2001 6:05 PM
Subject: [linux-usb-devel] USB driver problem
> Hi,
>
> I am new to usb-driver programming.
> I am trying to write a usb driver for a smartcard reader
> The device is supposed to fall under HID class.
> How to configure the hid driver to recognize this device ?
The device specification says its a HID class device.
It's working in Windows.
But the descriptor structure in linux has 0xFF for DeviceClass,
DeviceSubClass & DeviceProtocol ( Vendor specific ? ).
That's why i started writing a seperate driver.
I am supposed to use set_report for sending data
Are you sure it's an HID class device? Most of these devices are Storage
Class or Vendor Specific.
Matt
On Thu, Mar 15, 2001 at 10:35:04PM +0530, hariharan swaminathan wrote:
> Hi,
>
> I am new to usb-driver programming.
> I am trying to write a usb driver for a smartcard reader
> The device i
Hi,
I am new to usb-driver programming.
I am trying to write a usb driver for a smartcard reader
The device is supposed to fall under HID class.
How to configure the hid driver to recognize this device ?
This device has 1 intr endpoint & data is to be transfered thro' cntrl endpoint.
My irq hand
10 matches
Mail list logo