All of lore.kernel.org
 help / color / mirror / Atom feed
* Snd-usb-audio and usb-phones.
@ 2006-10-20  8:36 K.A.
  2006-10-20  9:36 ` Markus Rechberger
  2006-10-20  9:53 ` Clemens Ladisch
  0 siblings, 2 replies; 7+ messages in thread
From: K.A. @ 2006-10-20  8:36 UTC (permalink / raw)
  To: alsa-devel

On Fri, Oct 20, 2006 at 10:08:59AM +0300, akbara wrote:
 On Tue, Oct 17, 2006 at 09:57:33AM +0300, akbara wrote:
 Hello, Takashi!
 I bought a noname usb ip-phone. So when plugging it in, your driver
 snd-usb-audio is used. So I decided to ask whether you know if drivers
 for such devices exist.
 The problem is that the phone is found as an audio device, it uses
 the hiddev96 driver, but I can't hear any sound when trying to call to
 my Skype contact -- only noise, and crack, and flicks while the call is
 processing.
 So, my question is: do any drivers for such devices exist? And -- what
 can I look for?
 Distro -- Debian Etch, 2.6.18 (vanilla).
 After plugging in the phone:
 -----------------------------------------------------------------
 dmesg:
 usb 2-2: new full speed USB device using uhci_hcd and address 2
 usb 2-2: configuration #1 chosen from 1 choice
 2:1:1: cannot get freq at ep 0x2
 2:2:1: cannot get freq at ep 0x82
 usbcore: registered new driver snd-usb-audio
 usbcore: registered new driver hiddev
 hiddev96: USB HID v2.01 Device [BUILDWIN SKYPE PHONE] on usb-0000:00:1d.0-2
 usbcore: registered new driver usbhid
 drivers/usb/input/hid-core.c: v2.6:USB HID core driver
 usb 2-2: USB disconnect, address 2
 usb 2-2: new full speed USB device using uhci_hcd and address 3
 usb 2-2: configuration #1 chosen from 1 choice
 3:1:1: cannot get freq at ep 0x2
 3:2:1: cannot get freq at ep 0x82
 hiddev96: USB HID v2.01 Device [BUILDWIN SKYPE PHONE] on usb-0000:00:1d.0-2
 ---------------------------------------------------------------------------
 lsmod | grep usb
 usbhid                 41856  0 
 snd_usb_audio          78000  0 
 snd_usb_lib            17944  1 snd_usb_audio
 snd_rawmidi            26016  1 snd_usb_lib
 snd_pcm                82860  5 snd_usb_audio,snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
 usbcore               137420  6 usbhid,snd_usb_audio,snd_usb_lib,uhci_hcd,ehci_hcd
 ------------------------------------------------------------------------------------
 lsusb:
 Bus 003 Device 001: ID 0000:0000  
 Bus 004 Device 001: ID 0000:0000  
 Bus 002 Device 003: ID 1908:1389  
 Bus 002 Device 001: ID 0000:0000  
 Bus 001 Device 001: ID 0000:0000  
 -------------------------------------------------------------------------
 Is the problem only in special drivers from the vendor?
-- 
К.А.,
enfant terrible.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Snd-usb-audio and usb-phones.
  2006-10-20  8:36 Snd-usb-audio and usb-phones K.A.
