요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
.. SPDX-License-Identifier: GPL-2.0
USB drivers
===========
The USB boards are identified by an identification called USB ID.
The ``lsusb`` command allows identifying the USB IDs::
$ lsusb
...
Bus 001 Device 015: ID 046d:082d Logitech, Inc. HD Pro Webcam C920
Bus 001 Device 074: ID 2040:b131 Hauppauge
Bus 001 Device 075: ID 2013:024f PCTV Systems nanoStick T2 290e
...
Newer camera devices use a standard way to expose themselves as such,
via USB Video Class. Those cameras are automatically supported by the
``uvc-driver``.
Older cameras and TV USB devices uses USB Vendor Classes: each vendor
defines its own way to access the device. This section contains
card lists for such vendor-class devices.
While this is not as common as on PCI, sometimes the same USB ID is used
by different products. So, several media drivers allow passing a ``card=``
parameter, in order to setup a card number that would match the correct
settings for an specific product type.
The current supported USB cards (not including staging drivers) are
listed below\ [#]_.
.. [#]
some of the drivers have sub-drivers, not shown at this table.
In particular, gspca driver has lots of sub-drivers,
for cameras not supported by the USB Video Class (UVC) driver,
as shown at :doc:`gspca card list <gspca-cardlist>`.
====================== =========================================================
Driver Name
====================== =========================================================
airspy AirSpy
au0828 Auvitek AU0828
b2c2-flexcop-usb Technisat/B2C2 Air/Sky/Cable2PC USB
cx231xx Conexant cx231xx USB video capture
dvb-as102 Abilis AS102 DVB receiver
dvb-ttusb-budget Technotrend/Hauppauge Nova - USB devices
dvb-usb-a800 AVerMedia AverTV DVB-T USB 2.0 (A800)
dvb-usb-af9005 Afatech AF9005 DVB-T USB1.1
dvb-usb-af9015 Afatech AF9015 DVB-T USB2.0
dvb-usb-af9035 Afatech AF9035 DVB-T USB2.0
dvb-usb-anysee Anysee DVB-T/C USB2.0
dvb-usb-au6610 Alcor Micro AU6610 USB2.0
dvb-usb-az6007 AzureWave 6007 and clones DVB-T/C USB2.0
dvb-usb-az6027 Azurewave DVB-S/S2 USB2.0 AZ6027
dvb-usb-ce6230 Intel CE6230 DVB-T USB2.0
dvb-usb-cinergyT2 Terratec CinergyT2/qanu USB 2.0 DVB-T
dvb-usb-cxusb Conexant USB2.0 hybrid
dvb-usb-dib0700 DiBcom DiB0700
dvb-usb-dibusb-common DiBcom DiB3000M-B
dvb-usb-dibusb-mc DiBcom DiB3000M-C/P
dvb-usb-digitv Nebula Electronics uDigiTV DVB-T USB2.0
dvb-usb-dtt200u WideView WT-200U and WT-220U (pen) DVB-T
dvb-usb-dtv5100 AME DTV-5100 USB2.0 DVB-T
dvb-usb-dvbsky DVBSky USB
dvb-usb-dw2102 DvbWorld & TeVii DVB-S/S2 USB2.0
dvb-usb-ec168 E3C EC168 DVB-T USB2.0
dvb-usb-gl861 Genesys Logic GL861 USB2.0
dvb-usb-gp8psk GENPIX 8PSK->USB module
dvb-usb-lmedm04 LME DM04/QQBOX DVB-S USB2.0
dvb-usb-m920x Uli m920x DVB-T USB2.0
dvb-usb-nova-t-usb2 Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0
dvb-usb-opera Opera1 DVB-S USB2.0 receiver
dvb-usb-pctv452e Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600
dvb-usb-rtl28xxu Realtek RTL28xxU DVB USB
dvb-usb-technisat-usb2 Technisat DVB-S/S2 USB2.0
dvb-usb-ttusb2 Pinnacle 400e DVB-S USB2.0
dvb-usb-umt-010 HanfTek UMT-010 DVB-T USB2.0
dvb_usb_v2 Support for various USB DVB devices v2
dvb-usb-vp702x TwinhanDTV StarBox and clones DVB-S USB2.0
dvb-usb-vp7045 TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0
em28xx Empia EM28xx USB devices
go7007 WIS GO7007 MPEG encoder
gspca Drivers for several USB Cameras
hackrf HackRF
hdpvr Hauppauge HD PVR
msi2500 Mirics MSi2500
mxl111sf-tuner MxL111SF DTV USB2.0
pvrusb2 Hauppauge WinTV-PVR USB2
pwc USB Philips Cameras
s2250 Sensoray 2250/2251
s2255drv USB Sensoray 2255 video capture device
smsusb Siano SMS1xxx based MDTV receiver
ttusb_dec Technotrend/Hauppauge USB DEC devices
usbtv USBTV007 video capture
uvcvideo USB Video Class (UVC)
zd1301 ZyDAS ZD1301
====================== =========================================================
.. toctree::
:maxdepth: 1
au0828-cardlist
cx231xx-cardlist
em28xx-cardlist
siano-cardlist
gspca-cardlist
dvb-usb-dib0700-cardlist
dvb-usb-dibusb-mb-cardlist
dvb-usb-dibusb-mc-cardlist
dvb-usb-a800-cardlist
dvb-usb-af9005-cardlist
dvb-usb-az6027-cardlist
dvb-usb-cinergyT2-cardlist
dvb-usb-cxusb-cardlist
dvb-usb-digitv-cardlist
dvb-usb-dtt200u-cardlist
dvb-usb-dtv5100-cardlist
dvb-usb-dw2102-cardlist
dvb-usb-gp8psk-cardlist
dvb-usb-m920x-cardlist
dvb-usb-nova-t-usb2-cardlist
dvb-usb-opera1-cardlist
dvb-usb-pctv452e-cardlist
dvb-usb-technisat-usb2-cardlist
dvb-usb-ttusb2-cardlist
dvb-usb-umt-010-cardlist
dvb-usb-vp702x-cardlist
dvb-usb-vp7045-cardlist
dvb-usb-af9015-cardlist
dvb-usb-af9035-cardlist
dvb-usb-anysee-cardlist
dvb-usb-au6610-cardlist
dvb-usb-az6007-cardlist
dvb-usb-ce6230-cardlist
dvb-usb-dvbsky-cardlist
dvb-usb-ec168-cardlist
dvb-usb-gl861-cardlist
dvb-usb-lmedm04-cardlist
dvb-usb-mxl111sf-cardlist
dvb-usb-rtl28xxu-cardlist
dvb-usb-zd1301-cardlist
other-usb-cardlist
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
USB 장치 식별
1-28이 문서는 GPL-2.0 라이선스를 따르는 USB media driver 목록입니다. USB board는 USB ID라는 식별자로 구분합니다.
`lsusb` 명령으로 USB ID를 확인할 수 있습니다.
$ lsusb
...
Bus 001 Device 015: ID 046d:082d Logitech, Inc. HD Pro Webcam C920
Bus 001 Device 074: ID 2040:b131 Hauppauge
Bus 001 Device 075: ID 2013:024f PCTV Systems nanoStick T2 290e
...
최신 camera 장치는 USB Video Class를 통해 표준 방식으로 자신을 노출합니다. 이런 camera는 `uvc-driver`에서 자동으로 지원합니다.
오래된 camera와 TV USB 장치는 USB Vendor Classes를 사용합니다. 각 vendor가 장치 접근 방식을 자체 정의하며, 이 절은 그런 vendor-class 장치의 card list를 제공합니다.
PCI만큼 흔하지는 않지만 서로 다른 제품이 같은 USB ID를 쓰는 경우가 있습니다. 따라서 여러 media driver는 `card=` parameter를 받아 특정 제품 유형의 올바른 설정과 일치하는 card 번호를 지정할 수 있게 합니다.
지원 목록의 범위
30-38현재 지원하는 USB card는 아래와 같으며 `staging drivers`는 포함하지 않습니다.
일부 driver에는 이 표에 표시하지 않은 sub-driver가 있습니다. 특히 `gspca` driver에는 USB Video Class (UVC) driver가 지원하지 않는 camera용 sub-driver가 많으며, `gspca-cardlist` 문서에서 확인할 수 있습니다.
지원 USB driver
40-99| Driver | 이름 |
|---|---|
| airspy | AirSpy |
| au0828 | Auvitek AU0828 |
| b2c2-flexcop-usb | Technisat/B2C2 Air/Sky/Cable2PC USB |
| cx231xx | Conexant cx231xx USB video capture |
| dvb-as102 | Abilis AS102 DVB receiver |
| dvb-ttusb-budget | Technotrend/Hauppauge Nova - USB devices |
| dvb-usb-a800 | AVerMedia AverTV DVB-T USB 2.0 (A800) |
| dvb-usb-af9005 | Afatech AF9005 DVB-T USB1.1 |
| dvb-usb-af9015 | Afatech AF9015 DVB-T USB2.0 |
| dvb-usb-af9035 | Afatech AF9035 DVB-T USB2.0 |
| dvb-usb-anysee | Anysee DVB-T/C USB2.0 |
| dvb-usb-au6610 | Alcor Micro AU6610 USB2.0 |
| dvb-usb-az6007 | AzureWave 6007 and clones DVB-T/C USB2.0 |
| dvb-usb-az6027 | Azurewave DVB-S/S2 USB2.0 AZ6027 |
| dvb-usb-ce6230 | Intel CE6230 DVB-T USB2.0 |
| dvb-usb-cinergyT2 | Terratec CinergyT2/qanu USB 2.0 DVB-T |
| dvb-usb-cxusb | Conexant USB2.0 hybrid |
| dvb-usb-dib0700 | DiBcom DiB0700 |
| dvb-usb-dibusb-common | DiBcom DiB3000M-B |
| dvb-usb-dibusb-mc | DiBcom DiB3000M-C/P |
| dvb-usb-digitv | Nebula Electronics uDigiTV DVB-T USB2.0 |
| dvb-usb-dtt200u | WideView WT-200U and WT-220U (pen) DVB-T |
| dvb-usb-dtv5100 | AME DTV-5100 USB2.0 DVB-T |
| dvb-usb-dvbsky | DVBSky USB |
| dvb-usb-dw2102 | DvbWorld & TeVii DVB-S/S2 USB2.0 |
| dvb-usb-ec168 | E3C EC168 DVB-T USB2.0 |
| dvb-usb-gl861 | Genesys Logic GL861 USB2.0 |
| dvb-usb-gp8psk | GENPIX 8PSK->USB module |
| dvb-usb-lmedm04 | LME DM04/QQBOX DVB-S USB2.0 |
| dvb-usb-m920x | Uli m920x DVB-T USB2.0 |
| dvb-usb-nova-t-usb2 | Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 |
| dvb-usb-opera | Opera1 DVB-S USB2.0 receiver |
| dvb-usb-pctv452e | Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600 |
| dvb-usb-rtl28xxu | Realtek RTL28xxU DVB USB |
| dvb-usb-technisat-usb2 | Technisat DVB-S/S2 USB2.0 |
| dvb-usb-ttusb2 | Pinnacle 400e DVB-S USB2.0 |
| dvb-usb-umt-010 | HanfTek UMT-010 DVB-T USB2.0 |
| dvb_usb_v2 | Support for various USB DVB devices v2 |
| dvb-usb-vp702x | TwinhanDTV StarBox and clones DVB-S USB2.0 |
| dvb-usb-vp7045 | TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 |
| em28xx | Empia EM28xx USB devices |
| go7007 | WIS GO7007 MPEG encoder |
| gspca | Drivers for several USB Cameras |
| hackrf | HackRF |
| hdpvr | Hauppauge HD PVR |
| msi2500 | Mirics MSi2500 |
| mxl111sf-tuner | MxL111SF DTV USB2.0 |
| pvrusb2 | Hauppauge WinTV-PVR USB2 |
| pwc | USB Philips Cameras |
| s2250 | Sensoray 2250/2251 |
| s2255drv | USB Sensoray 2255 video capture device |
| smsusb | Siano SMS1xxx based MDTV receiver |
| ttusb_dec | Technotrend/Hauppauge USB DEC devices |
| usbtv | USBTV007 video capture |
| uvcvideo | USB Video Class (UVC) |
| zd1301 | ZyDAS ZD1301 |
USB media 장치 확인 흐름
usb-cardlist.rst:1-149먼저 `lsusb`로 USB ID를 확인하고, 표준 UVC camera인지 vendor-class 장치인지 구분합니다. 동일 ID를 공유하는 제품은 driver의 `card=` parameter가 필요할 수 있습니다.