CIA.vc
colacoder
Real-time open source activity stats
Stats » Authors » colacoder
informationsyndicateUTC clock
03:44 on Feb 12, 2012
event counters
The last message was received 2.97 years ago at 14:20 on Feb 22, 2009
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
56 messages since the first one, 5.62 years ago, for an average of 1.22 months between messages
recent messages
dateReversed sort columnprojectcontentlink
13:30 on Feb 22, 2009OpenBeOS
Commit by colacoder :: r29281 /haiku/trunk/src/kits/device/USBInterface.cpp:
Complete my previous fix :$
#
10:53 on Feb 22, 2009OpenBeOS
Commit by colacoder :: r29280 /haiku/trunk/src/add-ons/media/media-add-ons/usb_webcam/CamDevice.cpp:

  • Fix initialisation of CamDevice::fIsoIn.
  • Fix debug message on IsoIn path.
#
10:39 on Feb 22, 2009OpenBeOS
Commit by colacoder :: r29279 /haiku/trunk/src/add-ons/media/media-add-ons/usb_webcam/ (CamDevice.cpp CamRoster.cpp):

  • Make usb device detection in usb_webcam identical to the way the usb bus_manager handles it.
  • Fix some minor printf()-style warnings in the debug build of usb_webcam.
#
20:50 on Feb 21, 2009OpenBeOS
Commit by colacoder :: r29275 /haiku/trunk/src/kits/device/USBInterface.cpp:
Fix problem in BUSBInterface::OtherDescriptorAt(). It will now correctly return available
non-standard descriptors. This makes listusb useful again with usb audio & video devices...
#
16:42 on Feb 09, 2009OpenBeOS
Commit by colacoder :: r29172 /haiku/trunk/src/add-ons/kernel/drivers/audio/hda/hda_controller.cpp:
Do not enable interrupts on codec status change, since we do not handle those. This fixes the lockup on the EeePC, and follows the description in the HDA specs.
#
22:29 on Dec 13, 2008OpenBeOS
Commit by colacoder :: r28807 /haiku/trunk/src/add-ons/kernel/bus_managers/acpi/acpi_module.c:
Disabled B_FIND_CHILD_ON_DEMAND for ACPI nodes for now, so more then just level 2 ACPI nodes get a chance to have drivers assigned to them too ;)
#
22:28 on Dec 04, 2008OpenBeOS
Commit by colacoder :: r28776 /haiku/trunk/src/add-ons/kernel/bus_managers/acpi/acpi_ns_dump.cpp:

  • Take into account that get_device_hid() can fail; so empty string before passing it.
#
21:28 on Dec 03, 2008OpenBeOS
Commit by colacoder :: r28773 /haiku/trunk/build/jam/HaikuImage:

  • Added the ar81xx driver to the image. Thanks for testing kvdman!
#
20:10 on Dec 03, 2008OpenBeOS
Commit by colacoder :: r28771 /haiku/trunk/src/add-ons/kernel/drivers/network/ (15 files in 5 dirs):
Add network driver for Atheros AR8121/AR8113/AR8114 controllers to the build. These are used in the EeePC 901 and later.
#
20:05 on Dec 03, 2008OpenBeOS
Commit by colacoder :: r28770 /haiku/trunk/src/libs/compat/freebsd_network/compat/ (3 files in 3 dirs):
Add if_llc.h to BSD compatibility layer; remove a semicolon from a macro definition where it shouldn't be; and add the roundup() macro.
#
23:43 on Dec 02, 2008OpenBeOS
Commit by colacoder :: r28764 /haiku/trunk/src/add-ons/kernel/drivers/power/Jamfile:
add the acpi_lid driver to the build system; not in the image yet though...
#
23:42 on Dec 02, 2008OpenBeOS
Commit by colacoder :: r28763 /haiku/trunk/src/bin/iasl/ (Jamfile osunixxf.c):
Update iasl bin tool to acpica-20080701
#
18:16 on Nov 30, 2008OpenBeOS
Commit by colacoder :: r28752 /haiku/trunk/ (4 files in 2 dirs):
Update Attansic L2 driver with latest source from FreeBSD, it is now fully functional!
#
01:41 on Nov 19, 2008OpenBeOS
Commit by colacoder :: r28691 /buildtools/trunk/binutils/ld/Makefile.in:
Forgot that these generated files were in svn too ;)
#
01:04 on Nov 19, 2008OpenBeOS
Commit by colacoder :: r28690 /buildtools/trunk/binutils/ld/Makefile.am:
Fix makefile so binutils will fully build for ARM architecture.
#
22:20 on Sep 02, 2008OpenBeOS
Commit by colacoder :: r27290 /haiku/trunk/src/add-ons/kernel/drivers/network/ (15 files in 5 dirs):
Attansic L2 Fast Ethernet driver for Haiku. Port of FreeBSD driver from:
http://www.SpringDaemons.com/stas/if_ae-1214569185.tar.bz2
(This is the wired NIC on the Asus EEE PC!)
NOTE: It is not in the image because it currently still crashes, will look into that soon.
#
23:48 on Feb 11, 2008OpenBeOS
Commit by colacoder :: r23946 /haiku/trunk/src/ (5 files in 4 dirs):
Use new transport callbacks from printer preference.... transport addons now choose what to publish in the printers pref add printer dialog...
#
02:00 on Feb 08, 2008OpenBeOS
Commit by colacoder :: r23928 /haiku/trunk/ (4 files in 2 dirs):
Slight rework of my previous commit... now ports can be asked too ;)
#
00:34 on Feb 08, 2008OpenBeOS
Commit by colacoder :: r23927 /haiku/trunk/ (8 files in 2 dirs):
Make print_server track Transport addons too. This is because some of the NewTransportAddOns(tm) can also autodetect devices, e.g. USB printers. For this, the print_server needs to keep those transport addons loaded at all times. This code now also enables dynamic Transport discovery for the Printer prefs, e.g. 'hey print_server GET Transport 0' or 'hey print_server GET Transport 'USB Port'' will now work too ;)
#
23:47 on Jan 13, 2008OpenBeOS
Commit by colacoder :: r23506 /haiku/trunk/src/kits/interface/PrintJob.cpp:
Fix BPrintJob to not screw up user-made job settings with the global defaults.... StyledEdit prints again :)
#