diff mbox series

[4/3] x86/dmi: Drop warning with an obsolete URL

Message ID 20190724175538.6098-1-andrew.cooper3@citrix.com (mailing list archive)
State New, archived
Headers show
Series x86/dmi: Cleanup | expand

Commit Message

Andrew Cooper July 24, 2019, 5:55 p.m. UTC
This quirk doesn't change anything in Xen, and the web page doesn't exist.

The wayback machine confirms that the link disappeared somewhere between
2003-06-14 and 2004-07-07.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Jan Beulich <JBeulich@suse.com>
CC: Wei Liu <wl@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>
---
 xen/arch/x86/dmi_scan.c | 15 ---------------
 1 file changed, 15 deletions(-)

Comments

Jan Beulich July 25, 2019, 10:38 a.m. UTC | #1
On 24.07.2019 19:55, Andrew Cooper wrote:
> This quirk doesn't change anything in Xen, and the web page doesn't exist.
> 
> The wayback machine confirms that the link disappeared somewhere between
> 2003-06-14 and 2004-07-07.
> 
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: Jan Beulich <jbeulich@suse.com>
diff mbox series

Patch

diff --git a/xen/arch/x86/dmi_scan.c b/xen/arch/x86/dmi_scan.c
index 808fa7f10e..053f0598cc 100644
--- a/xen/arch/x86/dmi_scan.c
+++ b/xen/arch/x86/dmi_scan.c
@@ -455,16 +455,6 @@  static void __init dmi_save_ident(struct dmi_header *dm, int slot, int string)
 #define NO_MATCH	{ DMI_NONE, NULL}
 #define MATCH		DMI_MATCH
 
-/*
- * Toshiba keyboard likes to repeat keys when they are not repeated.
- */
-
-static __init int broken_toshiba_keyboard(const struct dmi_blacklist *d)
-{
-	printk(KERN_WARNING "Toshiba with broken keyboard detected. If your keyboard sometimes generates 3 keypresses instead of one, see http://davyd.ucc.asn.au/projects/toshiba/README\n");
-	return 0;
-}
-
 static int __init ich10_bios_quirk(const struct dmi_system_id *d)
 {
     u32 port, smictl;
@@ -535,11 +525,6 @@  static __init int force_acpi_ht(const struct dmi_blacklist *d)
  
 static const struct dmi_blacklist __initconst dmi_blacklist[]={
 
-	{ broken_toshiba_keyboard, "Toshiba Satellite 4030cdt", { /* Keyboard generates spurious repeats */
-			MATCH(DMI_PRODUCT_NAME, "S4030CDT/4.3"),
-			NO_MATCH, NO_MATCH, NO_MATCH
-			} },
-
 	{ reset_videomode_after_s3, "Toshiba Satellite 4030cdt", { /* Reset video mode after returning from ACPI S3 sleep */
 			MATCH(DMI_PRODUCT_NAME, "S4030CDT/4.3"),
 			NO_MATCH, NO_MATCH, NO_MATCH