@ 2006-10-20  9:36 ` Markus Rechberger
  2006-10-21 14:28   ` K.A.
  2006-10-20  9:53 ` Clemens Ladisch
  1 sibling, 1 reply; 7+ messages in thread
From: Markus Rechberger @ 2006-10-20  9:36 UTC (permalink / raw)
  To: K.A.; +Cc: alsa-devel

Hi,

could you paste the output of usbview on
http://alsa.opensrc.org/usbphone (create this site)
Do you have any link for that usbphone?
I wrote a driver for the au600 usb phone gateway which could be hacked
up to get your device work too.
http://alsa.opensrc.org/au600

the following link provides some more information on what extra
information you could provide (usbsnoop log):
http://www.linuxtv.org/v4lwiki/index.php/USBVideo

cheers,
Markus

On 10/20/06, K.A. <deb.lists@gmail.com> wrote:
> On Fri, Oct 20, 2006 at 10:08:59AM +0300, akbara wrote:
>  On Tue, Oct 17, 2006 at 09:57:33AM +0300, akbara wrote:
>  Hello, Takashi!
>  I bought a noname usb ip-phone. So when plugging it in, your driver
>  snd-usb-audio is used. So I decided to ask whether you know if drivers
>  for such devices exist.
>  The problem is that the phone is found as an audio device, it uses
>  the hiddev96 driver, but I can't hear any sound when trying to call to
>  my Skype contact -- only noise, and crack, and flicks while the call is
>  processing.
>  So, my question is: do any drivers for such devices exist? And -- what
>  can I look for?
>  Distro -- Debian Etch, 2.6.18 (vanilla).
>  After plugging in the phone:
>  -----------------------------------------------------------------
>  dmesg:
>  usb 2-2: new full speed USB device using uhci_hcd and address 2
>  usb 2-2: configuration #1 chosen from 1 choice
>  2:1:1: cannot get freq at ep 0x2
>  2:2:1: cannot get freq at ep 0x82
>  usbcore: registered new driver snd-usb-audio
>  usbcore: registered new driver hiddev
>  hiddev96: USB HID v2.01 Device [BUILDWIN SKYPE PHONE] on usb-0000:00:1d.0-2
>  usbcore: registered new driver usbhid
>  drivers/usb/input/hid-core.c: v2.6:USB HID core driver
>  usb 2-2: USB disconnect, address 2
>  usb 2-2: new full speed USB device using uhci_hcd and address 3
>  usb 2-2: configuration #1 chosen from 1 choice
>  3:1:1: cannot get freq at ep 0x2
>  3:2:1: cannot get freq at ep 0x82
>  hiddev96: USB HID v2.01 Device [BUILDWIN SKYPE PHONE] on usb-0000:00:1d.0-2
>  ---------------------------------------------------------------------------
>  lsmod | grep usb
>  usbhid                 41856  0
>  snd_usb_audio          78000  0
>  snd_usb_lib            17944  1 snd_usb_audio
>  snd_rawmidi            26016  1 snd_usb_lib
>  snd_pcm                82860  5
> snd_usb_audio,snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
>  usbcore               137420  6
> usbhid,snd_usb_audio,snd_usb_lib,uhci_hcd,ehci_hcd
> ------------------------------------------------------------------------------------
>  lsusb:
>  Bus 003 Device 001: ID 0000:0000
>  Bus 004 Device 001: ID 0000:0000
>  Bus 002 Device 003: ID 1908:1389
>  Bus 002 Device 001: ID 0000:0000
>  Bus 001 Device 001: ID 0000:0000
>  -------------------------------------------------------------------------
>  Is the problem only in special drivers from the vendor?
> --
> К.А.,
> enfant terrible.
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>


-- 
Markus Rechberger
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Snd-usb-audio and usb-phones.
  2006-10-20  8:36 Snd-usb-audio and usb-phones K.A.
  2006-10-20  9:36 ` Markus Rechberger
@ 2006-10-20  9:53 ` Clemens Ladisch
  2006-10-20 10:52   ` Markus Rechberger
  2006-10-21 14:29   ` K.A.
  1 sibling, 2 replies; 7+ messages in thread
From: Clemens Ladisch @ 2006-10-20  9:53 UTC (permalink / raw)
  To: K.A., alsa-devel

K.A. wrote:
>  I bought a noname usb ip-phone. So when plugging it in, your driver
>  snd-usb-audio is used. So I decided to ask whether you know if drivers
>  for such devices exist.

Yes, a driver for USB audio devices does exist.
Its name is snd-usb-audio.

>  The problem is that the phone is found as an audio device, it uses
>  the hiddev96 driver, but I can't hear any sound when trying to call to
>  my Skype contact -- only noise, and crack, and flicks while the call is
>  processing.
> ...
>  2:1:1: cannot get freq at ep 0x2
>  2:2:1: cannot get freq at ep 0x82

These error messages indicate that your device isn't quite compatible
with the USB audio specification.

Please show the output of "lsusb -v" for this device.

Does this device require a separate driver for Windows, or does it work
with the standard driver shipped with Windows?


Regards,
Clemens

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Snd-usb-audio and usb-phones.
  2006-10-20  9:53 ` Clemens Ladisch
