mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Support the tablet in (at least) the Toshiba Portege M200 Tablet PC.
This device only appears on the ACPI bus, so isn't caught by the current entry for it in the uart(4) ISA attachment. PR: kern/140172 Reviewed by: jhb, marcel Approved by: ed (mentor) MFC after: 2 weeks
This commit is contained in:
parent
484b7a091f
commit
eb8e36c9f6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200820
@ -59,6 +59,7 @@ static driver_t uart_acpi_driver = {
|
||||
static struct isa_pnp_id acpi_ns8250_ids[] = {
|
||||
{0x0005d041, "Standard PC COM port"}, /* PNP0500 */
|
||||
{0x0105d041, "16550A-compatible COM port"}, /* PNP0501 */
|
||||
{0x04f0235c, "Wacom Tablet PC Screen"}, /* WACF004 */
|
||||
{0}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user