1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Convert the virtual braille driver to use the generalized device syntax rather than parameters. (dm) More... over 20 years ago
Rename VAL_REPEAT_IMMEDIATE to VAL_REPEAT_INITIAL. (dm) Ensure that all toggle descriptions are formatted correctly for learn mode. (dm) More... over 20 years ago
Rename the "VAL_SWITCH..." constants to "VAL_TOGGLE_...". (dm) Add more autorepeat features. (dm) Change the HandyTech driver to use the core's autorepeat facility. (dm) More... over 20 years ago
Log the compilation date and time for each driver. (dm) More... over 20 years ago
Update the version, copyright, and change log for the Alva driver. (dm) More... over 20 years ago
Add the ChangeLog lines for brltyt-3.4.1. (dm) More... over 20 years ago
Remove the need for the local Typematic flag. (dm) More... over 20 years ago
USB URB status errors caused the URB to be freed twice. (dm) More... over 20 years ago
Tidy up autorepeat and restart support in the Alva driver. (dm) More... over 20 years ago
Deallocate URBs after the USBFS file is closed to protect against the kernel writing to unallocated memory. (dm) Document odd, but expected, USBFS errors. (dm) Remove the non-portable flags parameter from usbSubmitRequest(). (dm) Ensure that no logs are repeatedly generated when the USB device isn't connected. (dm) More... over 20 years ago
Fix the Alva restart driver command. (dm) More... over 20 years ago
Clean up USB error logging and handling. (dm) More... over 20 years ago
Collect the I/O handlers for a given port type into a structure. (np) More... over 20 years ago
Call isSerialDevice() from all drivers which support serial devices. (dm) More... over 20 years ago
Fix up the device qualifier support. (dm) More... over 20 years ago
Display driver initialization failures only once. (dm) More... over 20 years ago
Remove the Alva driver's port= and serialnumber= parameters. (dm) Add support for serial: and usb: devices to the Alva driver. (dm) More... over 20 years ago
BRLTTY command-line options changes: (dm) Rename -R (--refresh-interval=) to -U (--update-interval=). Add -R (--autorepeat-delay=). Add -r (--autorepeat-interval=). More... over 20 years ago
Move autorepeat (typematic) from the Alva driver into the core. (dm) More... over 20 years ago
Fix an invalid address conversion. (dm) More... over 20 years ago
Add usbCancelRequest(). (dm) More... over 20 years ago
Remove Linux dependencies from usb_definitions.h. (dm) More... over 20 years ago
Assign key bindings to the Alva Satellite key pads. (dm) More... over 20 years ago
Alvas automatically send an identification packet when DTR is ascerted. (dm) More... over 20 years ago
Remove more Linux-specific stuff from usb.h. (dm) Tidy up the USB string verification declarations. (dm) More... over 20 years ago
Move serial number verification from the Alva driver to the USB core code. (dm) Add support for manufacturer and product verification. (dm) Add the Alva driver parameters to brltty.conf. (dm) Arbitrarily rewrite the Alva display whenever a configuration change occurs. (dm) Standardize the way in which Alva identity packets are checked. (dm) More... over 20 years ago
Further refinement of key binding descriptions. (dm) More... over 20 years ago
Do a bit more cleanup when closing the Albatross driver. (dm) More... over 20 years ago
Improve the key binding descriptions. (dm) More... over 20 years ago
Log unexpected Alva input packets. (dm) More... over 20 years ago