CIA.vc
phoudoin
Real-time open source activity stats
Stats » Authors » phoudoin
informationsyndicateUTC clock
15:30 on Feb 12, 2012
event counters
The last message was received 3.68 months ago at 09:10 on Oct 25, 2011
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
573 messages since the first one, 7.7 years ago, for an average of 4.91 days between messages
recent messages
dateReversed sort columnprojectcontentlink
09:10 on Oct 25, 2011OpenBeOS
Commit by phoudoin :: r42908 /haiku/trunk/src/add-ons/kernel/drivers/bus/usb/usb_raw.cpp:
Revert back my change as its broken.
I will take some rest as obviously I should not allwed to commit anything rigth now.
Sorry guys.
#
08:43 on Oct 25, 2011OpenBeOS
Commit by phoudoin :: r42907 /haiku/trunk/src/add-ons/kernel/drivers/bus/usb/usb_raw.cpp:
Update B_USB_RAW_COMMAND_GET_DESCRIPTOR to support retrieving
up to total_length a configuration descriptor.
#
23:25 on Oct 24, 2011OpenBeOS
Commit by phoudoin :: r42905 /haiku/trunk/ (4 files in 3 dirs):
Revert r42812. As pointed by Michael, one can use
BUSBDevice::GetDescriptor() to retrieve whatever descriptor, including a
complete configuration descriptor.
#
17:29 on Oct 09, 2011OpenBeOS
Commit by phoudoin :: r42812 /haiku/trunk/ (4 files in 3 dirs):
Expand usb_raw ioctl to support retrieving full usb configuration descriptor from userland, not only the header part.
I try to keep UBSConfiguration binary compatibility, but proofreading is welcome.
#
17:26 on Oct 09, 2011OpenBeOS
Commit by phoudoin :: r42811 /haiku/trunk/src/kits/device/USBEndpoint.cpp:
Code cleanup.
#
21:32 on Sep 16, 2011OpenBeOS
Commit by phoudoin :: r42756 /haiku/trunk/src/apps/debugger/user_interface/gui/teams_window/ (TeamsListView.cpp TeamsListView.h):
Do an explicit row's update when it's needed.
This should close #7988 this time, hopefully.
#
00:15 on Sep 16, 2011OpenBeOS
Commit by phoudoin :: r42755 /haiku/trunk/src/apps/debugger/user_interface/gui/teams_window/ (TeamsListView.cpp TeamsListView.h):
Pass up-to-date team_info to TeamRow, so we can detect when a team app image has changed after
an exec() syscall, and update team's fields, icon included.
This fix #7988.
#
12:44 on Sep 05, 2011OpenBeOS
Commit by phoudoin :: r42715 /haiku/trunk/ (2 files in 2 dirs):

  • Expand kernel_args addresses ranges size, 8 is somewhat too small, leading to a panic at boot.
  • Make the panic message more explicit when there is no more room left. This should hopefully fix #7869.
#
07:56 on Sep 02, 2011OpenBeOS
Commit by phoudoin :: r42706 /haiku/trunk/src/apps/processcontroller/ (4 files):
Remove last usage of hardcoded k_app_mini old BeOS generic app icon.
That should gracefully close #7219.
#
07:44 on Aug 27, 2011OpenBeOS
Commit by phoudoin :: r42693 /haiku/trunk/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/UVCCamDevice.cpp:

  • Fix the "USB USB Webcam" name: now generic UVC USB webcam will be named, well, that: Generic UVC USB Webcam.
  • Added my own Logitech HD Pro C910, which publish a compound device class, not an UVC class.
#
00:06 on Aug 27, 2011OpenBeOS
Commit by phoudoin :: r42692 /haiku/trunk/build/jam/OptionalPackages:
Update WebPositive package, new build was needed due to the
new ICU 4.8.
#
15:49 on Aug 21, 2011OpenBeOS
Commit by phoudoin :: r42661 /haiku/trunk/src/add-ons/kernel/network/devices/dialup/dialup.cpp:
Fix gcc 4.5.2 build (unused static function is now an error).
No functional change, sorry.
#
15:21 on Aug 21, 2011OpenBeOS
Commit by phoudoin :: r42660 /haiku/trunk/src/apps/processcontroller/ (Jamfile Utilities.cpp):
Fixed in ProcessController the same icon issue than in Debugger's running teams window.
Also get right of the ugly raster default app icon that was still used and visible in
memory & teams/threads submenus.
#
14:47 on Aug 21, 2011OpenBeOS
Commit by phoudoin :: r42659 /haiku/trunk/src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp:
Followed Ingo's suggestion: use private get_app_ref(). This reduce code duplication.
Thanks.
#
11:23 on Aug 21, 2011OpenBeOS
Commit by phoudoin :: r42653 /haiku/trunk/src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp:
Now always retrieve the team icon from the first B_APP_IMAGE image entry_ref.
Using team_info.args as before was not safe: when truncated, the
entry_ref could be an intermediate folder, which display a folder
icon as team's icon!
#
19:17 on Jun 16, 2011OpenBeOS
Commit by phoudoin :: r42209 /haiku/trunk/src/add-ons/kernel/network/devices/dialup/dialup.cpp:
Small changes resting on my working copy.
#
17:11 on Jun 16, 2011OpenBeOS
Commit by phoudoin :: r42208 /haiku/trunk/src/add-ons/kernel/drivers/input/usb_hid/JoystickProtocolHandler.cpp:
No space was made for Hat(s) value(s) in variable_joystick.
Would explain why hat shown by StickIt was always static neutral...
#
12:52 on Jun 03, 2011OpenBeOS
Commit by phoudoin :: r41877 /haiku/trunk/src/add-ons/kernel/drivers/midi/usb_midi/ (devlist.c usb_midi.c):
Fixed gcc2 build (sorry).
Plus one forgotten small style fix.
#
10:42 on Jun 03, 2011OpenBeOS
Commit by phoudoin :: r41874 /haiku/trunk/src/add-ons/kernel/drivers/midi/usb_midi/ (devlist.c usb_midi.c usb_midi.h):
Applied patch by Pete Goodeve, which adds multi-ports support to usb_midi driver.
Fixed some coding style and a few sanity checks where it make sense.

This driver code is not in a good shape and needs a wide cleanup.
unfortunatly, I still don't have any device to test with, so I can't do that anytime soon.
Intead of letting his patch collecting dust since 3 months (my bad),
I think it's better the multi-port support gets at least more exposure than
just Pete's hardware.
#
08:25 on Jun 02, 2011OpenBeOS
Commit by phoudoin :: r41867 /haiku/trunk/src/tests/kits/device/stickit_BJoystick/Jamfile:
Fix gcc4 build.
#