| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Hauppauge HD PVR USB driver |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2008 Janne Grunau (j@jannau.net) |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or |
|---|
| 7 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 8 | | - * published by the Free Software Foundation, version 2. |
|---|
| 9 | | - * |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | #include <linux/usb.h> |
|---|
| .. | .. |
|---|
| 215 | 211 | */ |
|---|
| 216 | 212 | |
|---|
| 217 | 213 | /* :0 s 38 01 1700 0003 0001 1 = 00 |
|---|
| 218 | | - * VIDEO STANDARD or FREQUNCY 0 = 60hz, 1 = 50hz |
|---|
| 214 | + * VIDEO STANDARD or FREQUENCY 0 = 60hz, 1 = 50hz |
|---|
| 219 | 215 | */ |
|---|
| 220 | 216 | |
|---|
| 221 | 217 | /* :0 s 38 01 3100 0003 0004 4 = 03030000 |
|---|