1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/graphics/picturebook/files/patch-ai
Takanori Watanabe e434ab4552 Sony VAIO camera tool.Ported by me.
Unfortunately I don't have actual device, so I leave it to
current maintainer.

Reviewed by: Alan Clegg <alan@clegg.com>(Maintainer)
2001-04-24 17:13:27 +00:00

21 lines
487 B
Plaintext

diff -c mchip.c picturebook.fbsd/mchip.c
*** mchip.c Wed Aug 2 08:15:04 2000
--- picturebook.fbsd/mchip.c Mon Jan 1 06:18:37 2001
***************
*** 377,383 ****
delay1(MCHIP_HIC_CMD);
! printf("continuous compressed capture started\n");
}
/* read one compressed frame from the framebuffer */
--- 377,383 ----
delay1(MCHIP_HIC_CMD);
! fprintf(stderr, "continuous compressed capture started\n");
}
/* read one compressed frame from the framebuffer */