Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74273
b: refs/heads/master
c: d151456
h: refs/heads/master
i:
  74271: 6d28017
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Nov 27, 2007
1 parent 02481b2 commit 71e3311
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b0bc65b9aa7d9eb8af4895ed772ef7fe2c10687c
refs/heads/master: d151456a71e2757da4169a6be2eb68ac115b05b0
5 changes: 5 additions & 0 deletions trunk/drivers/ide/pci/alim15x3.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,11 @@ static int ali_cable_override(struct pci_dev *pdev)
pdev->subsystem_device == 0x10AF)
return 1;

/* Mitac 8317 (Winbook-A) and relatives */
if (pdev->subsystem_vendor == 0x1071 &&
pdev->subsystem_device == 0x8317)
return 1;

/* Systems by DMI */
if (dmi_check_system(cable_dmi_table))
return 1;
Expand Down

0 comments on commit 71e3311

Please sign in to comment.