Justin Piszcz | 3 Jan 15:21

3.1.5: uvcvideo: Failed to resubmit video URB (-27).

Hello,

Using an Acer 7551-7442 here with the following built-in webcam:
Bus 002 Device 004: ID 0402:9665 ALi Corp. Gateway Webcam

It seems motion locks up every day or so and I see this in the kernel logs:
[378982.724053] uvcvideo: Failed to resubmit video URB (-27).
[378982.724066] uvcvideo: Failed to resubmit video URB (-27).
[378982.724079] uvcvideo: Failed to resubmit video URB (-27).
[378982.724090] uvcvideo: Failed to resubmit video URB (-27).
[378982.724101] uvcvideo: Failed to resubmit video URB (-27).
[489148.723367] uvcvideo: Failed to resubmit video URB (-27).
[489148.723379] uvcvideo: Failed to resubmit video URB (-27).
[489148.723391] uvcvideo: Failed to resubmit video URB (-27).
[489148.723403] uvcvideo: Failed to resubmit video URB (-27).
[489148.723414] uvcvideo: Failed to resubmit video URB (-27).

If I restart motion, it will usually start working again, I do not
have this problem on other (retail) Logitech webcams, was curious if
this a bug with the webcam (quirk?) or a problem in uvcvideo?

The camera is built-into the laptop screen at the top in the middle.

lsusb verbose:

Bus 002 Device 004: ID 0402:9665 ALi Corp. Gateway Webcam
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
(Continue reading)

stream hu | 31 Dec 07:46
Picon

What should I do if I want to add new control through the uvcdynctrl

Hi, all:

I'm a newer of Linux developer, and I'm interesting in the UVC EU because I want to add my personal control for the camera(for example, zoom in/out, which the camera supports).
what I have done is as follow:
(1) Get the GUID of the device;
(2) Modify the "usr/share/uvcdynctrl/data/

046d/logitech.xml", and replace the GUID with the new GUID, VID, PID;
(3) And I load the XML dynamically with the command "uvcdynctrl"

But it returns the error that: Unable to add control with GUID...

So I'm wondering that is there any examples about how to add new control for the device?
If no, what's the meaning of tag "selector", "index","size", where is the value comes from?

<control id="logitech_video_raw_bpp">
<entity>UVC_GUID_LOGITECH_VIDEO_PIPE</entity>
<selector>XU_RAW_DATA_BITS_PER_PIXEL</selector>
<index>7</index>
<size>1</size>

If there is an example about how to add the new control, I will very appreciate for that!!
Thanks for your attention!

_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel <at> lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
mehdi | 29 Dec 13:14
Picon
Favicon

Write driver logitech webcam

Hi,
I would like to write a program to control zoom in and out of the webcam logitech c270.
Could you give me some (device) information. This is my first try.
Thanks,
Mehdi

_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel <at> lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
Marco Madrigal | 28 Dec 21:11
Picon
Picon
Favicon

Re: Philips SPZ2000/00

Hi,

Just a little comment to clarify a point maybe unknown:

Actually Skype for Linux (I am talking about Skype v2.2 Beta) does support MJPEG video ;)

"In the Linux client, you must either use YUV or MJPEG.  NV12 is not supported.  To use MJPEG with the Linux client an external library is required to convert the video data for Skype.
 
From the README file:
* If your camera capture is showing a green, scrambled or black image,
this workaround may help:
- Ubuntu 32 bit: install "libv4l-0" package and launch Skype with: 
LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so skype
- Ubuntu 64 bit: install "lib32v4l-0" package and launch Skype with: 
LD_PRELOAD=/usr/lib32/libv4l/v4l2convert.so skype
- Other distributions might have the same library, but may have a 
different path."

Best Regards,

Marco. 

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 27.11.2011 19:08, schrieb Michele: > Il giorno 25/11/2011 alle ore 12:00, Alexey Fisher ha scritto: > > >> Hi, > > Hello, > > Thank for you patience. > >> please use luvcview or guvcview for testing. If you need root, >> then you should check you permission rights on /dev/video* or >> /dev/dri/card* . > > I think root was a red herring due different setups of the > environment. > > >> Do the cam work stable if change video parameters on windows. >> Did you installed phillips driver on windows? > > This is the driver used as a driver for the webcam. in the webcam > box thre's no installation CD anyway. > > Driver Name usbvideo.sys Address 0x95C13000 End Address > 0x95C37000 Size 0x00024000 Load Count 1 Index 136 File Type > Driver Description USB Video Class Driver Version 6.1.7601.17514 > (win7sp1_rtm.101119-1850) Company Microsoft Corporation Product > Name Microsoft® Windows® Operating System Modified Date > 20/11/2010 22:29:03 Created Date 20/11/2010 22:29:03 Filename > C:\Windows\System32\Drivers\usbvideo.sys File Attributes A Service > Name usbvideo Service Display Name Dispositivo video USB (WDM) > > seems to me that is the stock USB driver of Seven. I've had non > problems with MSN live, Skype or even DScaler (that sees the cam as > Direct show). > > I've made some experiments using guvcview. > > I've asked to use a resolution of 172x144, then a resolution of > 320x240 then again 172x144. > > The first time i can see the image correctly. The second time the > program fails with a device or resource busy message The third time > with the same resolution it fails with the same error > > To make guvcview work again, I've to disconnect and reconnect the > webcam from the usb bus. This behaviour is reproducible as normal > use or root. > > Attached to this messages there is a log of the kernel messages and > the console output of guvcview. > > I hope these data could pinpoint the area where the problem could > lie and also warn the potential buyers of the cam of the possible > problems with this Philips branded webcam. > > Best Regards. > > Mike hmm... you used mjpeg compressed stream for testing. how i said before, skype on linux use only yuv-raw stream. With the debug message you send i can see following jpeg 172x144 <at> 30fps set 512 B/frame jpeg 320x240 <at> 30fps set 768 B/frame - in this case we get error -28 ENOSPC No space left on device. The bandwidth provided by this cam seems to be really wrong. My logitech set for bot jpeg 172x144 <at> 30fps and 320x240 <at> 30fps 192 B/frame. How about raw? do it request wrong bandwidth for raw to? Currently i do not know how to handle the freeze issue. So here is the list of problems by this cam: - - it is not USB 2.0, this is why we can request bigger resolution - - it cant handle resolution switch on the fly, and in case of URB error, we need to hard reset it. If we will try to reset the cam with uvcvideo we will kill audio stream (for cam with build in mic). This will make other people angry and add unexpected bug. - - it provide wrong bandwidth info. I still ask my self, how windows handle this? or is there some undocumented agreement between factories and microsoft? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7TYZQACgkQw8E0jNwoJm9XUgCgiwNK2VFdvfEJwxV/1fdTsCya 3BwAn2KwsLEhAiROhOmzPXs6I85lot7q =BhM4 -----END PGP SIGNATURE-----
_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel <at> lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
Thomas Jensen | 23 Dec 07:49
Picon

AVEO Technology Corp. 1871:0516

Hello

I got a USB-microscope from Aldi supermarket. When I attach it to my
computer with Ubuntu 11.10, the following is written to syslog. After
that, there is the output from lsusb. I expect it will use the
uvcvideo-module, because other AVEO Technology Corp. microscope do, but
I don't know for sure. Please let me know if you need more info.

From syslog:

