1. 03 11月, 2006 1 次提交
    • D
      V4L/DVB (4785): Budget-ci: Change DEBIADDR_IR to a safer default · ecba77f2
      David Hrdeman 提交于
      The IR chip has no address decoding, so the IR data is always present in 
      the high byte when doing a read from the saa7146 chip. This means that 
      the DEBI address used is irrelevant to the IR decoding logic.
      DEBI addresses 0x1XXX are mapped to the registers on the CI module 
      itself, but only the lowest two bits are actually used (see EN50221, 
      section A.2.2.1), meaning that 0x1234 is equivalent to 0x1000 which maps 
      to register 0 (the data register). A read from the data register is 
      supposed to be preceded by a read from the size register, so some CI 
      modules will be confused (the AlphaCrypt CAM will hang completely).
      The attached patch changes the address used when reading the IR data to 
      use 0x4000 instead. This is the CI version address, which is a safer 
      default, works with the AlphaCrypt CAM and matches the behaviour of the 
      Windows driver (AFAIK).
      Signed-off-by: NDavid Härdeman <david@hardeman.nu>
      Signed-off-by: NOliver Endriss <o.endriss@gmx.de>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      ecba77f2
  2. 26 9月, 2006 6 次提交
  3. 30 7月, 2006 1 次提交
  4. 25 6月, 2006 4 次提交
  5. 13 5月, 2006 1 次提交
  6. 22 3月, 2006 1 次提交
  7. 08 3月, 2006 1 次提交
  8. 02 12月, 2005 1 次提交
  9. 09 11月, 2005 2 次提交
  10. 29 10月, 2005 1 次提交
  11. 10 9月, 2005 2 次提交
  12. 08 7月, 2005 2 次提交
  13. 17 5月, 2005 1 次提交
  14. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4