@ 2006-10-20 10:52   ` Markus Rechberger
  2006-10-20 12:59     ` Takashi Iwai
  2006-10-21 14:29   ` K.A.
  1 sibling, 1 reply; 7+ messages in thread
From: Markus Rechberger @ 2006-10-20 10:52 UTC (permalink / raw)
  To: Clemens Ladisch; +Cc: K. A., alsa-devel

Hi,

On 10/20/06, Clemens Ladisch <cladisch@fastmail.net> wrote:
> K.A. wrote:
> >  I bought a noname usb ip-phone. So when plugging it in, your driver
> >  snd-usb-audio is used. So I decided to ask whether you know if drivers
> >  for such devices exist.
>
> Yes, a driver for USB audio devices does exist.
> Its name is snd-usb-audio.
>

I think it's better to split of usb phones, since they usually have
input keys, CSID, ring detection (if it's a usb phone gateway),
support ringing, hang up/off detection etc.

Asterisk dev guys have lot of experience in the telco area and how
they could implement such devices so it would be nice to get in
contact with some of them.
I also saw userspace libs out there that interface such devices using
usbfs, seems like it works fine for them too.
USB Phones usually only support around 8000 - 9600hz

snd-usb-audio is just fine for standard usbaudio stuff (which isn't
done 100% at the moment either) also hotplugging a device when it's in
use doesn't seem to work with it correctly yet.

cheers,
Markus

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Snd-usb-audio and usb-phones.
  2006-10-20 10:52   ` Markus Rechberger
@ 2006-10-20 12:59     ` Takashi Iwai
  0 siblings, 0 replies; 7+ messages in thread
From: Takashi Iwai @ 2006-10-20 12:59 UTC (permalink / raw)
  To: Markus Rechberger; +Cc: K. A., alsa-devel

At Fri, 20 Oct 2006 12:52:16 +0200,
Markus Rechberger wrote:
> 
> snd-usb-audio is just fine for standard usbaudio stuff (which isn't
> done 100% at the moment either) also hotplugging a device when it's in
> use doesn't seem to work with it correctly yet.

Already fixed in the recent version.


Takashi

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Snd-usb-audio and usb-phones.
  2006-10-20  9:36 ` Markus Rechberger
@ 2006-10-21 14:28   ` K.A.
  0 siblings, 0 replies; 7+ messages in thread
From: K.A. @ 2006-10-21 14:28 UTC (permalink / raw)
  To: Markus Rechberger; +Cc: alsa-devel

On Fri, Oct 20, 2006 at 11:36:39AM +0200, Markus Rechberger wrote:
Hi,

> could you paste the output of usbview on
> http://alsa.opensrc.org/usbphone (create this site)

Yes, I have made it.

> Do you have any link for that usbphone?

I think, this one: http://www.buildwin.com.cn/Product.asp?BigClassName=USB%B5%E7%BB%B0%D7%A8%D3%C3%D0%BE%C6%AC

> I wrote a driver for the au600 usb phone gateway which could be hacked
> up to get your device work too.
> http://alsa.opensrc.org/au600
 
> the following link provides some more information on what extra
> information you could provide (usbsnoop log):
				^^^^^^^^^^^^^
Haven't you misprinted?
-- 
К.А.,
enfant terrible.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Snd-usb-audio and usb-phones.
  2006-10-20  9:53 ` Clemens Ladisch
  2006-10-20 10:52   ` Markus Rechberger
@ 2006-10-21 14:29   ` K.A.
  1 sibling, 0 replies; 7+ messages in thread
From: K.A. @ 2006-10-21 14:29 UTC (permalink / raw)
  To: alsa-devel

On Fri, Oct 20, 2006 at 11:53:49AM +0200, Clemens Ladisch wrote:
> K.A. wrote:
> >  I bought a noname usb ip-phone. So when plugging it in, your driver
> >  snd-usb-audio is used. So I decided to ask whether you know if drivers
> >  for such devices exist.
> 
> Yes, a driver for USB audio devices does exist.
> Its name is snd-usb-audio.
I see, but it doesn't help me. :)

> >  The problem is that the phone is found as an audio device, it uses
> >  the hiddev96 driver, but I can't hear any sound when trying to call to
> >  my Skype contact -- only noise, and crack, and flicks while the call is
> >  processing.
> > ...
> >  2:1:1: cannot get freq at ep 0x2
> >  2:2:1: cannot get freq at ep 0x82
> 
> These error messages indicate that your device isn't quite compatible
> with the USB audio specification.
> 
> Please show the output of "lsusb -v" for this device.
---------------------------------------------------------
lsusb -v:

