Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-14 | Include 2.6 kernel janitor cleanups (eliminate #include duplication, shift | Michael Hunold | |
includes around) -- I don't care much about this... | |||
2003-10-09 | - backfeed patches from 2.6.0-test7, which have not gone through our cvs: | Michael Hunold | |
- janitorial fixes (mostly return code handling) - spelling fixes in Kconfig files - line breaks to re-formatting | |||
2003-10-08 | - allow private data to be associated with i2c devices | Andreas Oberritter | |
- fixed some return values in i2c device attach functions | |||
2003-10-01 | - clean up Kconfig files, use the new SELECT facility | Michael Hunold | |
- split up saa7146 compilation in core and video part | |||
2003-09-10 | C99 initializer fixes. | Michael Hunold | |
2003-09-10 | Changes from 2.6.0-test5, although I don't know what they do... | Michael Hunold | |
2003-09-10 | C99 initializer fixes backported from 2.6.0-test5 | Michael Hunold | |
2003-07-19 | Hand off all processing of urb data to a tasklet | Alex Woods | |
2003-07-13 | Check more reliable field to decide on whether to upload firmware or not. | Alex Woods | |
2003-07-12 | Resolve problem with first tuning under kernel 2.5 | Alex Woods | |
Prevent urbs being resubmitted if streaming isn't running under kernel 2.5 | |||
2003-07-12 | Beautify code (hopefully - it's in the eye of the beholder after all) | Alex Woods | |
Stop oops on redetection of dec after firmware upload | |||
2003-06-24 | Remove firmware header from cvs :) | Alex Woods | |
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. | |||
2003-06-22 | Rollback to munges and split usb compat stuff out to fix building | Alex Woods | |
against 2.4 and 2.5 kernels. | |||
2003-06-21 | - compile and documentation fixes, enable bt8xx usb USB driver builds | Holger Waechtler | |
there is no reason not to submit the bt8xx driver with the next patchset, right? | |||
2003-06-21 | 2.5 compile fixes | Holger Waechtler | |
2003-06-21 | code review, use adap->num instead of card_num field, card_num and dev_num ↵ | Holger Waechtler | |
are deprecated -- to be removed. register network device for bt8xx cards | |||
2003-06-03 | Rollback | Alex Woods | |
2003-06-03 | Stop usb semaphore clobbering itself | Alex Woods | |
2003-05-27 | Here comes a huge cleanup patch in order to get the sources into | Michael 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-03 | Slight tidy up | Alex Woods | |
2003-05-03 | Update dec driver to work with 2.5 kernels | Alex Woods | |
2003-05-03 | Change tristate to differentiate from ttusb-budget | Alex Woods | |
2003-04-30 | Necessary configuration files for kernel inclusion | Michael Hunold | |
+ configuration files updates. | |||
2003-04-27 | Clean 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-15 | Create a dvb net device. | Alex Woods | |
2003-04-15 | remove name/vendor/id strings, these caused only troubles everywhere and ↵ | Holger Waechtler | |
nobody really needs them... | |||
2003-04-14 | declare variables before trace dprintk()'s | Holger Waechtler | |
(not everybody has gcc-3.2 installed;) | |||
2003-04-07 | Removed spin_lock_init on non-existant spink_lock. | Alex Woods | |
2003-04-03 | Fixes 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-30 | Initial checkin. | Alex Woods | |
Channel zapping, video streaming, and audio streaming functional. |