kernel: [ 1486.944217] usb 2-5: new high speed USB device number 4 using
ehci_hcd
udevd[307]: seq 1977 queued, 'add' 'usb'
udevd[307]: passed 257 bytes to netlink monitor 0x215c21f8
udevd[503]: seq 1977 running
udevd[503]: device 0x215c5078 has devpath
'/devices/pci0000:00/0000:00:1d.7/usb2/2-5'
udevd[503]: no db file to read /run/udev/data/c189:131: No such file or
directory
udevd[503]: PROGRAM 'mtp-probe
/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-5 2 4'
/lib/udev/rules.d/39-libmtp.rules:735
udevd[307]: seq 1978 queued, 'add' 'usb'
udevd[307]: seq 1979 queued, 'add' 'usb'
udevd[3755]: starting 'mtp-probe
/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-5 2 4'
mtp-probe: checking bus 2, device 4:
"/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-5"
mtp-probe: bus: 2, device: 4 was not an MTP device
udevd[503]: 'mtp-probe /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-5 2
4'(out) '0'
udevd[503]: 'mtp-probe /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-5 2
4' [3755] exit with return code 0
udevd[503]: device 0x215c5200 has devpath
'/devices/pci0000:00/0000:00:1d.7/usb2'
udevd[503]: device 0x215c3200 has devpath '/devices/pci0000:00/0000:00:1d.7'
udevd[503]: device 0x215c4bf0 has devpath '/devices/pci0000:00'
udevd[503]: IMPORT 'usb_id --export
/devices/pci0000:00/0000:00:1d.7/usb2/2-5'
/lib/udev/rules.d/40-libgphoto2-2.rules:11
udevd[3756]: starting 'usb_id --export
/devices/pci0000:00/0000:00:1d.7/usb2/2-5'
usb_id[3756]: custom logging function 0x22cb0008 registered
udevd[503]: 'usb_id --export
/devices/pci0000:00/0000:00:1d.7/usb2/2-5'(out)
'ID_VENDOR=AVEO_Technology_Corp.'
udevd[503]: 'usb_id --export
/devices/pci0000:00/0000:00:1d.7/usb2/2-5'(out)
'ID_VENDOR_ENC=AVEO\x20Technology\x20Corp.'
udevd[503]: 'usb_id --export
/devices/pci0000:00/0000:00:1d.7/usb2/2-5'(out) 'ID_VENDOR_ID=1871'
udevd[503]: 'usb_id --export
/devices/pci0000:00/0000:00:1d.7/usb2/2-5'(out) 'ID_MODEL=USB2.0_Camera'
udevd[503]: 'usb_id --export
/devices/pci0000:00/0000:00:1d.7/usb2/2-5'(out)
'ID_MODEL_ENC=USB2.0\x20Camera'
udevd[503]: 'usb_id --export
/devices/pci0000:00/0000:00:1d.7/usb2/2-5'(out) 'ID_MODEL_ID=0516'
udevd[503]: 'usb_id --export
/devices/pci0000:00/0000:00:1d.7/usb2/2-5'(out) 'ID_REVISION=0307'
udevd[503]: 'usb_id --export
/devices/pci0000:00/0000:00:1d.7/usb2/2-5'(out)
'ID_SERIAL=AVEO_Technology_Corp._USB2.0_Camera'
udevd[503]: 'usb_id --export
/devices/pci0000:00/0000:00:1d.7/usb2/2-5'(out) 'ID_BUS=usb'
udevd[503]: 'usb_id --export
/devices/pci0000:00/0000:00:1d.7/usb2/2-5'(out)
'ID_USB_INTERFACES=:ff0100:0e0200:'
udevd[503]: 'usb_id --export /devices/pci0000:00/0000:00:1d.7/usb2/2-5'
[3756] exit with return code 0
udevd[503]: MODE 0664 /lib/udev/rules.d/50-udev-default.rules:55
udevd[503]: no node name set, will use kernel supplied name
'bus/usb/002/004'
udevd[503]: creating device node '/dev/bus/usb/002/004', devnum=189:131,
mode=0664, uid=0, gid=0
udevd[503]: preserve file '/dev/bus/usb/002/004', because it has correct
dev_t
udevd[503]: set permissions /dev/bus/usb/002/004, 020664, uid=0, gid=0
udevd[503]: creating symlink '/dev/char/189:131' to '../bus/usb/002/004'
udevd[503]: created db file '/run/udev/data/c189:131' for
'/devices/pci0000:00/0000:00:1d.7/usb2/2-5'
udevd[503]: passed -1 bytes to netlink monitor 0x215c9708
udevd[503]: seq 1977 processed with 0
udevd[307]: seq 1977 done with 0
udevd[307]: passed 275 bytes to netlink monitor 0x215c21f8
udevd[504]: seq 1979 running
udevd[503]: seq 1978 running
udevd[503]: device 0x215c3c00 has devpath
'/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0'
udevd[504]: device 0x215c21f8 has devpath
'/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.1'
udevd[503]: no db file to read /run/udev/data/+usb:2-5:1.0: No such file
or directory
udevd[504]: no db file to read /run/udev/data/+usb:2-5:1.1: No such file
or directory
udevd[503]: device 0x215c4f58 has devpath
'/devices/pci0000:00/0000:00:1d.7/usb2/2-5'
udevd[504]: device 0x215c26b0 has devpath
'/devices/pci0000:00/0000:00:1d.7/usb2/2-5'
udevd[503]: device 0x215c3d38 has devpath
'/devices/pci0000:00/0000:00:1d.7/usb2'
udevd[503]: device 0x215c3eb0 has devpath '/devices/pci0000:00/0000:00:1d.7'
udevd[504]: device 0x215c2990 has devpath
'/devices/pci0000:00/0000:00:1d.7/usb2'
udevd[503]: device 0x215c35a0 has devpath '/devices/pci0000:00'
udevd[504]: device 0x215c2b28 has devpath '/devices/pci0000:00/0000:00:1d.7'
udevd[504]: device 0x215c2cf8 has devpath '/devices/pci0000:00'
udevd[307]: passed 274 bytes to netlink monitor 0x215c21f8
udevd[503]: RUN 'usb_modeswitch --driver-bind %p %s{idVendor}
%s{idProduct} %E{PRODUCT}' /lib/udev/rules.d/40-usb_modeswitch.rules:17
udevd[503]: RUN '/sbin/modprobe -bv $env{MODALIAS}'
/lib/udev/rules.d/80-drivers.rules:5
udevd[504]: RUN '/sbin/modprobe -bv $env{MODALIAS}'
/lib/udev/rules.d/80-drivers.rules:5
udevd[3757]: starting 'usb_modeswitch --driver-bind
/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0   1871/516/307'
udevd[3758]: starting '/sbin/modprobe -bv
usb:v1871p0516d0307dcEFdsc02dp01ic0Eisc02ip00'
udevd[504]: '/sbin/modprobe -bv
usb:v1871p0516d0307dcEFdsc02dp01ic0Eisc02ip00'(err) 'FATAL: Module
usb:v1871p0516d0307dcEFdsc02dp01ic0Eisc02ip00 not found.'
udevd[504]: '/sbin/modprobe -bv
usb:v1871p0516d0307dcEFdsc02dp01ic0Eisc02ip00' [3758] exit with return
code 1
udevd[504]: passed -1 bytes to netlink monitor 0x215c9140
udevd[504]: seq 1979 processed with 0
udevd[307]: seq 1979 done with 0
udevd[503]: 'usb_modeswitch --driver-bind
/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0   1871/516/307' [3757]
exit with return code 0
udevd[3764]: starting '/sbin/modprobe -bv
usb:v1871p0516d0307dcEFdsc02dp01icFFisc01ip00'
udevd[503]: '/sbin/modprobe -bv
usb:v1871p0516d0307dcEFdsc02dp01icFFisc01ip00'(err) 'FATAL: Module
usb:v1871p0516d0307dcEFdsc02dp01icFFisc01ip00 not found.'
udevd[503]: '/sbin/modprobe -bv
usb:v1871p0516d0307dcEFdsc02dp01icFFisc01ip00' [3764] exit with return
code 1
udevd[503]: passed -1 bytes to netlink monitor 0x215c9708
udevd[503]: seq 1978 processed with 0
udevd[307]: seq 1978 done with 0

From lsusb:

Bus 002 Device 005: ID 1871:0516 Aveo Technology Corp. USB2.0 Camera
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x1871 Aveo Technology Corp.
  idProduct          0x0516 USB2.0 Camera
  bcdDevice            3.07
  iManufacturer           1 AVEO Technology Corp.
  iProduct                2 USB2.0 Camera
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          411
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass        255 Vendor Specific Class
      bFunctionSubClass       3
      bFunctionProtocol       0
      iFunction               2 USB2.0 Camera
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      0
      iInterface              2 USB2.0 Camera
      ** UNRECOGNIZED:  0d 24 01 00 01 4d 00 80 c3 c9 01 01 01
      ** UNRECOGNIZED:  12 24 02 01 01 02 00 00 00 00 00 00 00 00 03 00
00 00
      ** UNRECOGNIZED:  09 24 03 02 01 01 00 04 00
      ** UNRECOGNIZED:  0b 24 05 03 01 00 00 02 1b 04 00
      ** UNRECOGNIZED:  1a 24 06 04 52 f2 b8 aa d1 8e 72 49 8c ed 96 b1
7f 04 40 8b 01 01 03 01 03 00
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x85  EP 5 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               7
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0
      iInterface              0
      VideoStreaming Interface Descriptor:
        bLength                            14
        bDescriptorType                    36
        bDescriptorSubtype                  1 (INPUT_HEADER)
        bNumFormats                         1
        wTotalLength                      207
        bEndPointAddress                  131
        bmInfo                              0
        bTerminalLink                       2
        bStillCaptureMethod                 2
        bTriggerSupport                     1
        bTriggerUsage                       0
        bControlSize                        1
        bmaControls( 0)                    27
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        1
        bNumFrameDescriptors                5
        guidFormat
{59555932-0000-1000-8000-00aa00389b71}
        bBitsPerPixel                      16
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 2 fields
          Field 1 first: No
          Field pattern: Field 1 only
          bCopyProtect                      0
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                 36864000
        dwMaxBitRate                 36864000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                 48660480
        dwMaxBitRate                 48660480
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         9
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           1280
        wHeight                           960
        dwMinBitRate                157286400
        dwMaxBitRate                157286400
        dwMaxVideoFrameBufferSize     2457600
        dwDefaultFrameInterval        1250000
        bFrameIntervalType                  1
        dwFrameInterval( 0)           1250000
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                        10
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           1280
        wHeight                          1024
        dwMinBitRate                157286400
        dwMaxBitRate                157286400
        dwMaxVideoFrameBufferSize     2621440
        dwDefaultFrameInterval        1250000
        bFrameIntervalType                  1
        dwFrameInterval( 0)           1250000
      VideoStreaming Interface Descriptor:
        bLength                            10
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               1
        wWidth( 0)                        640
        wHeight( 0)                       480
        bNumCompressionPatterns             1
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x020c  1x 524 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x030c  1x 780 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x03fc  1x 1020 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0bfc  2x 1020 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x13fc  3x 1020 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

