1. 27 6月, 2006 1 次提交
  2. 25 6月, 2006 1 次提交
    • A
      V4L/DVB (3762): Add sysfs device links to dvb devices · d09dbf92
      Andrew de Quincey 提交于
      Currently in /sys/class/dvb/dvbX.demuxY/ we have:
      	dev
      	uevent
      With the patch, we have (for a PCI DVB device):
      	dev
      	device -> ../../../devices/pci0000:00/0000:00:1e.0/0000:03:0d.0
      	uevent
      So userspace tools can (finally) work out which physical device a DVB adapter
      refers to. Previously you had to kinda look through dmesg and hope that it
      hadn't been dumped out of the buffer. This makes debugging a lot easier if
      the system has been up for a long time!
      This is done by adding an extra 'struct device *' parameter to
      dvb_register_adapter(). It will work with any kind of standard
      linux 'device'. Additionally, if someone has an embedded system which does
      things differently, they can simply supply 'NULL' and the behaviour will be
      as before - the link will simply not appear.
      
      Ack'd-by: Manu Abraham <manu@linuxtv.org>
      Acked-by: NMichael Krufky <mkrufky@linuxtv.org>
      Signed-off-by: NAndrew de Quincey <adq_dvb@lidskialf.net>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      d09dbf92
  3. 13 5月, 2006 1 次提交
  4. 29 3月, 2006 1 次提交
  5. 15 1月, 2006 1 次提交
  6. 10 1月, 2006 1 次提交
  7. 13 12月, 2005 1 次提交
  8. 29 10月, 2005 1 次提交
  9. 21 6月, 2005 1 次提交
  10. 17 5月, 2005 1 次提交
  11. 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