Add another HID for the Toshiba SPA40 laptop.

Submitted by:	Chris Reece car at crank dot org dot uk
MFC after:	1 week
This commit is contained in:
John Baldwin 2005-03-24 19:02:13 +00:00
parent 53b1897c62
commit 3da063baf7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144074

View file

@ -213,11 +213,12 @@ TUNABLE_INT("hw.acpi.toshiba.enable_fn_keys", &enable_fn_keys);
* Dynabook Satellite 2455
* Dynabook SS 3500
* TOS6207 Dynabook SS2110 Series
* TOS6208 SPA40
*/
static int
acpi_toshiba_probe(device_t dev)
{
static char *tosh_ids[] = { "TOS6200", "TOS6207", NULL };
static char *tosh_ids[] = { "TOS6200", "TOS6207", "TOS6208", NULL };
if (acpi_disabled("toshiba") ||
ACPI_ID_PROBE(device_get_parent(dev), dev, tosh_ids) == NULL ||