--

-- 
Thomas Jensen, Denmark
Andrea Greggio | 21 Dec 19:26
Picon

information on Logitech Quickcam Pro 9000 for Business

Hi; i've the necessity to use this webcam for videoconferencing because it has  a wide-angle lens.
So in your list this is the problem 6 that says:


At least some versions of this camera severely overexpose images when the manual exposure control is set to a value other than 2500 divided by an exponent of 2. Auto-exposure isn't affected.

This webcam works well audio/video if the exposure is set automatically? it is controlled by adobe flash plugins.

Thank's

_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel <at> lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
Bill Wickstead | 21 Dec 12:15

Hue HD resolution problems

Hi,

I've got a Hue HD webcam (device ID 0c45:62f1) that I'd love to get
working fully under linux. UVC driver picks it up fine when plugged in,
but only allows up to 640x480 capture. This is in exactly as predicted
by the supported devices note (11), which says that "Those cameras claim
to have a true 1.3MP or 2MP CMOS sensor, but the highest resolution
reported by the UVC descriptors is 640x480".

Does anyone know if there is a way to persuade the driver to accept
higher resolution, slower capture from this device? My understanding is
that 640x480 resolution isn't intrinsic to all cameras on UVC driver. If
it's not possible, then that would be useful information too, but I'd
happily have a go at patching the driver if someone could point me in
the right direction.

The camera works at 1600x1200 (10fps) on Windows. lsusb.log below. dmesg.log is pretty long because of
many "uvcvideo: Dropping payload (out of sync).", so just selected highlights below.

Thanks for any help you can offer,
Bill

--- dmesg.log ---
([xxxxx.xxxxxx] uvcvideo: Dropping payload (out of sync).)...
....
[13072.491232] uvcvideo: Frame complete (EOF found).
[13072.491310] uvcvideo: uvc_v4l2_poll
[13072.491335] uvcvideo: uvc_v4l2_ioctl(VIDIOC_DQBUF)
[13072.491347] uvcvideo: Dequeuing buffer 1 (4, 614400 bytes).
[13072.491882] uvcvideo: uvc_v4l2_ioctl(VIDIOC_QBUF)
[13072.491892] uvcvideo: Queuing buffer 1.
[13072.492179] uvcvideo: uvc_v4l2_poll
[13072.501417] uvcvideo: uvc_v4l2_poll
[13072.508718] uvcvideo: uvc_v4l2_ioctl(VIDIOC_STREAMOFF)
[13072.551623] uvcvideo: uvc_v4l2_release
([xxxxx.xxxxxx] uvcvideo: Dropping payload (out of sync).)...
....

--- lsusb.log ---