Bus 004 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed hub
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.18 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.2
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 003 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed hub
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.18 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 002 Device 002: ID 1908:1389  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x1908 
  idProduct          0x1389 
  bcdDevice            1.00
  iManufacturer           1 BUILDWIN
  iProduct                2 SKYPE PHONE
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          254
    bNumInterfaces          4
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              200mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      1 Control Device
      bInterfaceProtocol      0 
      iInterface              0 
      AudioControl Interface Descriptor:
        bLength                10
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdADC               1.00
        wTotalLength          100
        bInCollection           2
        baInterfaceNr( 0)       1
        baInterfaceNr( 1)       2
      AudioControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bNrChannels             2
        wChannelConfig     0x0003
          Left Front (L)
          Right Front (R)
        iChannelNames           0 
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             2
        wTerminalType      0x0201 Microphone
        bAssocTerminal          0
        bNrChannels             1
        wChannelConfig     0x0001
          Left Front (L)
        iChannelNames           0 
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             6
        wTerminalType      0x0301 Speaker
        bAssocTerminal          0
        bSourceID               9
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             7
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               8
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      5 (SELECTOR_UNIT)
        bUnitID                 8
        bNrInPins               1
        baSource( 0)           10
        iSelector               0 
      AudioControl Interface Descriptor:
        bLength                10
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                 9
        bSourceID              15
        bControlSize            1
        bmaControls( 0)      0x01
          Mute
        bmaControls( 1)      0x02
          Volume
        bmaControls( 2)      0x02
          Volume
        iFeature                0 
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                10
        bSourceID               2
        bControlSize            1
        bmaControls( 0)      0x43
          Mute
          Volume
          Automatic Gain
        bmaControls( 1)      0x00
        iFeature                0 
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                13
        bSourceID               2
        bControlSize            1
        bmaControls( 0)      0x03
          Mute
          Volume
        bmaControls( 1)      0x00
        iFeature                0 
      AudioControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      4 (MIXER_UNIT)
        bUnitID                15
        bNrInPins               2
        baSourceID( 0)          1
        baSourceID( 1)         13
        bNrChannels             2
        wChannelConfig     0x0003
          Left Front (L)
          Right Front (R)
        iChannelNames           0 
        bmControls         0x00
        iMixer                  0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      AudioStreaming Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink           1
        bDelay                  1 frames
        wFormatTag              1 PCM
      AudioStreaming Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bNrChannels             1
        bSubframeSize           2
        bBitResolution         16
        bSamFreqType            1 Discrete
        tSamFreq[ 0]        16000
      Endpoint Descriptor:
        bLength                 9
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            9
          Transfer Type            Isochronous
          Synch Type               Adaptive
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval               1
        bRefresh                0
        bSynchAddress           0
        AudioControl Endpoint Descriptor:
          bLength                 7
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x01
            Sampling Frequency
          bLockDelayUnits         1 Milliseconds
          wLockDelay              1 Milliseconds
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      AudioStreaming Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink           7
        bDelay                  1 frames
        wFormatTag              1 PCM
      AudioStreaming Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bNrChannels             1
        bSubframeSize           2
        bBitResolution         16
        bSamFreqType            1 Discrete
        tSamFreq[ 0]        16000
      Endpoint Descriptor:
        bLength                 9
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval               1
        bRefresh                0
        bSynchAddress           0
        AudioControl Endpoint Descriptor:
          bLength                 7
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x01
            Sampling Frequency
          bLockDelayUnits         0 Undefined
          wLockDelay              0 Undefined
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        3
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         3 Human Interface Devices
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      0 None
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               2.01
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      40
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               1
Device Status:     0xc238
  (Bus Powered)

Bus 002 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed hub
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.18 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0103 power enable connect
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 001 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.18 ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:1d.7
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             6
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0000
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled
-------------------------------------------------------
> Does this device require a separate driver for Windows, or does it work
> with the standard driver shipped with Windows?
Well, sound drivers, as I can understand, are standard, because the
system suggests to install ones for the usb-device. There's a program
that distributed with the phone -- SkypePall (or something that sounds alike). This
utility is used by Skype and enables the buttons on the phone. Without
SkypePall it works as a sound card.

-- 
К.А.,
enfant terrible.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-10-21 14:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-20  8:36 Snd-usb-audio and usb-phones K.A.
2006-10-20  9:36 ` Markus Rechberger
2006-10-21 14:28   ` K.A.
2006-10-20  9:53 ` Clemens Ladisch
2006-10-20 10:52   ` Markus Rechberger
2006-10-20 12:59     ` Takashi Iwai
2006-10-21 14:29   ` K.A.

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.