Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / s / hidd.prefs
blob1d60cf434fce448c45406f098f7bdd149a0a6c29
1 # In this file you can explicitly specify display, mouse and keyboard drivers to use.
2 # Syntax is:
3 # library <name> - load a specified library. You must do it before using drivers that
4 #                  it provides;
5 # gfx <name>     - use graphics driver <name>;
6 # mouse <name>   - use mouse driver <name>;
7 # kbd <name>     - use keyboard driver <name>.
9 # If you specify some settings in kernel arguments, they will override what is specified here
10 # except 'library' command (they will always be executed, you can preload anything you want to
11 # using them.
12 # If nothing is specified, the system provides minimal working defaults.
14 # Examples:
16 # Use SDL driver on hosted:
17 # library sdl.hidd
18 # gfx   hidd.gfx.sdl
19 # mouse hidd.mouse.sdl
20 # kbd   hidd.kbd.sdl
22 # Use Radeon graphics driver, default mouse and keyboard on native:
23 # library radeon.hidd
24 # gfx RadeonDriver