We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb1fd0 commit 140fd4aCopy full SHA for 140fd4a
arch/x86/kernel/reboot.c
@@ -197,6 +197,14 @@ static const struct dmi_system_id reboot_dmi_table[] __initconst = {
197
DMI_MATCH(DMI_PRODUCT_NAME, "MacBook5"),
198
},
199
200
+ { /* Handle problems with rebooting on Apple MacBook6,1 */
201
+ .callback = set_pci_reboot,
202
+ .ident = "Apple MacBook6,1",
203
+ .matches = {
204
+ DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
205
+ DMI_MATCH(DMI_PRODUCT_NAME, "MacBook6,1"),
206
+ },
207
208
{ /* Handle problems with rebooting on Apple MacBookPro5 */
209
.callback = set_pci_reboot,
210
.ident = "Apple MacBookPro5",
0 commit comments