summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttusb-dec
AgeCommit message (Collapse)Author
2003-05-27Here comes a huge cleanup patch in order to get the sources intoMichael Hunold
"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)
2003-05-03Slight tidy upAlex Woods
2003-05-03Update dec driver to work with 2.5 kernelsAlex Woods
2003-05-03Change tristate to differentiate from ttusb-budgetAlex Woods
2003-04-30Necessary configuration files for kernel inclusionMichael Hunold
+ configuration files updates.
2003-04-27Clean up ttusb_dec_send_command:Alex Woods
- any non-zero result is now an error - result length returned via parameter Additional check for firmware 1.05 to send bootcode
2003-04-15Create a dvb net device.Alex Woods
2003-04-15remove name/vendor/id strings, these caused only troubles everywhere and ↵Holger Waechtler
nobody really needs them...
2003-04-14declare variables before trace dprintk()'sHolger Waechtler
(not everybody has gcc-3.2 installed;)
2003-04-07Removed spin_lock_init on non-existant spink_lock.Alex Woods
2003-04-03Fixes for usb_bulk_msg timeouts, and urb submission and unlinking errors.Alex Woods
(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.
2003-03-30Initial checkin.Alex Woods
Channel zapping, video streaming, and audio streaming functional.