Age | Commit message (Collapse) | Author |
|
Prevent urbs being resubmitted if streaming isn't running under kernel 2.5
|
|
Stop oops on redetection of dec after firmware upload
|
|
Include fdump and modify build system to create firmware header from
firmware binary file.
Twiddle checksum value for firmware upload to current firmware's value.
|
|
against 2.4 and 2.5 kernels.
|
|
|
|
are deprecated -- to be removed.
register network device for bt8xx cards
|
|
|
|
|
|
"kernel shape":
I mainly changed all "typedef struct foo_s {...} foo_t"
to "struct foo {}". Please don't start a policy war, I know the pros
cons of typedefs and structures.
We should, however, stick to the coding rules of the kernel: typedefed
structs are only used for opaque data types, where the internal
representation is irrelevant and we have get()/set() functions for
accessing them (ie. spinlock_t)
|
|
|
|
|
|
- any non-zero result is now an error
- result length returned via parameter
Additional check for firmware 1.05 to send bootcode
|
|
|
|
nobody really needs them...
|
|
(not everybody has gcc-3.2 installed;)
|
|
|
|
(Spooky that Felix has been working on the same sort of thing!)
Zapping process cleaner - doesn't stop and start the iso stream when adding
more pid filters.
|
|
Channel zapping, video streaming, and audio streaming functional.
|