Bus 001 Device 005: ID 0c45:62f1 Microdia
Device Descriptor:
   bLength                18
   bDescriptorType         1
   bcdUSB               2.00
   bDeviceClass          239 Miscellaneous Device
   bDeviceSubClass         2 ?
   bDeviceProtocol         1 Interface Association
   bMaxPacketSize0        64
   idVendor           0x0c45 Microdia
   idProduct          0x62f1
   bcdDevice            1.00
   iManufacturer           2
   iProduct                1
   iSerial                 0
   bNumConfigurations      1
   Configuration Descriptor:
     bLength                 9
     bDescriptorType         2
     wTotalLength          697
     bNumInterfaces          4
     bConfigurationValue     1
     iConfiguration          0
     bmAttributes         0x80
       (Bus Powered)
     MaxPower              500mA
     Interface Association:
       bLength                 8
       bDescriptorType        11
       bFirstInterface         0
       bInterfaceCount         2
       bFunctionClass         14 Video
       bFunctionSubClass       3 Video Interface Collection
       bFunctionProtocol       0
       iFunction               5
     Interface Descriptor:
       bLength                 9
       bDescriptorType         4
       bInterfaceNumber        0
       bAlternateSetting       0
       bNumEndpoints           1
       bInterfaceClass        14 Video
       bInterfaceSubClass      1 Video Control
       bInterfaceProtocol      0
       iInterface              5
       VideoControl Interface Descriptor:
         bLength                13
         bDescriptorType        36
         bDescriptorSubtype      1 (HEADER)
         bcdUVC               1.00
         wTotalLength          103
         dwClockFrequency       15.000000MHz
         bInCollection           1
         baInterfaceNr( 0)       1
       VideoControl Interface Descriptor:
         bLength                 9
         bDescriptorType        36
         bDescriptorSubtype      3 (OUTPUT_TERMINAL)
         bTerminalID             2
         wTerminalType      0x0101 USB Streaming
         bAssocTerminal          0
         bSourceID               5
         iTerminal               0
       VideoControl Interface Descriptor:
         bLength                26
         bDescriptorType        36
         bDescriptorSubtype      6 (EXTENSION_UNIT)
         bUnitID                 4
         guidExtensionCode         {7033f028-1163-2e4a-ba2c-6890eb334016}
         bNumControl             8
         bNrPins                 1
         baSourceID( 0)          3
         bControlSize            1
         bmControls( 0)       0x0f
         iExtension              0
       VideoControl Interface Descriptor:
         bLength                26
         bDescriptorType        36
         bDescriptorSubtype      6 (EXTENSION_UNIT)
         bUnitID                 5
         guidExtensionCode         {3fae1228-d7bc-114e-a357-6f1edef7d61d}
         bNumControl             8
         bNrPins                 1
         baSourceID( 0)          4
         bControlSize            1
         bmControls( 0)       0xff
         iExtension              0
       VideoControl Interface Descriptor:
         bLength                18
         bDescriptorType        36
         bDescriptorSubtype      2 (INPUT_TERMINAL)
         bTerminalID             1
         wTerminalType      0x0201 Camera Sensor
         bAssocTerminal          0
         iTerminal               0
         wObjectiveFocalLengthMin      0
         wObjectiveFocalLengthMax      0
         wOcularFocalLength            0
         bControlSize                  3
         bmControls           0x00000000
       VideoControl Interface Descriptor:
         bLength                11
         bDescriptorType        36
         bDescriptorSubtype      5 (PROCESSING_UNIT)
       Warning: Descriptor too short
         bUnitID                 3
         bSourceID               1
         wMaxMultiplier          0
         bControlSize            2
         bmControls     0x0000053f
           Brightness
           Contrast
           Hue
           Saturation
           Sharpness
           Gamma
           Backlight Compensation
           Power Line Frequency
         iProcessing             0
         bmVideoStandards     0x 0
       Endpoint Descriptor:
         bLength                 7
         bDescriptorType         5
         bEndpointAddress     0x83  EP 3 IN
         bmAttributes            3
           Transfer Type            Interrupt
           Synch Type               None
           Usage Type               Data
         wMaxPacketSize     0x0010  1x 16 bytes
         bInterval               6
     Interface Descriptor:
       bLength                 9
       bDescriptorType         4
       bInterfaceNumber        1
       bAlternateSetting       0
       bNumEndpoints           0
       bInterfaceClass        14 Video
       bInterfaceSubClass      2 Video Streaming
       bInterfaceProtocol      0
       iInterface              0
       VideoStreaming Interface Descriptor:
         bLength                            14
         bDescriptorType                    36
         bDescriptorSubtype                  1 (INPUT_HEADER)
         bNumFormats                         1
         wTotalLength                      323
         bEndPointAddress                  129
         bmInfo                              0
         bTerminalLink                       2
         bStillCaptureMethod                 2
         bTriggerSupport                     1
         bTriggerUsage                       1
         bControlSize                        1
         bmaControls( 0)                    27
       VideoStreaming Interface Descriptor:
         bLength                            27
         bDescriptorType                    36
         bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
         bFormatIndex                        1
         bNumFrameDescriptors                5
         guidFormat                            {59555932-0000-1000-8000-00aa00389b71}
         bBitsPerPixel                      16
         bDefaultFrameIndex                  1
         bAspectRatioX                       0
         bAspectRatioY                       0
         bmInterlaceFlags                 0x00
           Interlaced stream or variable: No
           Fields per frame: 1 fields
           Field 1 first: No
           Field pattern: Field 1 only
           bCopyProtect                      0
       VideoStreaming Interface Descriptor:
         bLength                            50
         bDescriptorType                    36
         bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
         bFrameIndex                         1
         bmCapabilities                   0x00
           Still image unsupported
         wWidth                            640
         wHeight                           480
         dwMinBitRate                 24576000
         dwMaxBitRate                147456000
         dwMaxVideoFrameBufferSize      614400
         dwDefaultFrameInterval         333333
         bFrameIntervalType                  6
         dwFrameInterval( 0)            333333
         dwFrameInterval( 1)            400000
         dwFrameInterval( 2)            500000
         dwFrameInterval( 3)            666666
         dwFrameInterval( 4)           1000000
         dwFrameInterval( 5)           2000000
       VideoStreaming Interface Descriptor:
         bLength                            50
         bDescriptorType                    36
         bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
         bFrameIndex                         2
         bmCapabilities                   0x00
           Still image unsupported
         wWidth                            352
         wHeight                           288
         dwMinBitRate                  8110080
         dwMaxBitRate                 48660480
         dwMaxVideoFrameBufferSize      202752
         dwDefaultFrameInterval         333333
         bFrameIntervalType                  6
         dwFrameInterval( 0)            333333
         dwFrameInterval( 1)            400000
         dwFrameInterval( 2)            500000
         dwFrameInterval( 3)            666666
         dwFrameInterval( 4)           1000000
         dwFrameInterval( 5)           2000000
       VideoStreaming Interface Descriptor:
         bLength                            50
         bDescriptorType                    36
         bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
         bFrameIndex                         3
         bmCapabilities                   0x00
           Still image unsupported
         wWidth                            320
         wHeight                           240
         dwMinBitRate                  6144000
         dwMaxBitRate                 36864000
         dwMaxVideoFrameBufferSize      153600
         dwDefaultFrameInterval         333333
         bFrameIntervalType                  6
         dwFrameInterval( 0)            333333
         dwFrameInterval( 1)            400000
         dwFrameInterval( 2)            500000
         dwFrameInterval( 3)            666666
         dwFrameInterval( 4)           1000000
         dwFrameInterval( 5)           2000000
       VideoStreaming Interface Descriptor:
         bLength                            50
         bDescriptorType                    36
         bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
         bFrameIndex                         4
         bmCapabilities                   0x00
           Still image unsupported
         wWidth                            176
         wHeight                           144
         dwMinBitRate                  2027520
         dwMaxBitRate                 12165120
         dwMaxVideoFrameBufferSize       50688
         dwDefaultFrameInterval         333333
         bFrameIntervalType                  6
         dwFrameInterval( 0)            333333
         dwFrameInterval( 1)            400000
         dwFrameInterval( 2)            500000
         dwFrameInterval( 3)            666666
         dwFrameInterval( 4)           1000000
         dwFrameInterval( 5)           2000000
       VideoStreaming Interface Descriptor:
         bLength                            50
         bDescriptorType                    36
         bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
         bFrameIndex                         5
         bmCapabilities                   0x00
           Still image unsupported
         wWidth                            160
         wHeight                           120
         dwMinBitRate                  1536000
         dwMaxBitRate                  9216000
         dwMaxVideoFrameBufferSize       38400
         dwDefaultFrameInterval         333333
         bFrameIntervalType                  6
         dwFrameInterval( 0)            333333
         dwFrameInterval( 1)            400000
         dwFrameInterval( 2)            500000
         dwFrameInterval( 3)            666666
         dwFrameInterval( 4)           1000000
         dwFrameInterval( 5)           2000000
       VideoStreaming Interface Descriptor:
         bLength                            26
         bDescriptorType                    36
         bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
         bEndpointAddress                    0
         bNumImageSizePatterns               5
         wWidth( 0)                        640
         wHeight( 0)                       480
         wWidth( 1)                        352
         wHeight( 1)                       288
         wWidth( 2)                        320
         wHeight( 2)                       240
         wWidth( 3)                        176
         wHeight( 3)                       144
         wWidth( 4)                        160
         wHeight( 4)                       120
         bNumCompressionPatterns             5
       VideoStreaming Interface Descriptor:
         bLength                             6
         bDescriptorType                    36
         bDescriptorSubtype                 13 (COLORFORMAT)
         bColorPrimaries                     1 (BT.709,sRGB)
         bTransferCharacteristics            1 (BT.709)
         bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
     Interface Descriptor:
       bLength                 9
       bDescriptorType         4
       bInterfaceNumber        1
       bAlternateSetting       1
       bNumEndpoints           1
       bInterfaceClass        14 Video
       bInterfaceSubClass      2 Video Streaming
       bInterfaceProtocol      0
       iInterface              0
       Endpoint Descriptor:
         bLength                 7
         bDescriptorType         5
         bEndpointAddress     0x81  EP 1 IN
         bmAttributes            5
           Transfer Type            Isochronous
           Synch Type               Asynchronous
           Usage Type               Data
         wMaxPacketSize     0x0080  1x 128 bytes
         bInterval               1
     Interface Descriptor:
       bLength                 9
       bDescriptorType         4
       bInterfaceNumber        1
       bAlternateSetting       2
       bNumEndpoints           1
       bInterfaceClass        14 Video
       bInterfaceSubClass      2 Video Streaming
       bInterfaceProtocol      0
       iInterface              0
       Endpoint Descriptor:
         bLength                 7
         bDescriptorType         5
         bEndpointAddress     0x81  EP 1 IN
         bmAttributes            5
           Transfer Type            Isochronous
           Synch Type               Asynchronous
           Usage Type               Data
         wMaxPacketSize     0x0100  1x 256 bytes
         bInterval               1
     Interface Descriptor:
       bLength                 9
       bDescriptorType         4
       bInterfaceNumber        1
       bAlternateSetting       3
       bNumEndpoints           1
       bInterfaceClass        14 Video
       bInterfaceSubClass      2 Video Streaming
       bInterfaceProtocol      0
       iInterface              0
       Endpoint Descriptor:
         bLength                 7
         bDescriptorType         5
         bEndpointAddress     0x81  EP 1 IN
         bmAttributes            5
           Transfer Type            Isochronous
           Synch Type               Asynchronous
           Usage Type               Data
         wMaxPacketSize     0x0320  1x 800 bytes
         bInterval               1
     Interface Descriptor:
       bLength                 9
       bDescriptorType         4
       bInterfaceNumber        1
       bAlternateSetting       4
       bNumEndpoints           1
       bInterfaceClass        14 Video
       bInterfaceSubClass      2 Video Streaming
       bInterfaceProtocol      0
       iInterface              0
       Endpoint Descriptor:
         bLength                 7
         bDescriptorType         5
         bEndpointAddress     0x81  EP 1 IN
         bmAttributes            5
           Transfer Type            Isochronous
           Synch Type               Asynchronous
           Usage Type               Data
         wMaxPacketSize     0x0b20  2x 800 bytes
         bInterval               1
     Interface Descriptor:
       bLength                 9
       bDescriptorType         4
       bInterfaceNumber        1
       bAlternateSetting       5
       bNumEndpoints           1
       bInterfaceClass        14 Video
       bInterfaceSubClass      2 Video Streaming
       bInterfaceProtocol      0
       iInterface              0
       Endpoint Descriptor:
         bLength                 7
         bDescriptorType         5
         bEndpointAddress     0x81  EP 1 IN
         bmAttributes            5
           Transfer Type            Isochronous
           Synch Type               Asynchronous
           Usage Type               Data
         wMaxPacketSize     0x1320  3x 800 bytes
         bInterval               1
     Interface Descriptor:
       bLength                 9
       bDescriptorType         4
       bInterfaceNumber        1
       bAlternateSetting       6
       bNumEndpoints           1
       bInterfaceClass        14 Video
       bInterfaceSubClass      2 Video Streaming
       bInterfaceProtocol      0
       iInterface              0
       Endpoint Descriptor:
         bLength                 7
         bDescriptorType         5
         bEndpointAddress     0x81  EP 1 IN
         bmAttributes            5
           Transfer Type            Isochronous
           Synch Type               Asynchronous
           Usage Type               Data
         wMaxPacketSize     0x1400  3x 1024 bytes
         bInterval               1
     Interface Association:
       bLength                 8
       bDescriptorType        11
       bFirstInterface         2
       bInterfaceCount         2
       bFunctionClass          1 Audio
       bFunctionSubClass       0
       bFunctionProtocol       0
       iFunction               4
     Interface Descriptor:
       bLength                 9
       bDescriptorType         4
       bInterfaceNumber        2
       bAlternateSetting       0
       bNumEndpoints           0
       bInterfaceClass         1 Audio
       bInterfaceSubClass      1 Control Device
       bInterfaceProtocol      0
       iInterface              4
       AudioControl Interface Descriptor:
         bLength                 9
         bDescriptorType        36
         bDescriptorSubtype      1 (HEADER)
         bcdADC               1.00
         wTotalLength           41
         bInCollection           1
         baInterfaceNr( 0)       3
       AudioControl Interface Descriptor:
         bLength                12
         bDescriptorType        36
         bDescriptorSubtype      2 (INPUT_TERMINAL)
         bTerminalID             1
         wTerminalType      0x0201 Microphone
         bAssocTerminal          0
         bNrChannels             1
         wChannelConfig     0x0000
         iChannelNames           0
         iTerminal               0
       AudioControl Interface Descriptor:
         bLength                11
         bDescriptorType        36
         bDescriptorSubtype      6 (FEATURE_UNIT)
         bUnitID                 2
         bSourceID               1
         bControlSize            2
         bmaControls( 0)      0x01
         bmaControls( 0)      0x00
           Mute
         bmaControls( 1)      0x02
         bmaControls( 1)      0x00
           Volume
         iFeature                0
       AudioControl Interface Descriptor:
         bLength                 9
         bDescriptorType        36
         bDescriptorSubtype      3 (OUTPUT_TERMINAL)
         bTerminalID             3
         wTerminalType      0x0101 USB Streaming
         bAssocTerminal          0
         bSourceID               2
         iTerminal               0
     Interface Descriptor:
       bLength                 9
       bDescriptorType         4
       bInterfaceNumber        3
       bAlternateSetting       0
       bNumEndpoints           0
       bInterfaceClass         1 Audio
       bInterfaceSubClass      2 Streaming
       bInterfaceProtocol      0
       iInterface              0
     Interface Descriptor:
       bLength                 9
       bDescriptorType         4
       bInterfaceNumber        3
       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           3
         bDelay                  1 frames
         wFormatTag              1 PCM
       AudioStreaming Interface Descriptor:
         bLength                29
         bDescriptorType        36
         bDescriptorSubtype      2 (FORMAT_TYPE)
         bFormatType             1 (FORMAT_TYPE_I)
         bNrChannels             1
         bSubframeSize           2
         bBitResolution         16
         bSamFreqType            7 Discrete
         tSamFreq[ 0]         8000
         tSamFreq[ 1]        11025
         tSamFreq[ 2]        16000
         tSamFreq[ 3]        22050
         tSamFreq[ 4]        24000
         tSamFreq[ 5]        44100
         tSamFreq[ 6]        48000
       Endpoint Descriptor:
         bLength                 9
         bDescriptorType         5
         bEndpointAddress     0x84  EP 4 IN
         bmAttributes            5
           Transfer Type            Isochronous
           Synch Type               Asynchronous
           Usage Type               Data
         wMaxPacketSize     0x0190  1x 400 bytes
         bInterval               4
         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
