-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 226364 b: refs/heads/master c: 2d5ca76 h: refs/heads/master v: v3
- Loading branch information
Mauro Carvalho Chehab
committed
Dec 29, 2010
1 parent
4c21904
commit 65f160c
Showing
10 changed files
with
25 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 0170f6bcb243cb9e86c953652f8e62fccb8108f1 | ||
refs/heads/master: 2d5ca76f2b39a31313d7e54224c78b7b311e7dce |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
config USB_DABUSB | ||
tristate "DABUSB driver" | ||
depends on USB | ||
---help--- | ||
A Digital Audio Broadcasting (DAB) Receiver for USB and Linux | ||
brought to you by the DAB-Team | ||
<http://wwwbode.cs.tum.edu/Par/arch/dab/>. This driver can be taken | ||
as an example for URB-based bulk, control, and isochronous | ||
transactions. URB's are explained in | ||
<Documentation/usb/URB.txt>. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called dabusb. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
obj-$(CONFIG_USB_DABUSB) += dabusb.o | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
This is a driver for an experimental sample developed in 2003. The driver | ||
never supported any commercial product, nor had any known user. | ||
If nobody takes care on it, the driver will be removed for 2.6.39. | ||
|
||
Please send patches to linux-media@vger.kernel.org |
File renamed without changes.
File renamed without changes.