1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601
|
2008-03-21 Charles Schwieters <schwitrs@oaf>
* Makefile.in: added direct??.c to distributed files
* config.log, config.cache: unneeded file
* configure: updated VERSION
* config.sub: updated from libtool for support for amd64
2008-03-20 Charles Schwieters <schwitrs@oaf>
* config.status: shouldn't be in CVS
* Makefile.in: added support for 64-bit direct.c
* toshset.cc: transrelective status switch
* toshset.1, toshset.cc: added support for transreflective displays.
Thank you to Laurent L\'eonard for working this out.
* toshibaIDs.cc: added fc0d, updated fcff
* hci.h: added HCI_TR_BACKLIGHT
* direct.c, direct32.c: renamed direct.c --> direct32.c
2006-09-17 Charles Schwieters <schwitrs@oaf>
* index.html.in: 1.72 updates
* TODO: *** empty log message ***
* index.html.in: added link to site for help w/ acpi problems.
* toshibaIDs.cc: added machines ids fc5b, fca2, fca6
updated fcff
* toshset.cc: fixup for reporting sci version
addition to unrecognized machine warning.
2005-10-10 Charles Schwieters <schwitrs@oaf>
* index.html.in: *** empty log message ***
2005-10-09 Charles Schwieters <schwitrs@oaf>
* toshibaIDs.cc: added ids fc67 and fcf1
* toshset.cc: battery feature:
fixed to correctly treat errors.
BluetoothFeature::action:
fixed message string.
Fixed reporting on second battery status.
2005-08-13 Charles Schwieters <schwitrs@oaf>
* toshibaIDs.cc: added id fca7
* cdsMath.cc: now grab abs() from std- needed for gcc-4
2005-06-25 Charles Schwieters <schwitrs@oaf>
* index.html.in: *** empty log message ***
* toshset.1: updated dates
adde docs for -fast option
* toshset.cc:
added -fast command line option- skips a startup check, and doesn't
perform query after set action.
* toshibaIDs.cc: updated machine ids 0xfc54, 0xfc54, 0xfcff
* index.html.in: changes suggested by John Belmonte.
* README: changes suggested by John Belmonte
* Notes: document where ioctl calls are.
2005-04-09 Charles Schwieters <schwitrs@oaf>
* index.html.in, config.status: *** empty log message ***
* Makefile.in: install rule:
create destination directories (if they don't exist)
correctly treat autoconf's DESTDIR variable.
* toshibaIDs.cc: added machine ids:
0xfc98 0xfcb5
updated ids:
0xfc01 0xfc53 0xfc7a 0xfcff
* toshset.cc: workaround for problems compiling under gcc-3.4
2004-09-28 Charles Schwieters <schwitrs@oaf>
* toshset.cc:
ownerstring action: added allowedFailures to prevent an infinite loop.
2004-09-06 Charles Schwieters <schwitrs@oaf>
* index.html.in: *** empty log message ***
* toshibaIDs.cc: added id: 0xfc70
updated id: 0xfcff
* hci.h: added HCI_BUSY entry
* toshset.cc:
HciFeature::query: added wait loop if HCI_BUSY is returned.
2004-07-11 Charles Schwieters <schwitrs@oaf>
* sci.h: new features added by G. L. Gragnani
2004-07-06 Charles Schwieters <schwitrs@oaf>
* toshset.1: Documentation of features added by Gian Luigi Gragnani.
* toshset.cc: added new features:
USB legacy mode, USB FDD emulation mode, LAN controller, sound logo,
startup logo
contributed by G. L. Gragnani
* index.html.in: *** empty log message ***
2004-05-31 Charles Schwieters <schwitrs@oaf>
* index.html.in, Makefile.in: *** empty log message ***
* Makefile.in: adding version tag to cvs
* Makefile.in: removed optimization (causes segfaults under gcc-3.3.3)
removed explicit rules for some .o files
added explicit .c.o rule
* Makefile.in: added explicit rule for direct.c
* Makefile.in: HEADERS: added direct.h
* index.html.in: *** empty log message ***
* toshset.cc: changed id string for HC/SCI access mode
changed order of model, access features
* Makefile.in: C_SRC: added direct.c
2004-04-30 Charles Schwieters <schwitrs@oaf>
* sci.c: SciSet kernel access fixup
2004-04-20 Charles Schwieters <schwitrs@oaf>
* toshibaIDs.cc: added machine ids: 0xfc01, 0xfc7b
machine id 0xfc13: spelling fix
* toshset.1: added blurb about direct/kernel HCI/SCI access
* toshset.cc: added AccessFeature, accessMode determination
* kernelInterface.c, kernelInterface.h:
added code for determining SCI/HCI access mode
* hci.c, sci.c, direct.c, direct.h:
moved all direct asm calls from sci.c and hci.c to direct.c
2004-03-06 Charles Schwieters <schwitrs@oaf>
* hci.h: added HCI_LCD_BRIGHTNESS def
* toshset.cc: added LCDIntensityFeature, -inten flag
* toshset.1: added -iten docs
updated ACPI blurb
2004-03-01 Charles Schwieters <schwitrs@oaf>
* Makefile.in: added missing source files, updated dist rule for cvs
* ChangeLog: *** empty log message ***
* ChangeLog: blah
* Makefile: *** empty log message ***
* Makefile: updates
2004-02-28 Charles Schwieters <schwitrs@oaf>
* t.tmp: *** empty log message ***
* sci.c: removed unused code
* ChangeLog: *** empty log message ***
* Makefile.in: make -DUSE_KERNEL_INTERFACE default
install rule: create target directories if they don't already exist.
* index.html.in: document wireless/bluetooth functionality
* toshset.cc:
hibernation features: don't print ugly error messages if not supported
(and -v isn't specifed)
wirelessFeature: added value: 0 for not present (distinct from NOT_SUPPORTED)
* hci.h: added 1280x600 flat panel resolution
* toshibaIDs.cc: added 0xfc5d
updated 0xfc72 and 0xfcb0
* External Interface for Hibernation Utility.txt, Internal Bluetooth control BIOS interface.doc, lphdisk-0.9.tar.gz:
re-added
2004-02-26 Charles Schwieters <schwitrs@oaf>
* External Interface for Hibernation Utility.txt, Internal Bluetooth control BIOS interface.doc:
*** empty log message ***
* .fsync-skip, External Interface for Hibernation Utility.txt, Internal Bluetooth control BIOS interface.doc, Makefile, Notes, SCI&HCI.txt, TODO, config.cache, config.log, config.status, getScan.cc, gui.py, hib.py, hibFile.txt, inst.tmp, matrix, new.tmp, old.tmp, t.tmp:
.
2003-11-22 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* toshibaIDs.cc: added the following machine ids:
0xfcac 0xfcf5 0xfcf6 0xfcf7 0xfcf8 0xfcff
updated the following ids:
0xfc17 0xfc68 0xfc72
* toshset.1: document -bluetooth
added warning blurb about acpi kernels
* toshset.cc: added WirelessFeature, BluetoothFeature
cleaned up hibernation info output
2003-09-27 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* hci.h: added HCI_1400_1050
* toshset.cc: added 1400x1050 resolution to flatpanel output
* toshset.cc:
changed order of fan settings based on feedback from Tim Barbour
2003-09-20 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* hci.h, toshset.cc: added experimental fan modes
* toshibaIDs.cc:
added these ids: 0xfc0b 0xfc73 0xfc8b 0xfc8c 0xfcb0 0xfcf3
* README: fixed typo
2003-06-14 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* Makefile.in: fixed the toshset-static rule
* ChangeLog: *** empty log message ***
* Makefile.in: CFLAGS: added -I include dir
* ChangeLog: *** empty log message ***
* cdsList.hh:
switch to using new-style (stupid) headers without trailing .h
* cdsString.cc:
switch to using new-style (stupid) headers without trailing .h
switch from strstream to cdsSStream
* cdsExcept.hh, cdsSStream.hh, cdsMath.cc, cdsMath.hh, cdsSStream.cc:
New file.
* cdsString.hh:
updated to use new style (stupid) headers without trailing .h
make resize() member public
* toshset.cc: updated to work with gcc-3.3:
now use new-style (stupid) headers without trailing .h
removed strstream, replaced with cdsSStream
* toshibaIDs.cc:
updated entry for Satellite 2100 to list both CDS and CDT models
added entry for the Satellite 1410-604
2003-03-22 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* toshibaIDs.cc: added four ids
* toshset.cc:
give better diagnostic message if the machine id is completely bogus.
2003-01-18 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* toshibaIDs.cc: added machine ids
2003-01-02 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* hci.h: typo fix
* ChangeLog: *** empty log message ***
* hci.h, toshset.cc: LCDFeature::query: added resolution
* toshibaIDs.cc: added machine ids
2002-11-24 Charles Schwieters <schwitrs@oaf>
* README: added blurb on kernel interface.
* index.html.in: updated what's new.
* ChangeLog: *** empty log message ***
* Makefile.in: added header file
* ChangeLog: *** empty log message ***
* kernelInterface.c, kernelInterface.h: New file.
* index.html.in: added notice of toshset-announce mailing list.
* hci.c: added optional support for kernel hardware interface
* sci.c: added optional support for kernel hardware interface
required some rearrangement of sci use of SMMRegisters.
* hci.h, sci.h: mods for kernle interface
* toshset.1: updated entry for -autooff option
* Makefile.in: added toshibaIDs.cc
* toshibaIDs.cc, toshibaIDs.hh: New file.
* toshset.cc: added optional support for toshiba kernel interface.
added ModelFeature to get model string.
fixes for system auto-off feature. I've never tripped it, though.
deal better with state info after switching video modes.
Enabled second-battery sensing. Does it work?
removed model ids to toshibaIDs.cc.
2002-11-11 Charles Schwieters <schwitrs@oaf>
* Makefile.in:
added (commented-out) support for use of toshiba kernel interface
updated for gcc-3 arch flags
2002-09-12 Charles Schwieters <schwitrs@oaf>
* toshset.1: updated video modes, setting by index
* ChangeLog: *** empty log message ***
* Makefile.in: added README.video
* index.html.in: added video mode note
* toshset.cc: added three new video out modes. What are they for?
allow setting features by index number
added two machine ids
* README.video: New file.
2002-08-06 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* toshset.cc: new machine ids
work on hibernation support:
BIOS/MEMORY/VRAM size
still doesn't work.
2002-06-17 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* toshset.cc: added three new machine ids
2002-05-18 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* wildmat.c: fix casting warning messages
* sci.c: fixes for asm code: now compiles under gcc-3.0
* toshset.cc: added hardware ids for: Satellite 2140CDS
Portage 7140CT
Satellite Pro 6000
added pointerFeature, -pointer cmdline option. Don't know what it's for.
removed argVersion, replaced with versionFeature
fix in ArgSet::action
2002-04-21 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* index.html.in: New file.
* Makefile.in: added web-dist rule
* ChangeLog: *** empty log message ***
* toshset.cc: added machine codes for
Satellite Pro 4600
Tecra 8200 PT8200U
Satellite PS287A
Satellite 5005-S507
Satellite 5100-201
2002-03-16 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* toshset.cc: added Portege 3480CT machine id
2002-03-03 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* toshset.cc: added Satellite 18050S274
2002-02-12 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* toshset.cc: added machine id 0xfc5a
2002-01-30 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* toshset.1: added docs for -ostring -spasswd -upasswd
changed copyright date
document use of ``-'' for option setting.
* hci.c: cleanup
* sci.c: cleanup
added extra element to stack, as done in hciFunction
added memory to asm protected area
* Makefile.in: dist: removed distclean dependency
* toshset.cc:
fixed bug in argset which caused segfaults if >1 option specified
fixed upasswd, spasswd support
2002-01-29 Charles Schwieters <schwitrs@oaf>
* ChangeLog: *** empty log message ***
* Makefile.in: added README, ChangeLog to FILES
2002-01-28 Charles Schwieters <schwitrs@oaf>
* Makefile.in: added smm.h
* toshset.cc: owner string
argument option ``-''
* smm.h: New file.
* hci.c: removed segfault signal hack
replaced with extra element on stack hack
* cdsString.cc, cdsString.hh: replaced with CDSlib template version
* toshset.1: updated owner string, ``-'' argument
2002-01-23 Charles Schwieters <schwitrs@oaf>
* ChangeLog: New file.
* sci.h: moved SMMRegisters to smm.h
* hci.h: replaced HciRegisters w/ SMMRegisters
added HCI_POWER_UP (from toshiba hibernation file docs)
* toshset.cc: changed: HciRegisters --> SSMRegisters
OwnerString: setting and querying now works
* hci.c: HciFunction: now set all SSM registers
involves major hack to get around segfault in asm: catch signal and restart.
2002-01-19 Charles Schwieters <schwitrs@oaf>
* toshset.cc: added fc64 machine code
* Makefile.in: *** empty log message ***
* toshset.cc: disable boot device info for now
* Makefile.in: *** empty log message ***
* Makefile.in: dist fixes
* Makefile.in: *** empty log message ***
* Makefile.in: added easier means to change version number
do rcs-checkin before dist
* configure.in: remove explicit version number
* configure.in: *** empty log message ***
* hci.h: added HCI_TVOUT
* sci.h: undid attempt to use new and old style SCI register names
* sci.c: work to try to get password stuff working
* toshset.cc: to videoFeature: added support for the tv-out port
work on getting hibernation working:
added LbaFeature
2001-12-21 Charles Schwieters <schwitrs@oaf>
* toshset.cc: added satellite 5005-s504
2001-11-04 Charles Schwieters <schwitrs@oaf>
* toshset.cc: changed SciRegisters --> SMMRegisters
added -version option
added machine id 0xfc54
allow to be run suid, if anyone is so foolish
2001-06-11 Charles Schwieters <schwitrs@oaf>
* toshset.cc: messed w/ passwd stuff: doesn't work yet.
a bit more support for hibernation info
added machine id fc02
2001-05-14 Charles Schwieters <schwitrs@oaf>
* Makefile.in: *** empty log message ***
* Makefile.in: added rcs-checkin rule
added note to mail debian maintainer
added rule toshset-static rule
* hci.h: changed HCI codes for video out mode
* sci.c:
copied Jonathan's new code for SciSet. Motivated by passwd stuff.
* sci.h: merged SMM and SciRegisters using anonymous unions
* cdsString.cc: operator==: fix for compiler warning
* hci.c: redid HciGetMachineID- stuff from Jonathan's kernel module
* configure.in: version change
* toshset.cc:
screwed around with PasswdFeature, not getting it to work.
dumb fixes
scads of new machine ids
fixed email to point to me
added ``other'' cooling feature
irFeature enabled
-boot flag added
2000-07-07 Charles Schwieters <schwitrs@oaf>
* toshset.cc: *** empty log message ***
* toshset.cc: added rcsversion
2000-07-04 Charles Schwieters <schwitrs@oaf>
* cdsString.cc, cdsString.hh, configure: New file.
* Makefile.in, README, configure.in, sci.h, toshset.cc:
fixes for manpages, arch-dep bin dir, version
* toshset.1, wildmat.c, wildmat.h: New file.
2000-02-02 Charles Schwieters <schwitrs@oaf>
* README, toshset.cc: *** empty log message ***
* README, cdsList.cc, cdsList.hh, config.guess, config.sub, configure.in, hci.c, hci.h, install-sh, sci.c, sci.h, toshset.cc, Makefile.in:
New file.
|