Georg Singer | 19 Dec 18:15
Picon

Acer Aspire one A110L Linux Linpus Light; Webcam doesn't work.

Hello,

my webcam of Aspire One doesn't work. Many thanks for your help in advance.

Error notification when i start the webcam: No supported video capture device found!

Terminal:


[user <at> localhost ~]$ lsusb

Bus 005 Device 001: ID 0000:0000

Bus 004 Device 001: ID 0000:0000

Bus 003 Device 001: ID 0000:0000

Bus 002 Device 002: ID 046d:c52f Logitech, Inc.

Bus 002 Device 001: ID 0000:0000

Bus 001 Device 005: ID 064e:d101 Acer Crystal Eye Webcam

Bus 001 Device 001: ID 0000:0000



[user <at> localhost ~]$ dmesg

Linux version 2.6.23.9lw (root <at> localhost.localdomain) (gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)) #105 SMP PREEMPT Fri Jun 27 18:56:59 EDT 2008

BIOS-provided physical RAM map:

BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)

BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)

BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)

BIOS-e820: 0000000000100000 - 000000001f376000 (usable)

BIOS-e820: 000000001f376000 - 000000001f3bf000 (reserved)

BIOS-e820: 000000001f3bf000 - 000000001f46d000 (usable)

BIOS-e820: 000000001f46d000 - 000000001f4bf000 (ACPI NVS)

BIOS-e820: 000000001f4bf000 - 000000001f4f0000 (usable)

BIOS-e820: 000000001f4f0000 - 000000001f4ff000 (ACPI data)

BIOS-e820: 000000001f4ff000 - 000000001f500000 (usable)

BIOS-e820: 000000001f500000 - 0000000020000000 (reserved)

BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)

BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)

BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)

BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)

BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)

BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)

0MB HIGHMEM available.

501MB LOWMEM available.

Entering add_active_range(0, 0, 128256) 0 entries of 256 used

Zone PFN ranges:

DMA 0 -> 4096

Normal 4096 -> 128256

HighMem 128256 -> 128256

Movable zone start PFN for each node

early_node_map[1] active PFN ranges

0: 0 -> 128256

On node 0 totalpages: 128256

DMA zone: 32 pages used for memmap

DMA zone: 0 pages reserved

DMA zone: 4064 pages, LIFO batch:0

Normal zone: 970 pages used for memmap

Normal zone: 123190 pages, LIFO batch:31

HighMem zone: 0 pages used for memmap

Movable zone: 0 pages used for memmap

DMI 2.4 present.

ACPI: RSDP 000FE020, 0024 (r2 INTEL )

ACPI: XSDT 1F4FE120, 0064 (r1 INTEL Napa 1 1000013)

ACPI: FACP 1F4FC000, 00F4 (r4 INTEL Napa 1 MSFT 1000013)

ACPI: DSDT 1F4F2000, 5D05 (r1 INTEL Napa 1 MSFT 1000013)

ACPI: FACS 1F488000, 0040

ACPI: SSDT 1F4FD000, 04C4 (r2 PmRef CpuPm 3000 INTL 20051117)

ACPI: HPET 1F4FB000, 0038 (r1 INTEL Napa 1 MSFT 1000013)

ACPI: APIC 1F4FA000, 0068 (r2 INTEL Napa 1 MSFT 1000013)

ACPI: MCFG 1F4F9000, 003C (r1 INTEL Napa 1 MSFT 1000013)

ACPI: ASF! 1F4F8000, 00A5 (r32 INTEL Napa 1 MSFT 1000013)

ACPI: SLIC 1F4F1000, 0180 (r1 INTEL Napa 1 MSFT 1000013)

ACPI: BOOT 1F4F0000, 0028 (r1 INTEL Napa 1 MSFT 1000013)

ACPI: PM-Timer IO Port: 0x408

ACPI: Local APIC address 0xfee00000

ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)

Processor #0 7:12 APIC version 20

ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)

Processor #1 7:12 APIC version 20

ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])

ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])

ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])

IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23

ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)

ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)

ACPI: IRQ0 used by override.

ACPI: IRQ2 used by override.

ACPI: IRQ9 used by override.

Enabling APIC mode: Flat. Using 1 I/O APICs

ACPI: HPET id: 0x8086a201 base: 0xfed00000

Using ACPI (MADT) for SMP configuration information

Allocating PCI resources starting at 30000000 (gap: 20000000:c0000000)

swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000

swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000e0000

swsusp: Registered nosave memory region: 00000000000e0000 - 0000000000100000

swsusp: Registered nosave memory region: 000000001f376000 - 000000001f3bf000

swsusp: Registered nosave memory region: 000000001f46d000 - 000000001f4bf000

swsusp: Registered nosave memory region: 000000001f4f0000 - 000000001f4ff000

Built 1 zonelists in Zone order. Total pages: 127254

Kernel command line: ro root=LABEL=linpus vga=0x311 splash=silent loglevel=1 console=tty1 quiet nolapic_timer

bootsplash: silent mode.

mapped APIC to ffffb000 (fee00000)

mapped IOAPIC to ffffa000 (fec00000)

Enabling fast FPU save and restore... done.

Enabling unmasked SIMD FPU exception support... done.

Initializing CPU#0

PID hash table entries: 2048 (order: 11, 8192 bytes)

Detected 1596.117 MHz processor.

Console: colour dummy device 80x25

console [tty1] enabled

Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)

Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)

Memory: 504104k/513024k available (1904k kernel code, 7516k reserved, 543k data, 188k init, 0k highmem)

virtual kernel memory layout:

fixmap : 0xfff9b000 - 0xfffff000 ( 400 kB)

pkmap : 0xff800000 - 0xffc00000 (4096 kB)

vmalloc : 0xe0000000 - 0xff7fe000 ( 503 MB)

lowmem : 0xc0000000 - 0xdf500000 ( 501 MB)

.init : 0xc0369000 - 0xc0398000 ( 188 kB)

.data : 0xc02dc0d8 - 0xc0363fa4 ( 543 kB)

.text : 0xc0100000 - 0xc02dc0d8 (1904 kB)

Checking if this processor honours the WP bit even in supervisor mode... Ok.

hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0

hpet0: 3 64-bit timers, 14318180 Hz

Calibrating delay using timer specific routine.. 3196.02 BogoMIPS (lpj=6392053)

Mount-cache hash table entries: 512

CPU: After generic identify, caps: bfe9fbff 00000000 00000000 00000000 0040c39d 00000000 00000001 00000000

monitor/mwait feature present.

using mwait in idle threads.

CPU: L1 I cache: 32K, L1 D cache: 24K

CPU: L2 cache: 512K

CPU: Physical Processor ID: 0

CPU: After all inits, caps: bfe9fbff 00000000 00000000 00003940 0040c39d 00000000 00000001 00000000

Compat vDSO mapped to ffffe000.

Checking 'hlt' instruction... OK.

SMP alternatives: switching to UP code

ACPI: Core revision 20070126

CPU0: Intel(R) Atom(TM) CPU N270 <at> 1.60GHz stepping 02

SMP alternatives: switching to SMP code

Booting processor 1/1 eip 3000

Initializing CPU#1

Calibrating delay using timer specific routine.. 3191.98 BogoMIPS (lpj=6383977)

CPU: After generic identify, caps: bfe9fbff 00000000 00000000 00000000 0040c39d 00000000 00000001 00000000

monitor/mwait feature present.

CPU: L1 I cache: 32K, L1 D cache: 24K

CPU: L2 cache: 512K

CPU: Physical Processor ID: 0

CPU: After all inits, caps: bfe9fbff 00000000 00000000 00003940 0040c39d 00000000 00000001 00000000

CPU1: Intel(R) Atom(TM) CPU N270 <at> 1.60GHz stepping 02

Total of 2 processors activated (6388.01 BogoMIPS).

ENABLING IO-APIC IRQs

..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1

checking TSC synchronization [CPU#0 -> CPU#1]: passed.

Brought up 2 CPUs

PM: Fastpoweoff 1.0

NET: Registered protocol family 16

ACPI: bus type pci registered

PCI: Using MMCONFIG

Setting up standard PCI resources

ACPI: EC: Look up EC in DSDT

ACPI Error (evxfregn-0109): lawson ec 06

[20070126]

ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62

ACPI Error (evxfregn-0109): lawson ec 06

[20070126]

ACPI: System BIOS is requesting _OSI(Linux)

ACPI: If "acpi_osi=Linux" works better,

Please send dmidecode to linux-acpi <at> vger.kernel.org

ACPI: Interpreter enabled

ACPI: (supports S0 S3 S4 S5)

ACPI: Using IOAPIC for interrupt routing

ACPI: Lawson Test 3

ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62

ACPI: PCI Root Bridge [PCI0] (0000:00)

PCI quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO

PCI quirk: region 0500-053f claimed by ICH6 GPIO

PCI: Transparent bridge - 0000:00:1e.0

ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]

ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]

ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]

ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]

ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]

ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]

ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)

ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)

ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)

ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)

ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.

ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.

ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.

ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.

Linux Plug and Play Support v0.97 (c) Adam Belay

pnp: PnP ACPI init

ACPI: bus type pnp registered

pnp: PnP ACPI: found 9 devices

ACPI: ACPI bus type pnp unregistered

SCSI subsystem initialized

libata version 2.21 loaded.

usbcore: registered new interface driver usbfs

usbcore: registered new interface driver hub

usbcore: registered new device driver usb

PCI: Using ACPI for IRQ routing

PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report

Time: tsc clocksource has been installed.

Clockevents: could not switch to one-shot mode:<6>Clockevents: could not switch to one-shot mode: lapic is not functional.

Could not switch to high resolution mode on CPU 1

lapic is not functional.

Could not switch to high resolution mode on CPU 0

pnp: 00:01: ioport range 0x200-0x20f has been reserved

pnp: 00:01: ioport range 0x164e-0x164f has been reserved

pnp: 00:01: iomem range 0xe0000000-0xefffffff could not be reserved

pnp: 00:01: iomem range 0xfed1c000-0xfed1ffff could not be reserved

pnp: 00:01: iomem range 0xfed14000-0xfed17fff could not be reserved

pnp: 00:01: iomem range 0xfed18000-0xfed18fff could not be reserved

PCI: Bridge: 0000:00:1c.0

IO window: 5000-5fff

MEM window: 37300000-383fffff

PREFETCH window: 30000000-30ffffff

PCI: Bridge: 0000:00:1c.1

IO window: 3000-4fff

MEM window: 36300000-372fffff

PREFETCH window: 31000000-320fffff

PCI: Bridge: 0000:00:1c.2

IO window: 2000-2fff

MEM window: 35200000-362fffff

PREFETCH window: 32100000-330fffff

PCI: Bridge: 0000:00:1c.3

IO window: 1000-1fff

MEM window: 34100000-351fffff

PREFETCH window: 33100000-340fffff

PCI: Bridge: 0000:00:1e.0

IO window: disabled.

MEM window: disabled.

PREFETCH window: disabled.

ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16

PCI: Setting latency timer of device 0000:00:1c.0 to 64

ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 17

PCI: Setting latency timer of device 0000:00:1c.1 to 64

ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18

PCI: Setting latency timer of device 0000:00:1c.2 to 64

ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 19

PCI: Setting latency timer of device 0000:00:1c.3 to 64

PCI: Setting latency timer of device 0000:00:1e.0 to 64

NET: Registered protocol family 2

IP route cache hash table entries: 4096 (order: 2, 16384 bytes)

TCP established hash table entries: 16384 (order: 6, 262144 bytes)

TCP bind hash table entries: 16384 (order: 5, 196608 bytes)

TCP: Hash tables configured (established 16384 bind 16384)

TCP reno registered

checking if image is initramfs...it isn't (no cpio magic); looks like an initrd

Freeing initrd memory: 102k freed

Simple Boot Flag value 0x5 read from CMOS RAM was invalid

Simple Boot Flag at 0x44 set to 0x1

Total HugeTLB memory allocated, 0

io scheduler noop registered

io scheduler deadline registered (default)

Boot video device is 0000:00:02.0

PCI: Setting latency timer of device 0000:00:1c.0 to 64

assign_interrupt_mode Found MSI capability

Allocate Port Service[0000:00:1c.0:pcie00]

Allocate Port Service[0000:00:1c.0:pcie02]

Allocate Port Service[0000:00:1c.0:pcie03]

PCI: Setting latency timer of device 0000:00:1c.1 to 64

assign_interrupt_mode Found MSI capability

Allocate Port Service[0000:00:1c.1:pcie00]

Allocate Port Service[0000:00:1c.1:pcie02]

Allocate Port Service[0000:00:1c.1:pcie03]

PCI: Setting latency timer of device 0000:00:1c.2 to 64

assign_interrupt_mode Found MSI capability

Allocate Port Service[0000:00:1c.2:pcie00]

Allocate Port Service[0000:00:1c.2:pcie02]

Allocate Port Service[0000:00:1c.2:pcie03]

PCI: Setting latency timer of device 0000:00:1c.3 to 64

assign_interrupt_mode Found MSI capability

Allocate Port Service[0000:00:1c.3:pcie00]

Allocate Port Service[0000:00:1c.3:pcie02]

Allocate Port Service[0000:00:1c.3:pcie03]

vesafb: framebuffer at 0x20000000, mapped to 0xe0080000, using 2400k, total 7872k

vesafb: mode is 640x480x16, linelength=1280, pages=11

vesafb: scrolling: redraw

vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0

bootsplash 3.1.6-2004/03/31: looking for picture...<6> silentjpeg size 43971 bytes,<6>...found (640x480, 43983 bytes, v3).

Console: switching 1 lawson

consoles lawson 0

Console: switching consoles 1-17 to colour frame buffer device 78x25

fb0: VESA VGA frame buffer device

Real Time Clock Driver v1.12ac

hpet_resources: 0xfed00000 is busy

Linux agpgart interface v0.102

agpgart: Detected an Intel 945GME Chipset.

agpgart: Detected 7932K stolen memory.

agpgart: AGP aperture is 256M <at> 0x20000000

[drm] Initialized drm 1.1.0 20060810

ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16

PCI: Setting latency timer of device 0000:00:02.0 to 64

[drm] Initialized i915 1.6.0 20060119 on minor 0

RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize

loop: module loaded

ata_piix 0000:00:1f.2: version 2.12

ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]

ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 17 (level, low) -> IRQ 17

PCI: Setting latency timer of device 0000:00:1f.2 to 64

scsi0 : ata_piix

scsi1 : ata_piix

ata1: SATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x000160a0 irq 14

ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x000160a8 irq 15

ata2.00: ATA-5: P-SSD1800, Ver2.Y0C, max UDMA/66

ata2.00: 15761088 sectors, multi 0: LBA

ata2.00: configured for UDMA/66

scsi 1:0:0:0: Direct-Access ATA P-SSD1800 Ver2 PQ: 0 ANSI: 5

sd 1:0:0:0: [sda] 15761088 512-byte hardware sectors (8070 MB)

sd 1:0:0:0: [sda] Write Protect is off

sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00

sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA

sd 1:0:0:0: [sda] 15761088 512-byte hardware sectors (8070 MB)

sd 1:0:0:0: [sda] Write Protect is off

sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00

sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA

sda: sda1 sda2

sd 1:0:0:0: [sda] Attached SCSI disk

sd 1:0:0:0: Attached scsi generic sg0 type 0

PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12

i8042.c: Warning: Keylock active.

i8042.c: Detected active multiplexing controller, rev 1.1.

serio: i8042 KBD port at 0x60,0x64 irq 1

serio: i8042 AUX0 port at 0x60,0x64 irq 12

serio: i8042 AUX1 port at 0x60,0x64 irq 12

serio: i8042 AUX2 port at 0x60,0x64 irq 12

serio: i8042 AUX3 port at 0x60,0x64 irq 12

mice: PS/2 mouse device common for all mice

ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 17

TCP cubic registered

NET: Registered protocol family 1

NET: Registered protocol family 17

NET: Registered protocol family 15

Starting balanced_irq

Using IPI No-Shortcut mode

RAMDISK: Compressed image found at block 0

EXT2-fs warning: checktime reached, running e2fsck is recommended

VFS: Mounted root (ext2 filesystem).

TuxOnIce: No attempt was made to resume from any image that might exist.

Freeing unused kernel memory: 188k freed

Warning: unable to open an initial console.

Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04771/0xa40000

input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input0

ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 16 (level, low) -> IRQ 16

PCI: Setting latency timer of device 0000:00:1d.7 to 64

ehci_hcd 0000:00:1d.7: EHCI Host Controller

ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1

ehci_hcd 0000:00:1d.7: debug port 1

PCI: cache line size of 32 is not supported by device 0000:00:1d.7

ehci_hcd 0000:00:1d.7: irq 16, io mem 0x38544400

ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004

usb usb1: configuration #1 chosen from 1 choice

hub 1-0:1.0: USB hub found

hub 1-0:1.0: 8 ports detected

input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1

mtrr: no more MTRRs available

Initializing USB Mass Storage driver...

usb 1-5: new high speed USB device using ehci_hcd and address 3

usb 1-5: configuration #1 chosen from 1 choice

usbcore: registered new interface driver usb-storage

USB Mass Storage support registered.

ACPI: SSDT 1F380C90, 0239 (r2 PmRef Cpu0Ist 3000 INTL 20051117)

ACPI: SSDT 1F37FE10, 01C7 (r2 PmRef Cpu0Cst 3001 INTL 20051117)

ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])

ACPI: Processor [CPU0] (supports 8 throttling states)

ACPI: SSDT 1F380F10, 00D0 (r2 PmRef Cpu1Ist 3000 INTL 20051117)

ACPI: SSDT 1F37EF10, 0083 (r2 PmRef Cpu1Cst 3000 INTL 20051117)

ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])

ACPI: Processor [CPU1] (supports 8 throttling states)

USB Universal Host Controller Interface driver v3.0

ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 16

PCI: Setting latency timer of device 0000:00:1d.0 to 64

uhci_hcd 0000:00:1d.0: UHCI Host Controller

uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2

uhci_hcd 0000:00:1d.0: irq 16, io base 0x00006080

usb usb2: configuration #1 chosen from 1 choice

hub 2-0:1.0: USB hub found

hub 2-0:1.0: 2 ports detected

input: Power Button (FF) as /devices/virtual/input/input2

ACPI: Power Button (FF) [PWRF]

input: Power Button (CM) as /devices/virtual/input/input3

ACPI: Power Button (CM) [PWRB]

input: Lid Switch as /devices/virtual/input/input4

ACPI: Lid Switch [LID0]

input: Sleep Button (CM) as /devices/virtual/input/input5

ACPI: Sleep Button (CM) [SLPB]

ACPI: AC Adapter [ACAD] (on-line)

ACPI: Battery Slot [BAT1] (battery present)

input: Video Bus as /devices/virtual/input/input6

ACPI: Video Device [OVGA] (multi-head: yes rom: yes post: no)

ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 17 (level, low) -> IRQ 17

PCI: Setting latency timer of device 0000:00:1d.1 to 64

uhci_hcd 0000:00:1d.1: UHCI Host Controller

uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3

uhci_hcd 0000:00:1d.1: irq 17, io base 0x00006060

usb usb3: configuration #1 chosen from 1 choice

hub 3-0:1.0: USB hub found

hub 3-0:1.0: 2 ports detected

ath_hal: module license 'Proprietary' taints kernel.

ath_hal: 0.9.17.1 (AR5212, RF5111, RF5112, RF2413, RF5413)

ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18

PCI: Setting latency timer of device 0000:00:1d.2 to 64

uhci_hcd 0000:00:1d.2: UHCI Host Controller

uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4

uhci_hcd 0000:00:1d.2: irq 18, io base 0x00006040

usb usb4: configuration #1 chosen from 1 choice

hub 4-0:1.0: USB hub found

hub 4-0:1.0: 2 ports detected

ath_dfs: Version 2.0.0

Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved

ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level, low) -> IRQ 19

PCI: Setting latency timer of device 0000:00:1d.3 to 64

uhci_hcd 0000:00:1d.3: UHCI Host Controller

uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5

uhci_hcd 0000:00:1d.3: irq 19, io base 0x00006020

usb usb5: configuration #1 chosen from 1 choice

hub 5-0:1.0: USB hub found

hub 5-0:1.0: 2 ports detected

usb 2-2: new full speed USB device using uhci_hcd and address 2

wlan: 0.8.4.2 (Atheros/multi-bss)

r8101 Fast Ethernet driver 1.008.08-2-1-NAPI loaded

ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17

PCI: Setting latency timer of device 0000:02:00.0 to 64

eth0: Identified chip type is 'RTL8102E'.

eth0: RTL8101E at 0xe0340000, 00:1e:68:a6:96:3e, IRQ 17

ath_rate_atheros: Version 2.0.1

Copyright (c) 2001-2004 Atheros Communications, Inc, All Rights Reserved

intel_rng: FWH not detected

usb 2-2: configuration #1 chosen from 1 choice

ath_pci: 0.9.4.5 (Atheros/multi-bss)

ath_pci: Acer-5.3.2.14-2008-Sep-23

ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 18 (level, low) -> IRQ 18

PCI: Setting latency timer of device 0000:03:00.0 to 64

#####################################################

####################WLAN ID:001c ####################

#####################################################

Setting ah_eepromDetach

Linux video capture interface: v2.00

uvcvideo: Found UVC 1.00 device Acer Crystal Eye webcam (064e:d101)

uvcvideo: Failed to query (1) UVC control 2 (unit 0) : -32 (exp. 26).

uvcvideo: Failed to initialize the device (-5).

usbcore: registered new interface driver uvcvideo

USB Video Class driver (SVN r215)

SAMSoft library init ...

ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 16

PCI: Setting latency timer of device 0000:00:1b.0 to 64

ForteMedia SAM-Soft Library Loaded!

ALC INIT<6>usbcore: registered new interface driver hiddev

input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input7

input: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-2

input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input8

input,hiddev96: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-2

usbcore: registered new interface driver usbhid

drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver

Marking TSC unstable due to: possible TSC halt in C2.

Time: hpet clocksource has been installed.

Clockevents: could not switch to one-shot mode: lapic is not functional.

Clockevents: could not switch to one-shot mode: lapic is not functional.

Could not switch to high resolution mode on CPU 1

Could not switch to high resolution mode on CPU 0

wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps

wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps

wifi0: mac 14.2 phy 7.0 radio 10.2

wifi0: Use hw queue 1 for WME_AC_BE traffic

wifi0: Use hw queue 0 for WME_AC_BK traffic

wifi0: Use hw queue 2 for WME_AC_VI traffic

wifi0: Use hw queue 3 for WME_AC_VO traffic

wifi0: Use hw queue 8 for CAB traffic

wifi0: Use hw queue 9 for beacons

wifi0: Atheros 5212: mem=0x35200000, irq=18

Clocksource tsc unstable (delta = -138924304 ns)

pci_hotplug: PCI Hot Plug PCI Core version: 0.5

pciehp: HPC vendor_id 8086 device_id 27d0 ss_vid 0 ss_did 0

Load service driver hpdriver on pcie device 0000:00:1c.0:pcie02

pciehp: HPC vendor_id 8086 device_id 27d2 ss_vid 0 ss_did 0

pciehp: Device 0000:02:00.0 already exists at 2:0, cannot hot-add

pciehp: Cannot add device 0x2:0

Load service driver hpdriver on pcie device 0000:00:1c.1:pcie02

pciehp: HPC vendor_id 8086 device_id 27d4 ss_vid 0 ss_did 0

pciehp: Device 0000:03:00.0 already exists at 3:0, cannot hot-add

pciehp: Cannot add device 0x3:0

Load service driver hpdriver on pcie device 0000:00:1c.2:pcie02

pciehp: HPC vendor_id 8086 device_id 27d6 ss_vid 0 ss_did 0

Load service driver hpdriver on pcie device 0000:00:1c.3:pcie02

pciehp: PCI Express Hot Plug Controller Driver version: 0.4

sdhci: Secure Digital Host Controller Interface driver

sdhci: Copyright(c) Pierre Ossman

PM: Fastpoweroff, default profile added

wlan: mac acl policy registered

<ath_vap_create> sc_softled = 0

ath_vap_create: LED ON

r8101: eth0: link down

ath_stop_locked: LED OFF 2

Adding 1052248k swap on /dev/sda2. Priority:-1 extents:1 across:1052248k

aufs 20080505

usb 1-5: USB disconnect, address 3

usb 1-5: new high speed USB device using ehci_hcd and address 4

usb 1-5: device not accepting address 4, error -71

usb 1-5: new high speed USB device using ehci_hcd and address 5

usb 1-5: configuration #1 chosen from 1 choice

uvcvideo: Found UVC 1.00 device Acer Crystal Eye webcam (064e:d101)

uvcvideo: Failed to query (1) UVC control 2 (unit 0) : -32 (exp. 26).

uvcvideo: Failed to initialize the device (-5).

process `skype' is using obsolete setsockopt SO_BSDCOMPAT

controllers format 0x13.

controllers format 0x13.

controllers format 0x13.

[user <at> localhost ~]$







_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel <at> lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
Laurent Pinchart | 19 Dec 04:07

[ANNOUNCE] Mailing list move to SourceForge

Hi everybody,

Berlios will unfortunately close on December the 31st. I have thus decided to 
move the linux-uvc-devel to SourceForge.

I've filed a support request with SourceForge to mass-subscribe the existing 
mailing list members to the new list, while retaining the digest option (other 
option may be lost, sorry for the inconvenience). You will likely receive an 
e-mail to inform you of your subscription to the new list in the near future.

You can already visit https://lists.sourceforge.net/lists/listinfo/linux-uvc-
devel for information about the new list. Please keep using the Berlios list 
for now. I will disable it after receiving the mass subscription confirmation, 
and ask SourceForge to import the list archives.

--

-- 
Best regards,

Laurent Pinchart
Picon

Webcam/mic device 046d:082b Logitec c170

Hello to the team,

I have just bought a new webcam with microphone 
  Logitec c170
  with IDs 046d:082b
which is not in the list of the page www.ideasonboard.org/uvc/#devices

It seems that both the camera and the microphone work, as I've managed
to use them with pidgin. Is there any other test that you want me to run
in order to confirm that it works ok in all aspects?
(like checking resolution(s) with some v4l program, or checking
suspending, etc.)
Do you want me to send you any usb dumps/logs or anything?

Con
Buchmann Lucien | 18 Dec 13:53
Picon
Favicon

Acer HD Crystal Eye webcam

Hello together,

I've got the Acer Aspire 5930 and my problem is that my webcam doesn't
work anymore. I've seen that the cam is a supported device (064e:a117),
so I decided to write to you.
Two years ago, under ubuntu 8.10, the webcam just worked, but in later
versions of ubuntu (ubuntu 9.04, 9.10, 10.04, 10.10), I didn't get a
/dev/video0 device.
I'd really appreciate any hints.

Regards, Lucien
acer-wmi: Brightness must be controlled by generic video driver
Linux video capture interface: v2.00
uvcvideo: Found UVC 1.00 device Acer HD Crystal Eye webcam (064e:a117)
uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
uvcvideo: Failed to query (129) UVC probe control : -32 (exp. 26).
uvcvideo: Failed to initialize the device (-5).
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v1.0.0)
Bus 001 Device 003: ID 064e:a117 Suyin Corp. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x064e Suyin Corp.
  idProduct          0xa117 
  bcdDevice            2.00
  iManufacturer           2 SuYin
  iProduct                1 Acer HD Crystal Eye webcam
  iSerial                 3 CN1014-S36B-OV01-VA-R03.00.00
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          950
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              168mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass         14 Video
      bFunctionSubClass       3 Video Interface Collection
      bFunctionProtocol       0 
      iFunction               5 Acer HD Crystal Eye webcam
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      1 Video Control
      bInterfaceProtocol      0 
      iInterface              5 Acer HD Crystal Eye webcam
      VideoControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdUVC               1.00
        wTotalLength          103
        dwClockFrequency       15.000000MHz
        bInCollection           1
        baInterfaceNr( 0)       1
      VideoControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             2
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               5
        iTerminal               0 
      VideoControl Interface Descriptor:
        bLength                26
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 4
        guidExtensionCode         {7033f028-1163-2e4a-ba2c-6890eb334016}
        bNumControl             8
        bNrPins                 1
        baSourceID( 0)          3
        bControlSize            1
        bmControls( 0)       0x0f
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                26
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 5
        guidExtensionCode         {3fae1228-d7bc-114e-a357-6f1edef7d61d}
        bNumControl             8
        bNrPins                 1
        baSourceID( 0)          4
        bControlSize            1
        bmControls( 0)       0xff
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                18
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Camera Sensor
        bAssocTerminal          0
        iTerminal               0 
        wObjectiveFocalLengthMin      0
        wObjectiveFocalLengthMax      0
        wOcularFocalLength            0
        bControlSize                  3
        bmControls           0x00000000
      VideoControl Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      5 (PROCESSING_UNIT)
      Warning: Descriptor too short
        bUnitID                 3
        bSourceID               1
        wMaxMultiplier          0
        bControlSize            2
        bmControls     0x0000177f
          Brightness
          Contrast
          Hue
          Saturation
          Sharpness
          Gamma
          White Balance Temperature
          Backlight Compensation
          Gain
          Power Line Frequency
          White Balance Temperature, Auto
        iProcessing             0 
        bmVideoStandards     0x 0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               6
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      VideoStreaming Interface Descriptor:
        bLength                            15
        bDescriptorType                    36
        bDescriptorSubtype                  1 (INPUT_HEADER)
        bNumFormats                         2
        wTotalLength                      704
        bEndPointAddress                  129
        bmInfo                              0
        bTerminalLink                       2
        bStillCaptureMethod                 2
        bTriggerSupport                     0
        bTriggerUsage                       0
        bControlSize                        1
        bmaControls( 0)                    27
        bmaControls( 1)                    27
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        1
        bNumFrameDescriptors                6
        guidFormat                            {59555932-0000-1000-8000-00aa00389b71}
        bBitsPerPixel                      16
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 1 fields
          Field 1 first: No
          Field pattern: Field 1 only
          bCopyProtect                      0
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                  3072000
        dwMaxBitRate                 18432000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                  1013760
        dwMaxBitRate                  6082560
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                   768000
        dwMaxBitRate                  4608000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                   253440
        dwMaxBitRate                  1520640
        dwMaxVideoFrameBufferSize       50688
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                   192000
        dwMaxBitRate                  1152000
        dwMaxVideoFrameBufferSize       38400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            34
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         6
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           1280
        wHeight                           960
        dwMinBitRate                 12288000
        dwMaxBitRate                 22118400
        dwMaxVideoFrameBufferSize     2457600
        dwDefaultFrameInterval        1111111
        bFrameIntervalType                  2
        dwFrameInterval( 0)           1111111
        dwFrameInterval( 1)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               6
        wWidth( 0)                       1280
        wHeight( 0)                       960
        wWidth( 1)                        640
        wHeight( 1)                       480
        wWidth( 2)                        352
        wHeight( 2)                       288
        wWidth( 3)                        320
        wHeight( 3)                       240
        wWidth( 4)                        176
        wHeight( 4)                       144
        wWidth( 5)                        160
        wHeight( 5)                       120
        bNumCompressionPatterns             6
      VideoStreaming Interface Descriptor:
        bLength                            11
        bDescriptorType                    36
        bDescriptorSubtype                  6 (FORMAT_MJPEG)
        bFormatIndex                        2
        bNumFrameDescriptors                6
        bFlags                              0
          Fixed-size samples: No
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 1 fields
          Field 1 first: No
          Field pattern: Field 1 only
          bCopyProtect                      0
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                   384000
        dwMaxBitRate                  2304000
        dwMaxVideoFrameBufferSize       76800
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         2
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                   126720
        dwMaxBitRate                   760320
        dwMaxVideoFrameBufferSize       25344
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                    96000
        dwMaxBitRate                   576000
        dwMaxVideoFrameBufferSize       19200
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         4
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                    31680
        dwMaxBitRate                   190080
        dwMaxVideoFrameBufferSize        6336
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                    24000
        dwMaxBitRate                   144000
        dwMaxVideoFrameBufferSize        4800
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         6
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           1280
        wHeight                           960
        dwMinBitRate                  1536000
        dwMaxBitRate                  9216000
        dwMaxVideoFrameBufferSize      307200
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            31
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               6
        wWidth( 0)                       1280
        wHeight( 0)                       960
        wWidth( 1)                        640
        wHeight( 1)                       480
        wWidth( 2)                        352
        wHeight( 2)                       288
        wWidth( 3)                        320
        wHeight( 3)                       240
        wWidth( 4)                        176
        wHeight( 4)                       144
        wWidth( 5)                        160
        wHeight( 5)                       120
        bNumCompressionPatterns             6
        bCompression( 0)                    0
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0080  1x 128 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0100  1x 256 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0320  1x 800 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0b20  2x 800 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1320  3x 800 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       6
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1400  3x 1024 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0002
  (Bus Powered)
  Remote Wakeup Enabled
_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel <at> lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Gmane